20230630人员自定义卡号验证
This commit is contained in:
@@ -70,10 +70,10 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
this.ddlPageSize.SelectedValue = this.Grid1.PageSize.ToString();
|
||||
BLL.WorkPostService.InitWorkPostDropDownList(this.drpPost, true);
|
||||
this.InitTreeMenu();//加载树
|
||||
if (this.CurrUser.PersonId == Const.hfnbdId || this.CurrUser.PersonId == Const.sysglyId)
|
||||
{
|
||||
this.btnRefresh.Hidden = false;
|
||||
}
|
||||
//if (this.CurrUser.PersonId == Const.hfnbdId || this.CurrUser.PersonId == Const.sysglyId)
|
||||
//{
|
||||
// this.btnRefresh.Hidden = false;
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -510,6 +510,7 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
this.btnNew.Hidden = false;
|
||||
this.btnImport.Hidden = false;
|
||||
this.btnPersonOut.Hidden = false;
|
||||
this.btnRefresh.Hidden = false;
|
||||
}
|
||||
if (buttonList.Contains(BLL.Const.BtnModify))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user