From e982acce9997dfe2f183becfd46e3d15de387ed1 Mon Sep 17 00:00:00 2001 From: shaoyong Date: Tue, 7 May 2024 15:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E5=9E=8B=E6=9C=BA=E6=8A=A5=E8=A1=A8?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/machineProduction/index.vue | 25 +++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/src/views/mes/machineProduction/index.vue b/src/views/mes/machineProduction/index.vue index 779f76d..3748bb7 100644 --- a/src/views/mes/machineProduction/index.vue +++ b/src/views/mes/machineProduction/index.vue @@ -11,14 +11,24 @@ + + + + + { + this.shiftList = response.data + }) }, methods: { /**获取默认查询时间段**/ @@ -163,10 +176,10 @@ export default { if (this.queryParams.productDateArray != null) { this.queryParams.productDateStart = moment( this.queryParams.productDateArray[0] - ).format("YYYY-MM-DD"); + ).format("YYYY-MM-DD HH:mm:ss"); this.queryParams.productDateEnd = moment( this.queryParams.productDateArray[1] - ).format("YYYY-MM-DD"); + ).format("YYYY-MM-DD HH:mm:ss"); } this.loading = true;