This commit is contained in:
parent
65a90cfc05
commit
ebff3b731a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue