diff --git a/HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlanEdit.aspx.cs b/HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlanEdit.aspx.cs index 69d189f..421f946 100644 --- a/HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlanEdit.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlanEdit.aspx.cs @@ -248,7 +248,7 @@ namespace FineUIPro.Web.WeldMat.UsingPlan Alert.ShowInTop("请选择使用位置!", MessageBoxIcon.Warning); return; } - if (this.drpUsingUnit.SelectedValue == BLL.Const._Null) + if (this.drpUsingUnit.SelectedValue == BLL.Const._Null && this.CurrUser.UserId != BLL.Const.GlyId) { Alert.ShowInTop("请选择使用单位!", MessageBoxIcon.Warning); return;