From cb6086934c46f7ac9f277cbdf1203c8f9f9aaf5f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 24 三月 2026 08:05:14 +0800
Subject: [PATCH] 1.递交

---
 src/views/deviceManager/checkRecord.vue      |    4 ++--
 src/views/deviceManager/checkStandard.vue    |    3 +++
 src/views/deviceManager/maintainStandard.vue |    4 ++++
 src/views/deviceManager/maintainRecord.vue   |    4 ++--
 4 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/src/views/deviceManager/checkRecord.vue b/src/views/deviceManager/checkRecord.vue
index 7e36a89..e06e39d 100644
--- a/src/views/deviceManager/checkRecord.vue
+++ b/src/views/deviceManager/checkRecord.vue
@@ -294,7 +294,7 @@
         {
           minWidth: false,
           width: 130,
-          prop: 'org_code',
+          prop: 'torg_code',
           label: '鐢熶骇杞﹂棿缂栫爜',
           id: 4,
           show: false,
@@ -304,7 +304,7 @@
         {
           minWidth: 110,
           width: false,
-          prop: 'org_name',
+          prop: 'torg_name',
           label: '鐢熶骇杞﹂棿',
           id: 5,
           show: true,
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) {
diff --git a/src/views/deviceManager/maintainRecord.vue b/src/views/deviceManager/maintainRecord.vue
index 373bee1..f8d91d6 100644
--- a/src/views/deviceManager/maintainRecord.vue
+++ b/src/views/deviceManager/maintainRecord.vue
@@ -304,7 +304,7 @@
         {
           minWidth: false,
           width: 130,
-          prop: 'org_code',
+          prop: 'torg_code',
           label: '鐢熶骇杞﹂棿缂栫爜',
           id: 4,
           show: false,
@@ -314,7 +314,7 @@
         {
           minWidth: 110,
           width: false,
-          prop: 'org_name',
+          prop: 'torg_name',
           label: '鐢熶骇杞﹂棿',
           id: 5,
           show: true,
diff --git a/src/views/deviceManager/maintainStandard.vue b/src/views/deviceManager/maintainStandard.vue
index 095bd88..5ebdbb2 100644
--- a/src/views/deviceManager/maintainStandard.vue
+++ b/src/views/deviceManager/maintainStandard.vue
@@ -715,6 +715,10 @@
         return this.$message.info('璁惧鍏宠仈淇濆吇椤逛俊鎭笉鑳戒负绌猴紒')
       }
 
+      if (this.tableDataDialog.filter(i => !i.repairitem_code).length > 0) {
+        return this.$message.info('璁惧鍏宠仈淇濆吇椤逛俊鎭笉鑳戒负绌猴紒')
+      }
+
       this.$refs.dialogForm.validate(valid => {
         if (valid) {
           this.$store.state.app.buttonIsDisabled = true

--
Gitblit v1.9.3