From 87e6c7915f297ce09a1943192bfd150114b807ba Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 18 Mar 2024 17:37:06 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E7=AE=B1=E4=BD=93=E8=BF=BD?= =?UTF-8?q?=E6=BA=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/boxTraceabilityReport/index.vue | 266 ++++++++++++++++++ .../index.vue | 3 + 2 files changed, 269 insertions(+) create mode 100644 src/views/report/boxTraceabilityReport/index.vue diff --git a/src/views/report/boxTraceabilityReport/index.vue b/src/views/report/boxTraceabilityReport/index.vue new file mode 100644 index 0000000..9447a6a --- /dev/null +++ b/src/views/report/boxTraceabilityReport/index.vue @@ -0,0 +1,266 @@ + + + diff --git a/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue b/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue index 0063e0a..d770bb8 100644 --- a/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue +++ b/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue @@ -234,6 +234,9 @@ export default { MATERIAL_NAME: null, BEGIN_DATE: null } + const nowDate = parseTime(new Date(), '{y}-{m}-{d}') + this.daterangeBeginTime[0] = nowDate + ' 00:00:00' + this.daterangeBeginTime[1] = nowDate + ' 23:59:59' this.resetForm('form') }, /** 搜索按钮操作 */