From ec77d5b6a4d6be3423b7723cf5e1333f599b0751 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 04 三月 2024 17:58:19 +0800
Subject: [PATCH] 销售机会模块 新建操作的时候,销售阶段默认为初期沟通+销售预测的币种默认人民币+产品管理部分币种隐藏
---
 src/views/other/payment/collectionPlan/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/other/payment/collectionPlan/index.vue b/src/views/other/payment/collectionPlan/index.vue
index 0751b85..b0a43d2 100644
--- a/src/views/other/payment/collectionPlan/index.vue
+++ b/src/views/other/payment/collectionPlan/index.vue
@@ -178,8 +178,10 @@
           if (res.code === 200) {
             if (res.data.data && res.data.data.length > 0) {
               const list = res.data.data.map((item) => {
+                item.client_name=this.addConfig.client_name
+                item.number=item.term
                 return {
-                  ...item
+                  ...item,
                 }
               })
               this.tableList.tableInfomation = list || []
--
Gitblit v1.8.0