From 270f3ed6ad6e1b8770ec61afbb49ae865c6533c6 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期一, 16 十月 2023 09:34:13 +0800
Subject: [PATCH] 销售退款单关联客户,销售明细单关联客户

---
 src/store/modules/getClientName.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/store/modules/getClientName.js b/src/store/modules/getClientName.js
index 5ae3def..194f2b0 100644
--- a/src/store/modules/getClientName.js
+++ b/src/store/modules/getClientName.js
@@ -96,6 +96,9 @@
         }
       })
     },
+    getChanceFilter({commit},newData){
+      commit("saleChancelist",newData)
+    },
     geLead(context) {
       getSalesLeadsList().then((res) => {
         if (res.code == 200) {
@@ -141,6 +144,9 @@
         }
       })
     },
+    getSalesDetailsFliter({commit},newData){
+      commit("salesDetailsList", newData)
+    },
     geQuotation(context) {
       getQuotationList().then((res) => {
         if (res.code == 200) {
@@ -178,6 +184,9 @@
           Message.error(res.msg)
         }
       })
+    },
+    getReturnListFliter({commit},newData){
+      commit("salesReturnList",newData)
     }
   }
 }

--
Gitblit v1.8.0