From 031a209691087c60e1ef0023336929d65d5a3d7a Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 17 Feb 2025 17:03:51 +0800 Subject: [PATCH] =?UTF-8?q?0412=20=E6=96=B0=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production/soscheduleRouting.vue | 7 ------- src/views/modules/production/transFerPrint.vue | 8 ++++++++ src/views/modules/taskmanage/taskReport.vue | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/views/modules/production/soscheduleRouting.vue b/src/views/modules/production/soscheduleRouting.vue index fbe115d..ce92df9 100644 --- a/src/views/modules/production/soscheduleRouting.vue +++ b/src/views/modules/production/soscheduleRouting.vue @@ -274,13 +274,6 @@ min-width="80" label="需求时间"> - - + + + + + + + 物料编码 @@ -183,6 +190,7 @@ startDate:new Date(), endDate:'', seqNo:'', + status:'', }, photoUrl:'', sopData:{ diff --git a/src/views/modules/taskmanage/taskReport.vue b/src/views/modules/taskmanage/taskReport.vue index 02c408b..dc6d3ad 100644 --- a/src/views/modules/taskmanage/taskReport.vue +++ b/src/views/modules/taskmanage/taskReport.vue @@ -79,7 +79,7 @@ export default { tableId: "ProjectInfo", tableName: this.$route.meta.title, columnProp: "customer", - columnLabel: "客户", + columnLabel: "客户/工单", columnHidden: false, columnImage: false, columnSortable: false,