From a6d2ac8b37c95e59e207a20e9fa24b1f6222bf40 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期四, 07 十二月 2023 09:35:43 +0800
Subject: [PATCH] 项目表

---
 web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue b/web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
index 3db991a..cd1a2b4 100644
--- a/web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
+++ b/web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
@@ -384,13 +384,16 @@
       },
       // 琛ㄥ崟鎻愪氦
       async formSubmit(submitType) {
-/*        if (this.stepMarker=='wplz_first' && submitType == 'bl') {
-          for(666)
-          if (this.pageNameCode[row.itemName] && !row.isCheck) {
-            alert(444)
-            return
+        if (this.showColumn && submitType == 'bl') {
+          for (let item of this.dataForm.configItemList) {
+            if (item) {
+              if (this.pageNameCode[item.itemName] && !item.checkId) {
+                this.$alert("鏈夋湭鎻愪氦鐨勬鏌ュ崟")
+                return
+              }
+            }
           }
-        }*/
+        }
         if (submitType == 'tj' || submitType == 'bl') {
           let flowInfo = {
             flowCode: 'pzxrk',

--
Gitblit v1.9.1