From 2056ae6f3d8243b0555f437ec6d214666d5bde53 Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期一, 02 六月 2025 09:43:19 +0800 Subject: [PATCH] 修改问题 --- Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs index 7c5b974..a68f398 100644 --- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs +++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs @@ -20,6 +20,21 @@ 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); + + List<BoxInfoDto> GetWmsBoxInfos(string boxNo); + + void ChejianIn(string palletNo, string boxNo, decimal qty,string areaNo, int userId); + + void ChejianQtyIn(string palletNo, string skuNo, string lotNo, decimal qty, string areaNo, int userId); + #endregion @@ -115,7 +130,7 @@ void CompleteInStockLing(PdaLingAsnVm model, int userId); // 鏍规嵁绠辩爜鑾峰彇鏍囩绠辩爜淇℃伅 - List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model); + List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model,string url); //鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛� List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model); @@ -124,7 +139,7 @@ void ConfirmInStock(PalletBindVm model); //鏍规嵁绠辩爜鍚戣拷婧郴缁熻姹傜淇℃伅 - List<BoxInfoDto> GetFMBindBoxInfos(string boxno); + List<BoxInfoDto> GetFMBindBoxInfos(string boxno,string url); #region JC23鍙栨牱涓氬姟鎺ュ彛 -- Gitblit v1.8.0