Browse Source

班次BUG

master
rui_li 4 years ago
parent
commit
fe37c72f8d
  1. BIN
      dist.zip
  2. 4
      src/views/modules/yieldReport/com_finish_roll.vue

BIN
dist.zip

4
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){

Loading…
Cancel
Save