From 18d31e3f062f51043d15d48dd84513b08513253a Mon Sep 17 00:00:00 2001 From: yinq Date: Tue, 2 Apr 2024 16:24:03 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E5=9C=A8=E5=88=B6=E5=93=81?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=98=8E=E7=BB=86=E5=8A=9F=E8=83=BD=E3=80=81?= =?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 ++ src/views/report/WIPInquiryReport/index.vue | 143 ++++++++++++++++---- 2 files changed, 123 insertions(+), 29 deletions(-) diff --git a/src/api/report/reportAPI.js b/src/api/report/reportAPI.js index 4cb718b..2c759e4 100644 --- a/src/api/report/reportAPI.js +++ b/src/api/report/reportAPI.js @@ -36,6 +36,15 @@ export function WIPInquiryReportList(query) { }) } +// 查询在制品明细报表 +export function WIPInquiryDetailReportList(query) { + return request({ + url: '/report/productionReport/WIPInquiryDetailReportList', + method: 'get', + params: query + }) +} + // 扫描下线记录报表 export function ScanOfflineRecordReportList(query) { return request({ diff --git a/src/views/report/WIPInquiryReport/index.vue b/src/views/report/WIPInquiryReport/index.vue index edac10b..26b5fb9 100644 --- a/src/views/report/WIPInquiryReport/index.vue +++ b/src/views/report/WIPInquiryReport/index.vue @@ -74,6 +74,14 @@ @click="handleExport" >导出 + 明细导出 + @@ -87,33 +95,69 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + +