From b1c4b9509b3b84594bbc9a541f308101d3a17140 Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期四, 24 七月 2025 10:20:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/eam/maintenance/EamSecondMaintenanceOrderList.vue |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/src/views/eam/maintenance/EamSecondMaintenanceOrderList.vue b/src/views/eam/maintenance/EamSecondMaintenanceOrderList.vue
index 3880652..3278e93 100644
--- a/src/views/eam/maintenance/EamSecondMaintenanceOrderList.vue
+++ b/src/views/eam/maintenance/EamSecondMaintenanceOrderList.vue
@@ -189,6 +189,12 @@
             fixed: 'left'
           },
           {
+            title: '淇濆吇鐘舵��',
+            align: 'center',
+            dataIndex: 'maintenanceStatus_dictText',
+            fixed: 'left'
+          },
+          {
             title: '宸ュ崟鍙�',
             align: 'center',
             dataIndex: 'orderNum'
@@ -222,11 +228,6 @@
             title: '缁翠慨宸�',
             align: 'center',
             dataIndex: 'repairman_dictText'
-          },
-          {
-            title: '淇濆吇鐘舵��',
-            align: 'center',
-            dataIndex: 'maintenanceStatus_dictText'
           },
           {
             title: '鍒涘缓鏂瑰紡',
@@ -263,10 +264,10 @@
           list: '/eam/secondMaintenanceOrder/list',
           abolish: '/eam/secondMaintenanceOrder/abolish',
           collect: '/eam/secondMaintenanceOrder/collect',
-          restore:'/eam/secondMaintenanceOrder/restore',
+          restore: '/eam/secondMaintenanceOrder/restore',
           abolishBatch: '/eam/secondMaintenanceOrder/abolishBatch',
           collectBatch: '/eam/secondMaintenanceOrder/collectBatch',
-          restoreBatch: '/eam/secondMaintenanceOrder/restoreBatch',
+          restoreBatch: '/eam/secondMaintenanceOrder/restoreBatch'
         }
       }
     },
@@ -325,7 +326,7 @@
         this.$refs.secondMaintenanceApprovalModal.title = '璇︽儏'
         this.$refs.secondMaintenanceApprovalModal.visible = true
         this.$refs.secondMaintenanceApprovalModal.disableSubmit = true
-        this.$refs.secondMaintenanceApprovalModal.recordDetail(record)
+        this.$refs.secondMaintenanceApprovalModal.handleDetail(record)
       },
 
       /**
@@ -388,7 +389,7 @@
         })
       },
       //杩樺師
-      handlerRestore(id){
+      handlerRestore(id) {
         let that = this
         this.loading = true
         getAction(that.url.restore, { id })
@@ -409,7 +410,7 @@
           })
       },
       //鎵归噺杩樺師
-      handlerBatchRestore(){
+      handlerBatchRestore() {
         if (!this.url.restoreBatch) {
           this.$message.error('璇疯缃畊rl.restoreBatch灞炴��!')
           return

--
Gitblit v1.9.3