src/api/salesManagement/receiptPayment.js
@@ -10,15 +10,6 @@ }) } // 客户往来记录查询 export function customerInteractions(query) { return request({ url: '/receiptPayment/customerInteractions', method: 'get', params: query }) } // 详情 export function receiptPaymentInfo(query) { return request({ @@ -40,7 +31,7 @@ // 查询已经绑定发票的开票台账 export function bindInvoiceNoRegPage(query) { return request({ url: '/receiptPayment/bindInvoiceNoRegPage', url: '/sales/product/listPageSalesLedger', method: 'get', params: query })