From 6167bf4c8fe617d9f9861585042149d48ad15dbb Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期二, 13 五月 2025 17:54:50 +0800 Subject: [PATCH] 修改问题,添加PDA下发出库页面 --- Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs index 7c5b974..4d1624b 100644 --- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs +++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs @@ -20,6 +20,15 @@ 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 @@ -115,7 +124,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 +133,7 @@ void ConfirmInStock(PalletBindVm model); //鏍规嵁绠辩爜鍚戣拷婧郴缁熻姹傜淇℃伅 - List<BoxInfoDto> GetFMBindBoxInfos(string boxno); + List<BoxInfoDto> GetFMBindBoxInfos(string boxno,string url); #region JC23鍙栨牱涓氬姟鎺ュ彛 -- Gitblit v1.8.0