gaoluyang
6 天以前 c9cfcbda7fb7c8b62b27d623feb0418790396740
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({