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