1
This commit is contained in:
@@ -248,7 +248,7 @@ namespace FineUIPro.Web.WeldMat.UsingPlan
|
|||||||
Alert.ShowInTop("请选择使用位置!", MessageBoxIcon.Warning);
|
Alert.ShowInTop("请选择使用位置!", MessageBoxIcon.Warning);
|
||||||
return;
|
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);
|
Alert.ShowInTop("请选择使用单位!", MessageBoxIcon.Warning);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user