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