From 79bfba92098256ddeaec434bcd3ddc2e45d65f87 Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 5 Jan 2024 09:02:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?update=20-=20=E5=8F=91=E6=B3=A1=E6=B3=A8?= =?UTF-8?q?=E6=96=99=E8=AE=B0=E5=BD=95=E3=80=81=E8=B4=A8=E6=A3=80=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/foamFillingRecordReport/index.vue | 269 ++++++++++++++++++ 1 file changed, 269 insertions(+) create mode 100644 src/views/report/foamFillingRecordReport/index.vue 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 @@ + + + From ece90c2cdbf612ecd419a90c88e33b39a3e3e4bb Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 5 Jan 2024 09:02:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?update=20-=20=E5=8F=91=E6=B3=A1=E6=B3=A8?= =?UTF-8?q?=E6=96=99=E8=AE=B0=E5=BD=95=E3=80=81=E8=B4=A8=E6=A3=80=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/report/reportAPI.js | 9 +++++++++ src/views/report/qualityInspection/index.vue | 14 +++++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) 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/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 @@ - + + +