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;