diff --git a/src/api/report/reportAPI.js b/src/api/report/reportAPI.js index 16fb82e..d60cdfe 100644 --- a/src/api/report/reportAPI.js +++ b/src/api/report/reportAPI.js @@ -18,6 +18,15 @@ export function productionExecutionReportList(query) { }) } +// 查询发泡注料记录报表 +export function foamFillingRecordReportList(query) { + return request({ + url: '/report/productionReport/foamFillingRecordReportList', + method: 'get', + params: query + }) +} + // 查询在制品查询报表 export function WIPInquiryReportList(query) { return request({ diff --git a/src/views/report/foamFillingRecordReport/index.vue b/src/views/report/foamFillingRecordReport/index.vue new file mode 100644 index 0000000..cd7a74c --- /dev/null +++ b/src/views/report/foamFillingRecordReport/index.vue @@ -0,0 +1,269 @@ + + + diff --git a/src/views/report/qualityInspection/index.vue b/src/views/report/qualityInspection/index.vue index d9be7c2..4a00672 100644 --- a/src/views/report/qualityInspection/index.vue +++ b/src/views/report/qualityInspection/index.vue @@ -111,6 +111,8 @@ + + @@ -126,7 +128,9 @@ - + + +