From c4d16552a91ac879e5cc483dddc20489744c272c Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 22 Nov 2024 15:03:07 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E6=B5=8B=E6=B8=A9=E3=80=81?= =?UTF-8?q?=E8=A1=A5=E6=89=93=E6=9D=A1=E7=A0=81=E6=8A=A5=E8=A1=A8=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/electricalInspection/index.vue | 19 ++++++++++++++- src/views/report/pourRecordReport/index.vue | 23 +++++++++++++++++-- src/views/report/supplementBarCode/index.vue | 21 +++++++++++++++-- .../report/temperatureRecordReport/index.vue | 19 ++++++++++++++- 4 files changed, 76 insertions(+), 6 deletions(-) diff --git a/src/views/report/electricalInspection/index.vue b/src/views/report/electricalInspection/index.vue index e3c5b1d..30edd26 100644 --- a/src/views/report/electricalInspection/index.vue +++ b/src/views/report/electricalInspection/index.vue @@ -9,6 +9,16 @@ + + + + + { this.customData = response.data.customData }) + findProductLineList({ productLineType: 1 }).then(response => { + this.productLineList = response.data + }) const nowDate = parseTime(new Date(), '{y}-{m}-{d}') this.daterangeRecordTime[0] = nowDate + ' 00:00:00' this.daterangeRecordTime[1] = nowDate + ' 23:59:59' diff --git a/src/views/report/pourRecordReport/index.vue b/src/views/report/pourRecordReport/index.vue index 1fc4318..29f5734 100644 --- a/src/views/report/pourRecordReport/index.vue +++ b/src/views/report/pourRecordReport/index.vue @@ -1,6 +1,16 @@