Browse Source

工序报工 2022-07-12 sxm

master
[li_she] 4 years ago
parent
commit
810c9880f1
  1. 2
      src/views/modules/shopOrder/productionReport/common/productionLineYieldReport.vue

2
src/views/modules/shopOrder/productionReport/common/productionLineYieldReport.vue

@ -255,7 +255,7 @@
defectedQty: this.itemData.qualifiedNotQty, defectedQty: this.itemData.qualifiedNotQty,
operatorId: this.itemData.operator, operatorId: this.itemData.operator,
currentTime: this.dayjs().format('YYYY-MM-DD HH:mm:ss'), currentTime: this.dayjs().format('YYYY-MM-DD HH:mm:ss'),
scheduledDate: this.pageData.scheduleDate,
scheduledDate: this.dayjs(this.pageData.scheduledDate).format('YYYY-MM-DD HH:mm:ss'),
shiftNo: this.pageData.shiftNo, shiftNo: this.pageData.shiftNo,
sfdcSetupTime: 0, sfdcSetupTime: 0,
sfdcSetupDownTime: 0, sfdcSetupDownTime: 0,

Loading…
Cancel
Save