Demo
2024-07-18 a5f4ce4dda3549588651b321d09b90c5b7703cdc
修改申请储位方法
1个文件已修改
5 ■■■■■ 已修改文件
Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs
@@ -1201,6 +1201,11 @@
                {
                    throw new Exception("请选择所属仓库");
                }
                //验证巷道是否为空
                if (string.IsNullOrWhiteSpace(roadwayNo))
                {
                    throw new Exception("巷道不能为空");
                }
                //验证是否为平库入库
                if (houseNo == "W02")
                {