From 1e26a7575d9969e728b0aa01466f490409cb173c Mon Sep 17 00:00:00 2001
From: chengsc <Demo@DESKTOP-CPA90BF>
Date: 星期五, 18 十月 2024 18:41:30 +0800
Subject: [PATCH] Merge branch 'master' into csc
---
Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
index 73083ca..6963b55 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -34,8 +34,9 @@
/// <param name="crDetail">鐩樼偣鏄庣粏ID 鐗╂枡-鎵规</param>
/// <param name="palletNo">鎵樼洏鍙�</param>
/// <param name="boxNo">绠辩爜鍙�</param>
+ /// <param name="isContinue">鏄惁鏁伴噺鐩樼偣</param>
/// <returns></returns>
- List<StockCheckLogDto> GetStockCheckLogList(string crNo, string crDetail,string palletNo,string boxNo);
+ List<StockCheckLogDto> GetStockCheckLogList(string crNo, string crDetail,string palletNo,string boxNo,string isContinue);
/// <summary>
/// 鐩樼偣搴撳瓨
@@ -47,8 +48,9 @@
/// <param name="boxNo3">鏀爜</param>
/// <param name="result">缁撴灉</param>
/// <param name="qty">鏁伴噺</param>
+ /// <param name="isContinue">鏄惁鏁伴噺鐩樼偣</param>
/// <param name="userId"></param>
- void CrSetCheck(string crNo, string crDetail, string palletNo, string boxNo,string boxNo3,string result, int? qty,int userId);
+ void CrSetCheck(string crNo, string crDetail, string palletNo, string boxNo,string boxNo3,string result, decimal? qty,string isContinue, int userId);
#endregion
@@ -127,7 +129,7 @@
/// <param name="palletNo"></param>
/// <param name="areaNo"></param>
/// <param name="ruku"></param>
- void AgvTransport(string palletNo, string areaNo, string ruku, int userId);
+ void AgvTransport(string palletNo, string areaNo, string ruku, int userId,string url);
/// <summary>
/// agv杞繍鍛煎彨灏忚溅鍙栬揣
/// </summary>
@@ -135,7 +137,17 @@
/// <param name="palletNo"></param>
/// <param name="areaNo"></param>
/// <param name="userId"></param>
- void AgvTransport2(string soNo, string palletNo, string areaNo, int userId);
+ List<string> AgvTransport2(string soNo, string palletNo, string areaNo, int userId, string url);
+ #endregion
+
+ #region 绠辩爜鏌ヨ
+ /// <summary>
+ /// pda搴撳瓨鏌ヨ
+ /// </summary>
+ /// <param name="boxNo">鍌ㄤ綅缂栧彿</param>
+ /// <param name="palletNo">鎵樼洏鍙�</param>
+ /// <returns></returns>
+ DataBoxDto GetBoxQueryList(string boxNo);
#endregion
}
}
--
Gitblit v1.8.0