From a40681b6c72f58ccebd636e9db3ea3365c1799aa Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 10 四月 2026 13:43:04 +0800
Subject: [PATCH] fix:安铁配置
---
src/api/salesManagement/receiptPayment.js | 38 +++++++++++++++++++++++++++++++++-----
1 files changed, 33 insertions(+), 5 deletions(-)
diff --git a/src/api/salesManagement/receiptPayment.js b/src/api/salesManagement/receiptPayment.js
index 0311aaf..35d0975 100644
--- a/src/api/salesManagement/receiptPayment.js
+++ b/src/api/salesManagement/receiptPayment.js
@@ -10,10 +10,19 @@
})
}
-// 鍒嗛〉鏌ヨ
-export function receiptPaymentListPage(query) {
+// 瀹㈡埛寰�鏉ヨ褰曟煡璇�
+export function customerInteractions(query) {
return request({
- url: '/receiptPayment/listPage',
+ url: '/receiptPayment/customerInteractions',
+ method: 'get',
+ params: query
+ })
+}
+
+// 瀹㈡埛閿�鍞線鏉ヨ褰曟煡璇紙璐у悕/瑙勬牸/宸插彂璐�/鏈彂璐э級
+export function customerSalesInteractions(query) {
+ return request({
+ url: '/receiptPayment/customerSalesInteractions',
method: 'get',
params: query
})
@@ -40,7 +49,7 @@
// 鏌ヨ宸茬粡缁戝畾鍙戠エ鐨勫紑绁ㄥ彴璐�
export function bindInvoiceNoRegPage(query) {
return request({
- url: '/receiptPayment/bindInvoiceNoRegPage',
+ url: '/sales/product/listPageSalesLedger',
method: 'get',
params: query
})
@@ -55,7 +64,7 @@
})
}
-// 鍒嗛〉鏌ヨ
+// 璇㈠洖娆捐褰�
export function receiptPaymentHistoryList(query) {
return request({
url: '/receiptPayment/receiptPaymentHistoryList',
@@ -63,3 +72,22 @@
params: query
})
}
+
+/**
+ * 鏌ヨ鍥炴璁板綍鍒嗛〉鏌ヨ
+ */
+export function receiptPaymentHistoryListPage(query) {
+ return request({
+ url: '/receiptPayment/receiptPaymentHistoryListPage',
+ method: 'get',
+ params: query
+ })
+}
+
+export function receiptPaymentHistoryListNoPage(query) {
+ return request({
+ url: '/receiptPayment/receiptPaymentHistoryListNoPage',
+ method: 'get',
+ params: query
+ })
+}
--
Gitblit v1.9.3