Wms/WMS.BLL/BllPdaServer/PdaAsnServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Wms/WMS.BLL/BllPdaServer/PdaAsnServer.cs
@@ -2038,6 +2038,13 @@ //验证库存是否拥有该托信息 if (stockDetail != null && stockDetail.Count > 0) { foreach (var item in stockDetail) { if (!string.IsNullOrEmpty(item.WareHouseNo)) { throw new Exception("该托盘未在库外,请核查!"); } } iscount = 1; //回流入库 } #endregion