From d7d388e53fd71f9a02c71302a007d443e54a27ef Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 27 二月 2024 16:59:48 +0800 Subject: [PATCH] 销售机会报价单是否显示列表弹框的逻辑修改选择报价单赋对应的销售机会客户名称选择销售机会赋对应客户名称 --- src/views/client/followupRecords/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/client/followupRecords/index.vue b/src/views/client/followupRecords/index.vue index 9a5954e..5edba03 100644 --- a/src/views/client/followupRecords/index.vue +++ b/src/views/client/followupRecords/index.vue @@ -174,7 +174,8 @@ content = this.addConfig.id } this.search_map = { - [this.addConfig.id_name]: content + // [this.addConfig.id_name]: content + contact_id: content } } this.getData(this.search_map) @@ -266,7 +267,7 @@ let config=JSON.parse(JSON.stringify(row)); config.client_status_id=config.client_status_id?config.client_status_id:null config.contact_information_id=config.contact_information_id?config.contact_information_id:null - this.editConfig.infomation = { ...config, sale_chance_name: "", sales_leads_name: "" } + this.editConfig.infomation = { ...config, sale_chance_name:row.sale_chance.name, sales_leads_name: "" } this.editConfig.visible = true }, // 鍒犻櫎 -- Gitblit v1.8.0