提交代码
This commit is contained in:
@@ -78,7 +78,14 @@
|
||||
// drpUnit.SelectedValue = this.CurrUser.UnitId;
|
||||
// drpUnit.Enabled = false;
|
||||
//}
|
||||
|
||||
if (this.CurrUser.UserId == BLL.Const.GlyId)
|
||||
{
|
||||
this.drpIfOnGuard.Enabled = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.drpIfOnGuard.Enabled = false;
|
||||
}
|
||||
this.PersonLoad();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user