From b311b3cfee0a4635c236eea6c5870d805a29a160 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 22 九月 2025 13:09:31 +0800
Subject: [PATCH] 优化导出工控网

---
 src/views/flowmgr/exceptiontask.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/flowmgr/exceptiontask.vue b/src/views/flowmgr/exceptiontask.vue
index 11cce35..cf97c21 100644
--- a/src/views/flowmgr/exceptiontask.vue
+++ b/src/views/flowmgr/exceptiontask.vue
@@ -92,6 +92,10 @@
                         prop: 'drawingNoEdition'
                     },
                     {
+                        label: '璁惧缂栧彿',
+                        prop: 'equipmentCode',
+                    },
+                    {
                         label: '鏈哄簥缂栫爜',
                         prop: 'machineCode',
                     },
@@ -240,7 +244,7 @@
         showStartBox(row){
             this.startForm = row;
             queryProgrammer(row.drawingNo).then(res=>{
-                console.log(res);
+                
                 if(res.data.data.code == 200){
                     this.startForm.producePlanId =res.data.data.id;
                     this.startForm.programmerName = res.data.data.programmer;
@@ -280,7 +284,7 @@
                                 type: 'success',
                                 message: '鎿嶄綔鎴愬姛!',
                             });
-                           
+                           this.startBox = false;
                             this.onLoad(this.page,this.query);
                         }else{
                             this.$message({

--
Gitblit v1.9.3