From c29940a5ff8b56d96d4fe0fee2076a278e52e9c5 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期三, 28 一月 2026 09:54:45 +0800
Subject: [PATCH] 优化出库
---
项目代码/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