From ded7dffbb1fbed96acd8cc10c7710f4d848384e9 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期一, 23 三月 2026 15:45:17 +0800
Subject: [PATCH] fix: 修改库存已满无法入库问题,修复大屏库存图信息

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 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 58966f3..987ee80 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"
@@ -67,7 +67,7 @@
         /// <param name="WarehouseId">浠撳簱id</param>
         /// <param name="LocationType">璐т綅绫诲瀷</param>
         /// <returns></returns>
-        string AccessingTunnel(int WarehouseId, int LocationType);
+        string AccessingTunnel(int WarehouseId, int LocationType, int taskCount);
 
         /// <summary>
         /// 鏌ユ壘娴呰揣浣嶇姸鎬�
@@ -95,5 +95,8 @@
         WebResponseContent GetArea();
         WebResponseContent GetLocationStatus(int WarehouseId, string RoadwayNo);
         #endregion
+        WebResponseContent EnableAllLocationsInRoadway(string roadwayNo);
+        WebResponseContent DisableAllLocationsInRoadway(string roadwayNo);
+        WebResponseContent GetWarehouseCapacity();
     }
 }

--
Gitblit v1.9.3