From 2ba045658a9e6a1a28cf0bdf1a751395ad283c62 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期五, 12 九月 2025 18:00:30 +0800
Subject: [PATCH] iqc提交检验时,会判断是否要提交异常处置单

---
 pages/QC/LLJ/yzxFrom.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pages/QC/LLJ/yzxFrom.vue b/pages/QC/LLJ/yzxFrom.vue
index 9b41d5c..59fcbb9 100644
--- a/pages/QC/LLJ/yzxFrom.vue
+++ b/pages/QC/LLJ/yzxFrom.vue
@@ -181,14 +181,14 @@
       }
     },
     validateForm() {
-      for (const item of this.components) {
-        if (item.selectedSpec === -1 || item.selectedMfg === -1) {
-          return {
-            valid: false,
-            msg: `${item.name} 鏈畬鎴愰�夋嫨`
-          }
-        }
-      }
+      // for (const item of this.components) {
+      //   if (item.selectedSpec === -1 || item.selectedMfg === -1) {
+      //     return {
+      //       valid: false,
+      //       msg: `${item.name} 鏈畬鎴愰�夋嫨`
+      //     }
+      //   }
+      // }
       return { valid: true }
     },
 			onLoad(options) {

--
Gitblit v1.9.3