Demo
2024-07-18 a5f4ce4dda3549588651b321d09b90c5b7703cdc
Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs
@@ -1201,6 +1201,11 @@
                {
                    throw new Exception("请选择所属仓库");
                }
                //验证巷道是否为空
                if (string.IsNullOrWhiteSpace(roadwayNo))
                {
                    throw new Exception("巷道不能为空");
                }
                //验证是否为平库入库
                if (houseNo == "W02")
                {