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 | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/views/flowmgr/exceptiontask.vue b/src/views/flowmgr/exceptiontask.vue
index f42f475..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',
},
@@ -105,7 +109,7 @@
prop: 'craftEdition'
},
{
- label: '鍋忕鍗曞彿',
+ label: '涓存椂鏇存敼鍗曞彿',
prop: 'deviation'
},
{
@@ -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