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