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拣货 public void SoSetPick(string soNo, string soDetailId, string palletNo, string boxNo, string boxNo3, int userId) @@ -977,5 +989,7 @@ throw new Exception(e.Message); } } } }