From 197f7a39f353113145668ac03fd114f55f4d6b9e Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Sat, 2 Apr 2022 17:38:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9D=9F=E5=8D=B7=20=202022=E5=B9=B44?= =?UTF-8?q?=E6=9C=882=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/yieldReport/com_finish_roll.vue | 6 +- .../yieldReport/com_produce_report_normal.vue | 31 +- .../yieldReport/not_over_finish_roll.vue | 533 ++++++++++-------- .../otherReport/change_packaging.vue | 2 + .../otherReport/fqc_produce_report_normal.vue | 3 + .../otherReport/fqc_split_roll_report.vue | 2 + .../otherReport/rework_inspect_report.vue | 3 + .../modules/yieldReport/produce_order.vue | 2 +- 8 files changed, 325 insertions(+), 257 deletions(-) diff --git a/src/views/modules/yieldReport/com_finish_roll.vue b/src/views/modules/yieldReport/com_finish_roll.vue index 52aaa40..0f5b292 100644 --- a/src/views/modules/yieldReport/com_finish_roll.vue +++ b/src/views/modules/yieldReport/com_finish_roll.vue @@ -43,7 +43,8 @@ - + + @@ -262,6 +263,7 @@ export default { showShiftFlag: false, showNumFlag:false, sfdcTimeList: [], + preItemNo: 0, scheduleData: { site: this.$store.state.user.site, username: this.$store.state.user.name, @@ -543,6 +545,8 @@ export default { this.pageData.resourceId = scheduleData.resourceId; this.pageData.operatorId = operatorData.operatorId; this.pageData.operatorName = operatorData.operatorName; + + this.preItemNo = scheduleData.preItemNo //this.scheduleData.reportedTime = this.dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss'); //重置时间 this.pageData.reportedTime = this.dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss'); diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index 176f15b..8797238 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -168,7 +168,8 @@ width="75" :label="'操作'"> @@ -230,24 +259,24 @@ + :visible.sync="showExceptionFlag" + @initExceptionReason="initExceptionReason"> + @initScheduleShift="initScheduleShift">