From d01ad71830e3608d1127ea555c1866bdc1b25da2 Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 15 Mar 2024 19:01:05 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E8=B4=A8=E9=87=8F=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/report/reportAPI.js | 9 + .../report/electricalInspection/index.vue | 13 +- src/views/report/pourRecordReport/index.vue | 38 +--- .../productTraceabilityReport/index.vue | 182 ++++++++++++------ src/views/report/qualityInspection/index.vue | 28 +-- .../report/scanOfflineRecordReport/index.vue | 2 +- .../report/temperatureRecordReport/index.vue | 11 ++ 7 files changed, 174 insertions(+), 109 deletions(-) diff --git a/src/api/report/reportAPI.js b/src/api/report/reportAPI.js index 40d74d6..354afe6 100644 --- a/src/api/report/reportAPI.js +++ b/src/api/report/reportAPI.js @@ -90,6 +90,15 @@ export function productTraceabilityReportList(query) { }) } +// 产品追溯明细 +export function productTraceabilityDetailList(query) { + return request({ + url: '/report/qualityReport/productTraceabilityDetailList', + method: 'get', + params: query + }) +} + // 测温记录报表 export function temperatureRecordReportList(query) { return request({ diff --git a/src/views/report/electricalInspection/index.vue b/src/views/report/electricalInspection/index.vue index 74d3c65..f3c31f9 100644 --- a/src/views/report/electricalInspection/index.vue +++ b/src/views/report/electricalInspection/index.vue @@ -1,6 +1,6 @@