src/api/procurementManagement/procurementInvoiceLedger.js
@@ -40,4 +40,21 @@ method: 'delete', data: query }) } } // 子表格查询 export function productRecordList(query){ return request({ url: '/purchase/registration/productRecordList', method: 'get', params: query }) } // 查询列表 export function invoiceListPage(query) { return request({ url: '/purchase/registration/listPage', method: 'get', params: query }) }