From ab95709b5d4009b414bf096cd81f2fe6fcae3d00 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期三, 03 一月 2024 10:15:26 +0800
Subject: [PATCH] 客户管理-展示对应客户的详细信息
---
src/views/sales/salesOpportunity/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/sales/salesOpportunity/index.vue b/src/views/sales/salesOpportunity/index.vue
index 8392078..26cbea2 100644
--- a/src/views/sales/salesOpportunity/index.vue
+++ b/src/views/sales/salesOpportunity/index.vue
@@ -167,7 +167,7 @@
this.search_map = {}
} else {
this.search_map = {
- [this.addConfig.id_name]: this.addConfig.client_name
+ [this.addConfig.id_name]: this.addConfig.id
}
}
this.getData(this.search_map)
@@ -349,7 +349,6 @@
// 璺熻繘
followupClick(row) {
console.log(row)
- this.editFollowupConfig.visible = true
this.editFollowupConfig.title = "鏂板缓"
this.editFollowupConfig.infomation = {
...row,
@@ -357,6 +356,8 @@
sale_chance_name: row.name,
sale_chance_id: row.id
}
+ this.editFollowupConfig.infomation.codeStandID=''
+ this.editFollowupConfig.visible = true
}
}
}
--
Gitblit v1.8.0