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