From 35d7109801b437fad4514047db521ae358a1b7ca Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期一, 30 六月 2025 14:11:25 +0800 Subject: [PATCH] Merge branch 'wxw' --- Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs index a68f398..297ec9e 100644 --- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs +++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs @@ -7,6 +7,8 @@ using Model.ModelDto.PdaDto; using WMS.Entity.BllAsnEntity; using Model.ModelDto.DataDto; +using Model.ModelDto.SysDto; +using Model.ModelVm.SysVm; namespace WMS.IBLL.IPdaServer { @@ -37,6 +39,12 @@ #endregion + + // 鏍规嵁鐗╂枡缂栫爜銆佸悕绉拌幏鍙栫墿鏂欎俊鎭�� + MaterialsDto GetSkuInfo(GetMaterialsVm model); + + // 鐢熸垚绾胯竟搴撶鐮侊紝杩斿洖绠辩爜淇℃伅銆� + List<BllBoxInfo> AddLabels(LabelsVm model); // 鑾峰彇鍗曟嵁鍒楄〃 List<ArrivalNoticeDto> GetArrivalNotices(ArrivalNoticeVm model); @@ -138,6 +146,12 @@ //骞冲簱纭鍏ュ簱 void ConfirmInStock(PalletBindVm model); + /// <summary> + /// 浠撳簱纭鏀惰揣 + /// </summary> + /// <param name="model"></param> + void ConfirmTakeOf(string palletNo, int userId); + //鏍规嵁绠辩爜鍚戣拷婧郴缁熻姹傜淇℃伅 List<BoxInfoDto> GetFMBindBoxInfos(string boxno,string url); -- Gitblit v1.8.0