| | |
| | | }) |
| | | } |
| | | |
| | | // 客户销售往来记录查询(货名/规格/已发货/未发货) |
| | | export function customerSalesInteractions(query) { |
| | | return request({ |
| | | url: '/receiptPayment/customerSalesInteractions', |
| | | method: 'get', |
| | | params: query |
| | | }) |
| | | } |
| | | |
| | | // 详情 |
| | | export function receiptPaymentInfo(query) { |
| | | return request({ |
| | |
| | | // 查询已经绑定发票的开票台账 |
| | | export function bindInvoiceNoRegPage(query) { |
| | | return request({ |
| | | url: '/receiptPayment/bindInvoiceNoRegPage', |
| | | url: '/sales/product/listPageSalesLedger', |
| | | method: 'get', |
| | | params: query |
| | | }) |
| | |
| | | params: query |
| | | }) |
| | | } |
| | | |
| | | export function receiptPaymentHistoryListNoPage(query) { |
| | | return request({ |
| | | url: '/receiptPayment/receiptPaymentHistoryListNoPage', |
| | | method: 'get', |
| | | params: query |
| | | }) |
| | | } |