From 19e95f4acc328bbf62a0427fe658d00268019e66 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期一, 07 四月 2025 10:14:34 +0800
Subject: [PATCH] 修改IIS配置

---
 Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index ab1606d..603bc51 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -29,6 +29,9 @@
         // 鍒ゆ柇鎵樼洏鍙锋槸鍚﹀彲鐢�
         string IsEnablePalletNo(string palletNo);
 
+        // 鍒ゆ柇鍦扮爜鏄惁鍙敤
+        string IsEnableLocatNo(string locatNo);
+
         // 鏍规嵁绠辩爜鎴栨墭鐩樺彿鑾峰彇绠辨敮淇℃伅
         List<BoxInfoDto> GetBoxInfos(BoxInfoVm model);
 
@@ -40,6 +43,9 @@
 
         // 缁戝畾绌烘墭鐩�
         string BindNullPallet(PalletBindVm model);
+
+        // 鍙犳墭鏈虹粦瀹氱┖鎵樼洏璺�
+        string BindNullPallets(PalletsBind model);
 
         /// <summary>
         /// 瑙g粦绌烘墭鐩�
@@ -74,10 +80,12 @@
         //闆剁鍏ュ簱
         void CompleteInStockLing(PdaLingAsnVm model, int userId);
 
-        void GetBoxInfoByFuMa(string boxNo, string url);
+        void GetBoxInfoByFuMa(string boxNo, string url, string fuMaTokenUrl,string levelType);
 
         // 鏍规嵁绠辩爜鑾峰彇鏍囩绠辩爜淇℃伅
-        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model);
+        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model, string url, string fuMaTokenUrl);
+        // 鏍规嵁绠辩爜鑾峰彇鏍囩鏈�灏忚拷婧爜淇℃伅
+        List<BoxInfoDto> GetBindBoxInfo2s(BoxInfoVm model,string url, string fuMaTokenUrl);
 
         //鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛�
         List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model);

--
Gitblit v1.8.0