From b2d25faa69ee7e9f24b6ac98d3b4dcbddada70bc Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期四, 14 三月 2024 13:37:15 +0800
Subject: [PATCH] 修改pda托盘绑定同一物料多批次 无法具体选中批次问题。
---
Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs b/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
index 4a04723..86169c8 100644
--- a/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
+++ b/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
@@ -88,7 +88,7 @@
/// <param name="depth">娣卞害</param>
/// <returns></returns>
- List<SysStorageLocat> GetStorageLocatLists(string wareHouseNo, string roadway,string row, string depth);
+ List<SysStorageLocat> GetStorageLocatLists(string wareHouseNo, string roadway, string row, string depth);
/// <summary>
/// 鑾峰彇鏈�澶у眰绾�
@@ -122,7 +122,7 @@
/// <returns></returns>
List<string> GetDepth(string wareHouseNo);
-
+
/// <summary>
/// 鑾峰彇搴撲綅鍗犳瘮(鍦�)
@@ -152,5 +152,19 @@
/// <param name="locatNo"></param>
/// <returns></returns>
LocateInfoVm GetLocateInfo(string locatNo);
+
+ #region 骞冲簱
+
+ /// <summary>
+ /// 鑾峰彇鍌ㄤ綅淇℃伅(骞冲簱鍥句緥)
+ /// </summary>
+ /// <param name="wareHouseNo">浠撳簱</param>
+ /// <param name="row">鎺�</param>
+ /// <returns></returns>
+
+ List<SysStorageLocat> GetFlatLibraryLegend(string wareHouseNo, string row);
+
+ #endregion
+
}
}
--
Gitblit v1.8.0