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