曹睿
5 天以前 4eb969ce4b8f2645a67d0b6a9634d4250f2b843b
src/api/salesManagement/receiptPayment.js
@@ -10,10 +10,10 @@
    })
}
// 分页查询
export function receiptPaymentListPage(query) {
// 客户往来记录查询
export function customerInteractions(query) {
    return request({
        url: '/receiptPayment/listPage',
        url: '/receiptPayment/customerInteractions',
        method: 'get',
        params: query
    })
@@ -74,3 +74,11 @@
        params: query
    })
}
export function receiptPaymentHistoryListNoPage(query) {
    return request({
        url: '/receiptPayment/receiptPaymentHistoryListNoPage',
        method: 'get',
        params: query
    })
}