zhangwencui
2 天以前 f670b79094c95d791fc43c8fc8b5858ebf8426dc
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({