From a0586929a58fff9a8dce5d4cfc948237f45e2377 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 16 十月 2023 20:41:09 +0800 Subject: [PATCH] 销售机会+联系人 新建销售明细单成功后列表无数据销售明细单问题和报价单添加后无数据问题的修改 --- src/views/sales/contractManage/AddContractManageDialog.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/sales/contractManage/AddContractManageDialog.vue b/src/views/sales/contractManage/AddContractManageDialog.vue index e7b2623..6ff6b6c 100644 --- a/src/views/sales/contractManage/AddContractManageDialog.vue +++ b/src/views/sales/contractManage/AddContractManageDialog.vue @@ -296,6 +296,9 @@ created() { this.$store.dispatch("geClient") // this.$store.dispatch("geQuotation") + if (this.editConfig.title !== "鏂板缓") { + this.isAddQuatation = false + } this.getCommonData() this.formInfo() }, @@ -434,6 +437,7 @@ } else if (value === "quotation") { this.editSelCommonConfig.title = "鎶ヤ环鍗�" this.editSelCommonConfig.editVisible = true + this.editSelCommonConfig.clientId = this.clientId this.editSelCommonConfig.tableInfomation = [...this.quotationList] } }, -- Gitblit v1.8.0