20230630人员自定义卡号验证

This commit is contained in:
2023-06-30 16:24:19 +08:00
parent 5d70c6f745
commit f20df61fe5
12 changed files with 343 additions and 4049 deletions
@@ -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))
{