From a97a624c1fb269a059f97629076433c46b4e8b4c Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 13 8月 2025 14:42:08 +0800 Subject: [PATCH] //如果是连续打印,则不调用打印服务,解决重复打印的问题 【Editby shaocx,2025-08-13】 --- LA24030_LuLiPackageLine_Web/src/api/main/ReportCenter/wmsStockQuan.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LA24030_LuLiPackageLine_Web/src/api/main/ReportCenter/wmsStockQuan.ts b/LA24030_LuLiPackageLine_Web/src/api/main/ReportCenter/wmsStockQuan.ts index 2ee2d22..8032b96 100644 --- a/LA24030_LuLiPackageLine_Web/src/api/main/ReportCenter/wmsStockQuan.ts +++ b/LA24030_LuLiPackageLine_Web/src/api/main/ReportCenter/wmsStockQuan.ts @@ -4,9 +4,9 @@ DeleteWmsStockQuan = '/api/wmsStockQuan/delete', UpdateWmsStockQuan = '/api/wmsStockQuan/update', PageWmsStockQuan = '/api/wmsStockQuan/page', - ShortagePage = '/api/wmsStockQuan/ShortagePage', - ShortagePageGroupByInfo5 = '/api/wmsStockQuan/ShortagePageGroupByInfo5', - ShortageList = '/api/wmsStockQuan/ShortageList', + ShortagePage = '/api/WmsCommonnQuery/ShortagePage', + ShortagePageGroupByInfo5 = '/api/WmsCommonnQuery/ShortagePageGroupByInfo5', + ShortageList = '/api/WmsCommonnQuery/ShortageList', PageStockQuanForUse= '/api/wmsStockQuan/getStockQuanPageForUse', ListWmsStockQuan = '/api/wmsStockQuan/list', DetailWmsStockQuan = '/api/wmsStockQuan/detail', -- Gitblit v1.9.3