gaoluyang
2 天以前 736a4b462e06a3335cb8235c0211bc8f5547bfd6
src/api/salesManagement/invoiceLedger.js
@@ -82,4 +82,11 @@
    })
}
export function delInvoiceLedgerByRegProductId(invoiceRegistrationProductId) {
    return request({
        url: '/invoiceLedger/delInvoiceLedger/'+ invoiceRegistrationProductId,
        method: 'delete'
    })
}