wxw
2025-03-06 d3a16b479dc45a4892b5bfd9f6eceda93480450b
Wms/WMS.BLL/SysServer/PalletsServer.cs
@@ -163,14 +163,18 @@
                    {
                        throw new Exception("未查到设备所属区域信息");
                    }
                    if (!areaInfo.AreaName.Contains("接料设备"))
                    //125设备是接料和混料一体机
                    if (deviceCode != "125")
                    {
                        throw new Exception("只能绑定接料设备");
                    }
                    if (areaInfo.WareHouseNo != "M03")
                    {
                        throw new Exception("只有大单体车间才能绑定设备");
                    }
                        if (!areaInfo.AreaName.Contains("接料设备"))
                        {
                            throw new Exception("只能绑定接料设备");
                        }
                        if (areaInfo.WareHouseNo != "M03")
                        {
                            throw new Exception("只有大单体车间才能绑定设备");
                        }
                    }
                }
                //开启事务
                db.BeginTran();