From b96e37ac7cd46cb980f1b0f7fc0004f9e571f597 Mon Sep 17 00:00:00 2001 From: jinna Date: Thu, 5 Mar 2026 10:20:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E7=AE=A1-=E5=AD=98=E6=96=99=E7=99=BB?= =?UTF-8?q?=E8=AE=B0=E5=8D=A1=E6=89=93=E5=8D=B0=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 2 ++ src/api/storeManagement/inventorySummary.js | 10 +++++++++- .../warehouseAnalysis/inventorySummary.vue | 10 ++++++---- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/public/config.js b/public/config.js index fdf2eba..ca92b2f 100644 --- a/public/config.js +++ b/public/config.js @@ -10,3 +10,5 @@ window.SCHEDULING_EXCEPTION = "http://192.168.169.172:8088/SCHEDULING_EXCEPTION" window.SCHEDULING_ANALYSIS = "http://192.168.169.172:8088/SCHEDULING_ANALYSIS" //排产统计分析地址 window.PROCESS_QUALITY_RECORD = "http://192.168.169.172:9000/jmreport/view/1153140195292762112" //电子档案-热表分厂-质量记录 + +window.WARE_MATERIAL_STOCK = "http://192.168.169.172:9000/jmreport/view/1186917825215324160" //仓管-库存汇总-存料登记卡打印 \ No newline at end of file diff --git a/src/api/storeManagement/inventorySummary.js b/src/api/storeManagement/inventorySummary.js index 1b09282..75dd88f 100644 --- a/src/api/storeManagement/inventorySummary.js +++ b/src/api/storeManagement/inventorySummary.js @@ -8,4 +8,12 @@ export const getList = params => { method: 'get', params }); -}; \ No newline at end of file +}; + +// // 存料登记卡打印 +// export const getPrint = params => { +// return request({ +// url: `/api/blade-wms/jmreport/index/${params.id}`, +// method: 'get', +// }); +// }; \ No newline at end of file diff --git a/src/views/statisticalAnalysis/warehouseAnalysis/inventorySummary.vue b/src/views/statisticalAnalysis/warehouseAnalysis/inventorySummary.vue index 59e0ee6..c6a0d13 100644 --- a/src/views/statisticalAnalysis/warehouseAnalysis/inventorySummary.vue +++ b/src/views/statisticalAnalysis/warehouseAnalysis/inventorySummary.vue @@ -43,7 +43,7 @@