From f97351a6f1fdc679f4956030d179dca843bbeb0c Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 27 十一月 2025 14:09:04 +0800
Subject: [PATCH] 审批界面增加pdf,图片预览功能

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

diff --git a/src/views/flowmgr/exceptiontask.vue b/src/views/flowmgr/exceptiontask.vue
index f42f475..7c19c42 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',
                     },
@@ -105,7 +109,7 @@
                         prop: 'craftEdition'
                     },
                     {
-                        label: '鍋忕鍗曞彿',
+                        label: '涓存椂鏇存敼鍗曞彿',
                         prop: 'deviation'
                     },
                      {
@@ -240,8 +244,8 @@
         showStartBox(row){
             this.startForm = row;
             queryProgrammer(row.drawingNo).then(res=>{
-                console.log(res);
-                if(res.data.data.code == 200){
+                console.log(res)
+                if(res.data.code == 200){
                     this.startForm.producePlanId =res.data.data.id;
                     this.startForm.programmerName = res.data.data.programmer;
                 }else{
@@ -280,7 +284,7 @@
                                 type: 'success',
                                 message: '鎿嶄綔鎴愬姛!',
                             });
-                           
+                           this.startBox = false;
                             this.onLoad(this.page,this.query);
                         }else{
                             this.$message({

--
Gitblit v1.9.3