From ab3cb96ebe3b3134e897b002d1c0b3576f8aaa37 Mon Sep 17 00:00:00 2001
From: 吴羡 <16976746+Xian-TT3@user.noreply.gitee.com>
Date: 星期五, 18 九月 2026 15:23:45 +0800
Subject: [PATCH] Merge branch 'dev_天津_君歌化工new' of http://114.132.189.42:9002/r/product-inventory-management into dev_天津_君歌化工new
---
src/api/basicData/customer.js | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/api/basicData/customer.js b/src/api/basicData/customer.js
index 28f2eab..405162a 100644
--- a/src/api/basicData/customer.js
+++ b/src/api/basicData/customer.js
@@ -26,6 +26,23 @@
})
}
+// 浜ゆ帴瀹㈡埛
+export function handoverCustomer(data) {
+ return request({
+ url: '/basic/customer/handover',
+ method: 'post',
+ data
+ })
+}
+
+// 娴佸叆鍏捣
+export function backCustomer(id) {
+ return request({
+ url: '/basic/customer/back/' + id,
+ method: 'post'
+ })
+}
+
export function shareCustomer(data) {
return request({
url: '/basic/customer/together',
--
Gitblit v1.9.3