diff --git a/src/views/modules/shopOrder/productionReport/common/productionLineYieldReport.vue b/src/views/modules/shopOrder/productionReport/common/productionLineYieldReport.vue index 97615b4..6825c47 100644 --- a/src/views/modules/shopOrder/productionReport/common/productionLineYieldReport.vue +++ b/src/views/modules/shopOrder/productionReport/common/productionLineYieldReport.vue @@ -255,7 +255,7 @@ defectedQty: this.itemData.qualifiedNotQty, operatorId: this.itemData.operator, 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, sfdcSetupTime: 0, sfdcSetupDownTime: 0,