From 7e55bfe3cc5989e8b225e4701861106c912291b7 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 20 十二月 2023 17:13:08 +0800
Subject: [PATCH] 销售明细单增加 采购信息模块 样式开发+报价单格式调整为上下结构前端样式开发+报价单列表客户名称和状态

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

diff --git a/src/store/modules/getClientName.js b/src/store/modules/getClientName.js
index 504c027..94d01e9 100644
--- a/src/store/modules/getClientName.js
+++ b/src/store/modules/getClientName.js
@@ -111,6 +111,8 @@
         } else {
           Message.error(res.msg)
         }
+      },err=>{
+        console.error(err)
       })
     },
     getChanceFilter({commit},newData){
@@ -125,6 +127,9 @@
         }
       })
     },
+    getLeadFilter({commit},newData){
+      commit("saleLeadlist",newData)
+    },
     geMaster(context) {
       getMasterOrderList().then((res) => {
         if (res.code == 200) {

--
Gitblit v1.8.0