From 68e7f305d4fd8c6dc68db96369d82f7f4998b53c Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 22 Mar 2024 12:01:37 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E5=8F=91=E6=B3=A1=E7=AE=B1?= =?UTF-8?q?=E4=BD=93=E8=BF=BD=E6=BA=AF=E6=9F=A5=E8=AF=A2=E5=B7=AE=E5=BC=82?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E6=8A=A5=E8=A1=A8=E9=A1=B5=E9=9D=A2=E4=B8=8E?= =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/report/reportAPI.js | 9 + .../report/boxTraceabilityReport/index.vue | 178 ++++++++++++++---- 2 files changed, 149 insertions(+), 38 deletions(-) diff --git a/src/api/report/reportAPI.js b/src/api/report/reportAPI.js index 5968bd4..49aea68 100644 --- a/src/api/report/reportAPI.js +++ b/src/api/report/reportAPI.js @@ -125,3 +125,12 @@ export function boxTraceabilityReport(query) { params: query }) } + +// 发泡箱体追溯报表 +export function boxTraceabilityDetailReport(query) { + return request({ + url: '/report/productionReport/boxTraceabilityDetailReport', + method: 'get', + params: query + }) +} diff --git a/src/views/report/boxTraceabilityReport/index.vue b/src/views/report/boxTraceabilityReport/index.vue index c631c32..43ce0d7 100644 --- a/src/views/report/boxTraceabilityReport/index.vue +++ b/src/views/report/boxTraceabilityReport/index.vue @@ -11,14 +11,14 @@ > - - - - - - - - + + + + + + + + 导出 + >导出 + + 差异明细导出 + @@ -86,7 +95,11 @@ - + + + @@ -98,16 +111,64 @@ @pagination="getList" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +