diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..c82904d Binary files /dev/null and b/dist.zip differ diff --git a/src/views/modules/yieldReport/com_finish_roll.vue b/src/views/modules/yieldReport/com_finish_roll.vue index 3ce8281..52aaa40 100644 --- a/src/views/modules/yieldReport/com_finish_roll.vue +++ b/src/views/modules/yieldReport/com_finish_roll.vue @@ -277,6 +277,7 @@ export default { planStartTime: '', planFinishTime: '', qtyRequiredOriginal: 0, + reportedTime: this.dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss'), scheduledDate: '', shiftNo: '', preItemDesc: '', @@ -542,6 +543,7 @@ export default { this.pageData.resourceId = scheduleData.resourceId; this.pageData.operatorId = operatorData.operatorId; this.pageData.operatorName = operatorData.operatorName; + //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'); //初始化操作员对象 @@ -609,7 +611,7 @@ export default { this.pageData.sfdcDownTime = this.pageData.totalManufactureDowntimeTime; }); //3.刷新派工单的班次信息 - await getScheduleShiftData(this.scheduleData).then(({data}) => { + await getScheduleShiftData(this.pageData).then(({data}) => { let specialAuth = 'N'; //区分是否存在班次 if(data.code == 500){