Administrator
2024-02-21 69b45a0617e42ccfefc89322c8dc0455a6008fcd
托盘绑定验证托盘是否在库外
1个文件已修改
7 ■■■■■ 已修改文件
Wms/WMS.BLL/BllPdaServer/PdaAsnServer.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | 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