zhaowc
2024-09-18 bdd84cc48ba7b2527584c44d174da8e7d20c5375
增加对申请入库时对平库库位的校验
2个文件已修改
11 ■■■■■ 已修改文件
Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs 7 ●●●● 补丁 | 查看 | 原始文档 | 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:批次描述