Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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手持进行平库入库"); } Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
@@ -54,12 +54,7 @@ /// Nullable:True /// </summary> public string LotNo {get;set;} /// <summary> /// Desc:储位地址 /// Default: /// Nullable:True /// </summary> public string LocatNo { get; set; } /// <summary> /// Desc:批次描述