From a63d71177a2899b01da37e5bfc2d498bec5f80be Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 17 十月 2023 15:10:13 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/crm-web into zhengwenfeng/modify-style

---
 src/views/sales/contractManage/AddContractManageDialog.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/sales/contractManage/AddContractManageDialog.vue b/src/views/sales/contractManage/AddContractManageDialog.vue
index e7b2623..7585886 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()
   },
@@ -331,6 +334,7 @@
     // 淇濆瓨
     saveClick(formName) {
       this.$refs[formName].validate((valid) => {
+        this.validateFormNumber()
         if (valid) {
           console.log(this.editConfig.infomation)
           const params = this.saveParams()
@@ -434,6 +438,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