Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs
@@ -1563,7 +1563,9 @@ throw new Exception("请选择所属仓库"); } //验证是否为平库入库 if (houseNo == "W02") var houseType = Db.Queryable<SysWareHouse>().First(a => a.WareHouseNo == houseNo);//获取仓库类型 //验证是否为平库入库 if (houseType.Type == "2") { throw new Exception("平库请使用PDA手持进行平库入库"); }