1
This commit is contained in:
@@ -36,7 +36,7 @@ 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)
|
||||
if (curruserId == Const.sysglyId || curruserId == Const.hfnbdId || curruserId == Const.fuweiId || curruserId == Const.shenyinhangId || curruserId == Const.zhanghuijuanId)
|
||||
{//只有管理员、JT、付伟、申银行、张慧敏的账号可以新增和维护项目数据
|
||||
btnSave.Hidden = false;
|
||||
this.btnSave.Hidden = false;
|
||||
|
||||
Reference in New Issue
Block a user