From 50ec3b156aa0353477436509573a5d8958cb1b64 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 11 Nov 2024 16:58:38 +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 --- .../modules/query/ScheduleAbnormalReport.vue | 7 ++++--- .../modules/query/liuhuaIssureAndReport.vue | 17 +++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/views/modules/query/ScheduleAbnormalReport.vue b/src/views/modules/query/ScheduleAbnormalReport.vue index 9d5f944..e122548 100644 --- a/src/views/modules/query/ScheduleAbnormalReport.vue +++ b/src/views/modules/query/ScheduleAbnormalReport.vue @@ -20,6 +20,7 @@ + @@ -219,14 +220,14 @@ columnProp: "lastItemReportDate", headerAlign: "center", align: "center", - columnLabel: "上道报工时间", + columnLabel: "上道报工/日计划日期", columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 130 + columnWidth: 160 },{ userId: this.$store.state.user.name, functionId: 400003, @@ -329,7 +330,7 @@ sortLv: 0, status: true, fixed: '', - columnWidth: 80 + columnWidth: 120 },{ userId: this.$store.state.user.name, functionId: 400003, diff --git a/src/views/modules/query/liuhuaIssureAndReport.vue b/src/views/modules/query/liuhuaIssureAndReport.vue index 2189c2a..dc793be 100644 --- a/src/views/modules/query/liuhuaIssureAndReport.vue +++ b/src/views/modules/query/liuhuaIssureAndReport.vue @@ -251,6 +251,23 @@ status: true, fixed: '', columnWidth: 80 + },{ + userId: this.$store.state.user.name, + functionId: 400003, + serialNumber: '400003Table1Qty', + tableId: "400003Table1", + tableName: "硫化发料产出", + columnProp: "realQty", + headerAlign: "center", + align: "right", + columnLabel: "单体废边重量", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 90 },{ userId: this.$store.state.user.name, functionId: 400003,