This commit is contained in:
2025-03-31 19:08:04 +08:00
parent 74ed6ce38d
commit 5030ef836e
4 changed files with 117 additions and 83 deletions
@@ -35,6 +35,18 @@ namespace FineUIPro.Web.ProjectData
{
if (!IsPostBack)
{
string curruserId = this.CurrUser.UserId;
if (curruserId == Const.sysglyId || curruserId == Const.hfnbdId || curruserId == Const.fuweiId || curruserId == Const.shenyinhangId || curruserId == Const.zhanghuiminId)
{//只有管理员、JT、付伟、申银行、张慧敏的账号可以新增和维护项目数据
btnSave.Hidden = false;
this.btnSave.Hidden = false;
}
else
{
btnSave.Hidden = true;
this.btnSave.Hidden = true;
}
BindGrid();
BindGrid2();
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();