zhaowc
7 小时以前 4de417b106a062452f5ac86e626e7e225b753eab
Wms/WMS.BLL/SysServer/PalletsServer.cs
@@ -159,26 +159,7 @@
                {
                    throw new Exception("新添加的桶只能绑定净桶区");
                }
                //if (!string.IsNullOrEmpty(deviceCode))
                //{
                //    var areaInfo = db.Queryable<SysStorageArea>().First(w => w.IsDel == "0" && w.DeviceCode.Contains(deviceCode));
                //    if (areaInfo == null)
                //    {
                //        throw new Exception("未查到设备所属区域信息");
                //    }
                //    //125设备是接料和混料一体机
                //    if (deviceCode != "125")
                //    {
                //        if (!areaInfo.AreaName.Contains("接料设备"))
                //        {
                //            throw new Exception("只能绑定接料设备");
                //        }
                //        if (areaInfo.WareHouseNo != "M03")
                //        {
                //            throw new Exception("只有大单体车间才能绑定设备");
                //        }
                //    }
                //}
                if (!string.IsNullOrEmpty(deviceCode))
                {
                    switch (deviceCode)