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 @@