From 01cea4bc73210e43f748d82a02a432cce615be2d Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 24 十月 2023 17:52:04 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/crm-web into wn --- src/views/sales/salesDetails/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/sales/salesDetails/index.vue b/src/views/sales/salesDetails/index.vue index 858ed5b..ccf54eb 100644 --- a/src/views/sales/salesDetails/index.vue +++ b/src/views/sales/salesDetails/index.vue @@ -308,6 +308,8 @@ this.editConfig.infomation = { ...this.addConfig, currency: "浜烘皯甯�", + sale_chance_name:"", + subbill_name:"", client_name: Object.keys(this.addConfig).length === 0 ? "" : this.addConfig.client_name } }, @@ -316,7 +318,7 @@ console.log(row) this.editConfig.visible = true this.editConfig.title = "缂栬緫" - this.editConfig.infomation = { ...row, sale_chance_name: "", currency: "浜烘皯甯�" } + this.editConfig.infomation = { ...row, sale_chance_name: "", currency: "浜烘皯甯�",sale_chance_name:row.saleChance.name,} }, // 鍒犻櫎 delClick(rowID) { @@ -364,9 +366,8 @@ }, // 鑱旂郴浜鸿鎯� selCommonClick(row) { - console.log(row) - this.specificationDetail.visible = true this.specificationDetail.infomation = { ...row } + this.specificationDetail.visible = true }, addCollectionPlanClick(row) { this.addCollectionConfig.visible = true -- Gitblit v1.8.0