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') }, /** 搜索按钮操作 */