From 8a83e6f21af0a764950e45b2565a370fff74daa5 Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期四, 08 五月 2025 16:47:45 +0800 Subject: [PATCH] Merge branch 'csc' --- Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs index e826d99..6ffd44f 100644 --- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs +++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs @@ -12,6 +12,26 @@ { public interface IPdaAsnServer { + #region JC34 + + //鑾峰彇闇�瑕佽创鏍囩鐨勫叆搴撳崟 鍗曟嵁鍙烽泦鍚� + List<string> GetPasteAsnNoStrList(); + //鑾峰彇涓嶉渶瑕佽创鏍囩鐨勫叆搴撳崟 鍗曟嵁鍙烽泦鍚� + List<string> GetNoPasteAsnNoStrList(); + //鏍规嵁鍗曟嵁鑾峰彇鏍囩鏁伴噺 + BoxListInfoDto GetBoxCountByAsn(string asnNo, int? asnDetailId); + + /// <summary> + /// 淇濆瓨鎸囧畾鐨勫偍浣� + /// </summary> + /// <param name="palletNo"></param> + /// <param name="locateNo"></param> + /// <param name="userId"></param> + void SaveAppointLocate(string palletNo, string locateNo, int userId); + + #endregion + + // 鑾峰彇鍗曟嵁鍒楄〃 List<ArrivalNoticeDto> GetArrivalNotices(ArrivalNoticeVm model); -- Gitblit v1.8.0