From d9abc7cc0df325a31c43fae4c994640aec1dcccb Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期四, 26 十月 2023 11:09:32 +0800
Subject: [PATCH] 销售明细单和退货单产品选择修改

---
 src/views/client/followupRecords/AddFollowupRecordsDialog.vue |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/src/views/client/followupRecords/AddFollowupRecordsDialog.vue b/src/views/client/followupRecords/AddFollowupRecordsDialog.vue
index 02375c7..5758864 100644
--- a/src/views/client/followupRecords/AddFollowupRecordsDialog.vue
+++ b/src/views/client/followupRecords/AddFollowupRecordsDialog.vue
@@ -459,7 +459,7 @@
       editConfig: this.editContactsConfig,
       rules: {
         number: [
-          { required: true, validator: this.validateCheckCode, trigger: "blur" },
+          { required: true, validator: this.validateCheckCode, trigger: ["blur",'change'] },
         ],
         member_id: [
           { required: true, message: "璇烽�夋嫨璐熻矗浜�", trigger: "change" },
@@ -542,9 +542,6 @@
         this.formInfo();
       }
     },
-    "editContactsConfig.infomation.codeStandID"() {
-      this.formInfo();
-    },
   },
   methods: {
     ...mapActions(["getContactFilter", "getLeadFilter"]),
@@ -592,8 +589,6 @@
         if (valid) {
           const params = this.saveParams();
           if (this.editConfig.title === "鏂板缓") {
-            params.codeStandardID=this.autoCodeObj.codeStandardID
-            params.autoIncr=this.autoCodeObj.maxAutoIncr
             getAddFollowRecord(params).then((res) => {
               this.editConfig.visible = false;
               if (res.code === 200) {
@@ -635,7 +630,6 @@
           sales_leads_id: this.saleLeadId || 0,
           topic: data.topic || "",
           codeStandID: data.ID,
-          codeRule: this.codeRule,
         },
       };
       let params = {};

--
Gitblit v1.8.0