diff --git a/src/api/report/reportAPI.js b/src/api/report/reportAPI.js index 354afe6..5968bd4 100644 --- a/src/api/report/reportAPI.js +++ b/src/api/report/reportAPI.js @@ -108,7 +108,6 @@ export function temperatureRecordReportList(query) { }) } - // 灌注记录报表 export function pourRecordReportList(query) { return request({ @@ -117,3 +116,12 @@ export function pourRecordReportList(query) { params: query }) } + +// 发泡箱体追溯报表 +export function boxTraceabilityReport(query) { + return request({ + url: '/report/productionReport/boxTraceabilityReport', + method: 'get', + params: query + }) +} diff --git a/src/views/report/boxTraceabilityReport/index.vue b/src/views/report/boxTraceabilityReport/index.vue index 9447a6a..16113fc 100644 --- a/src/views/report/boxTraceabilityReport/index.vue +++ b/src/views/report/boxTraceabilityReport/index.vue @@ -11,14 +11,14 @@ > - - - + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + +