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