From bfcd7f5b405e431a5c07fe3fa77d74c892d4e66b Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期四, 19 三月 2026 15:52:42 +0800
Subject: [PATCH] fix: 修复出入库冲突拦截,系统位置与实际位置的映射和修复

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
index 3c4f9bc..91e1179 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
@@ -75,9 +75,28 @@
         /// <returns></returns>
         Dt_LocationInfo? ShallowGetLocation(string roadway, int Locationtype, int row, int Layer, int Column);
 
+        /// <summary>
+        /// 鏌ユ壘璐т綅
+        /// </summary>
+        /// <param name="LocationCode">璐т綅缂栧彿</param>
+        /// <returns></returns>
+        Dt_LocationInfo? FindStorageLocation(string LocationCode);
 
+        /// <summary>
+        /// 鍒ゆ柇琛�
+        /// </summary>
+        /// <param name="RoadwayNo">宸烽亾缂栧彿</param>
+        /// <param name="locrow">琛�</param>
+        /// <returns></returns>
+        int judgmentRow(string RoadwayNo, int locrow);
+
+        //鑾峰彇搴撲綅绔嬩綋鍥炬暟鎹�
+        #region 鑾峰彇搴撲綅绔嬩綋鍥炬暟鎹�
         WebResponseContent GetArea();
         WebResponseContent GetLocationStatus(int WarehouseId, string RoadwayNo);
-
+        #endregion
+        WebResponseContent EnableAllLocationsInRoadway(string roadwayNo);
+        WebResponseContent DisableAllLocationsInRoadway(string roadwayNo);
+        WebResponseContent GetWarehouseCapacity();
     }
-    }
+}

--
Gitblit v1.9.3