From 37adae84cf1a3d6c02dc7858b33cda73d6416d33 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期六, 16 八月 2025 19:38:42 +0800
Subject: [PATCH] 1
---
src/views/wel/components/TodolistRightTop.vue | 21 ++-------------------
1 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/src/views/wel/components/TodolistRightTop.vue b/src/views/wel/components/TodolistRightTop.vue
index 9f9833d..50e82de 100644
--- a/src/views/wel/components/TodolistRightTop.vue
+++ b/src/views/wel/components/TodolistRightTop.vue
@@ -34,9 +34,11 @@
<el-form-item label="鍔犲伐鏈哄簥">
<el-input v-model="formInline.machineCode" placeholder=""></el-input>
</el-form-item>
+ <!--
<el-form-item label="杩囩▼鍗″彿">
<el-input v-model="formInline.empty" placeholder=""></el-input>
</el-form-item>
+ -->
<el-form-item label="鍒涘缓鏃堕棿">
<el-input v-model="formInline.createTime" placeholder=""></el-input>
</el-form-item>
@@ -69,25 +71,6 @@
resp => {
this.formInline = resp.data.data;
});
- // this.formInline = {
- // ...this.row,
- // processDefinitionName: this.row.processDefinitionName || '',
- // taskName: this.row.taskName || '',
- // createTime: this.row.createTime || '',
- // startUserName: this.row.startUserName || '',
- // drawingNoEdition: this.row.variables.drawingNoEdition || '',
- // craftEdition: this.row.variables.craftEdition || '',
- // machineCode: this.row.variables.machineCode || '',
- // processName: this.row.variables.processName || '',
- // processNo: this.row.variables.processNo || '',
- // processEdition: this.row.variables.processEdition || '',
-
- // planStartTime: this.row.variables.planStartTime || '',
- // productModel: this.row.variables.productModel || '',
- // programPackageName: this.row.variables.programPackageName || '',
- // workShop: this.row.variables.workShop || '',
- // drawingNo: this.row.variables.drawingNo || '',
- // }
}
}
</script>
--
Gitblit v1.9.3