From ecb386a4201213c6635f28f9e9e02e3faf217b51 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期六, 16 三月 2024 11:08:34 +0800
Subject: [PATCH] 修改储位图例柱状图以及圆形图显示数据问题。
---
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