From ece80c5d44458eb482467ffafdff68fbc1e6dc94 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 25 12月 2024 09:50:01 +0800 Subject: [PATCH] 接口 多 并发模式 --- 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