Browse Source

项目商机查重调整

qymljy 7 months ago
parent
commit
e0f1a16573

+ 2 - 1
src/Form/projectChange/edit.vue

@@ -741,6 +741,7 @@ export default {
     onCheck() {
       this.$refs.form.validate((valid) => {
         if (!valid) return false;
+        this.$refs.check.buttonTitle = "确定保存";
         this.$refs.check.queryRule();
       });
     },
@@ -776,7 +777,7 @@ export default {
         }
         this.$store.commit("setLoading", true);
         this.$refs.check.creatShow = true;
-        this.$refs.check.buttonTitle = this.$t("确定保存");
+        this.$refs.check.buttonTitle = "确定保存";
         this.$refs.check.queryRule(() => {
           this.$store.commit("setLoading", false);
         });

+ 1 - 1
src/HDrpManagement/bankStatement/index.vue

@@ -55,7 +55,7 @@ export default {
     return {
       options:[],
       status:'',
-      time:$t('暂无')
+      time:'暂无'
     }
   },
   methods:{

+ 1 - 1
src/SManagement/orderclue_detail/components/changeProject.vue

@@ -711,7 +711,7 @@ export default {
         this.total = res.total
         this.$refs.form.validateField('projectname')
         if (this.repeats.length > 0){
-          this.siteid == 'HY'?this.dialogTableVisible = false:this.dialogTableVisible = true
+          this.siteid == 'HY'?this.dialogTableVisible = true:this.dialogTableVisible = true
         }else {
           this.dialogTableVisible = false
         }

+ 2 - 1
src/components/duplicatesCheck/projectChangeCheck.vue

@@ -127,7 +127,8 @@ export default {
             if (val == "审核") {
               this.dialogTableVisible = true;
             } else {
-              this.onCheck();
+              // this.onCheck();
+              this.dialogTableVisible = true;
             }
           } else {
             this.dialogTableVisible = true;

+ 2 - 1
src/components/duplicatesCheck/projectCheck.vue

@@ -118,7 +118,8 @@ export default {
           this.total = res.total;
           this.currentPage = res.pageNumber;
           if (this.siteid == "HY") {
-            this.onCheck();
+            // this.onCheck();
+            this.dialogTableVisible = true;
           } else {
             this.dialogTableVisible = true;
           }