From 810c9880f141929507bc2e55cc412f766a6ea161 Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Tue, 12 Jul 2022 18:22:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=BA=8F=E6=8A=A5=E5=B7=A5=20=202022-?= =?UTF-8?q?07-12=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionReport/common/productionLineYieldReport.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,