From 55d8f37346f9ede0b318edc57f2e1d1f116045d3 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期一, 17 十一月 2025 16:47:45 +0800
Subject: [PATCH] 修改入库单和出库单回传处理sap返回结果

---
 Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
index c4a75c5..586d1c8 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -28,7 +28,7 @@
         /// <param name="crNo">鍗曟嵁鍙�</param>
         /// <param name="palletNo">鎵樼洏鍙�</param>
         /// <returns></returns>
-        Task<List<StockCheckDetailDto>> GetStockCheckDetailList(string crNo,string palletNo);
+        Task<List<StockCheckDetailDto>> GetStockCheckDetailList(string crNo, string palletNo);
 
         /// <summary>
         /// 鑾峰彇瑕佺洏鐐圭殑绠辩爜淇℃伅锛堢洏鐐硅褰曚腑鏁版嵁锛�
@@ -39,7 +39,7 @@
         /// <param name="boxNo">绠辩爜鍙�</param>
         /// <param name="isContinue">鏄惁鏁伴噺鐩樼偣</param>
         /// <returns></returns>
-        Task<List<StockCheckLogDto>> GetStockCheckLogList(string crNo, string crDetail,string palletNo,string boxNo,string isContinue);
+        Task<List<StockCheckLogDto>> GetStockCheckLogList(string crNo, string crDetail, string palletNo, string boxNo, string isContinue);
 
         /// <summary>
         /// 鐩樼偣搴撳瓨
@@ -53,7 +53,7 @@
         /// <param name="qty">鏁伴噺</param>
         /// <param name="isContinue">鏄惁鏁伴噺鐩樼偣</param>
         /// <param name="userId"></param>
-        Task CrSetCheck(string crNo, string crDetail, string palletNo, string boxNo,string boxNo3,string result, decimal? qty,string isContinue, int userId);
+        Task CrSetCheck(string crNo, string crDetail, string palletNo, string boxNo, string boxNo3, string result, decimal? qty, string isContinue, int userId);
 
         #endregion
 
@@ -65,7 +65,7 @@
         /// <param name="locatNo">鍌ㄤ綅缂栧彿</param>
         /// <param name="palletNo">鎵樼洏鍙�</param> 
         /// <returns></returns>
-        Task<List<StockDetailWithQtyDto>> GetStockQueryList(string locatNo, string palletNo, string boxno);
+        List<StockDetailWithQtyDto> GetStockQueryList(string locatNo, string palletNo, string boxno);
 
         #endregion
 
@@ -110,6 +110,13 @@
         /// <returns></returns>
         Task<List<SysStorageArea>> GetStorageArea(string palletNo);
         /// <summary>
+        /// 鏍规嵁鍖哄煙鍙疯幏鍙栧偍浣嶅湴鍧�闆嗗悎
+        /// </summary>
+        /// <param name="areaNo"></param>
+        /// <returns></returns>
+        /// <exception cref="Exception"></exception>
+        List<string> GetLocatByArea(string areaNo);
+        /// <summary>
         /// 鑾峰彇宸插垎閰嶇殑鍑哄簱鍗曟嵁
         /// </summary>
         /// <returns></returns>
@@ -133,7 +140,7 @@
         /// <param name="areaNo"></param>
         /// <param name="ruku"></param>
         /// <param name="url"></param>
-        Task AgvTransport(string palletNo, string areaNo, string ruku, string url, int userId);
+        Task AgvTransport(string palletNo, string areaNo, string locatNoEnd, string ruku, string url, int userId);
         /// <summary>
         /// 鍛煎彨agv杞繍绌烘墭鐩�
         /// </summary>
@@ -168,7 +175,7 @@
 
         #region 绠辩爜鎷嗙璐存爣
         //绠辩爜鎷嗙娣诲姞鏍囩淇℃伅
-        BoxListInfoDto AddLableByDevanning(string boxNo,decimal devanQty, int userId);
+        BoxListInfoDto AddLableByDevanning(string boxNo, decimal devanQty, int userId);
 
 
         /// <summary>

--
Gitblit v1.8.0