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 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {{ scope.row.COMP_AMOUNT }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+