From 6abc58c209f3c3092eb3134cf20f5a7bd970e374 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 06 三月 2024 09:49:21 +0800 Subject: [PATCH] 出库流程修改 --- Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs b/Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs index 049f241..3b6a538 100644 --- a/Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs +++ b/Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs @@ -278,7 +278,19 @@ } } + //鑾峰彇搴撳唴鏃犵鐮佺殑鎵樼洏鍒嗛厤淇℃伅 + public List<OutPdaInfo> GetAllotPlnInfo(string soDetailId, string palletNo) + { + try + { + } + catch (Exception e) + { + throw new Exception(e.Message); + } + throw new NotImplementedException(); + } //鍑哄簱pda鎷h揣 public void SoSetPick(string soNo, string soDetailId, string palletNo, string boxNo, string boxNo3, int userId) @@ -977,5 +989,7 @@ throw new Exception(e.Message); } } + + } } -- Gitblit v1.8.0