From 6fabf169ee373a68196d84907eed9346089af9ee Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 26 三月 2026 09:05:31 +0800
Subject: [PATCH] 1.sop页面优化

---
 src/views/deviceManager/checkStandard.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/views/deviceManager/checkStandard.vue b/src/views/deviceManager/checkStandard.vue
index 0ecc859..b54dedb 100644
--- a/src/views/deviceManager/checkStandard.vue
+++ b/src/views/deviceManager/checkStandard.vue
@@ -754,6 +754,9 @@
       if (this.tableDataDialog.length === 0) {
         return this.$message.info('璁惧鍏宠仈鐐规椤逛俊鎭笉鑳戒负绌猴紒')
       }
+      if (this.tableDataDialog.filter(i => !i.checkitem_code).length > 0) {
+        return this.$message.info('璁惧鍏宠仈鐐规椤逛俊鎭笉鑳戒负绌猴紒')
+      }
 
       this.$refs.dialogForm.validate(valid => {
         if (valid) {

--
Gitblit v1.9.3