This commit is contained in:
parent
d2a9080bfd
commit
129d285825
|
@ -33,9 +33,9 @@ namespace BLL
|
||||||
public const string shenyinhangId = "fb3b3171-f2f3-40b1-b40b-9424cc14ecfe";
|
public const string shenyinhangId = "fb3b3171-f2f3-40b1-b40b-9424cc14ecfe";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 施工部——张慧敏
|
/// 施工部——张慧娟
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const string zhanghuiminId = "fb3b3171-f2f3-40b1-b40b-9424cc14ecfe";
|
public const string zhanghuijuanId = "8cd25563-429e-4ac7-a13f-610e35eea62d";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 公共临时账户ID
|
/// 公共临时账户ID
|
||||||
|
|
|
@ -332,7 +332,7 @@ namespace FineUIPro.Web.ProjectData
|
||||||
}
|
}
|
||||||
|
|
||||||
string curruserId = this.CurrUser.UserId;
|
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、付伟、申银行、张慧敏的账号可以新增和维护项目数据
|
{//只有管理员、JT、付伟、申银行、张慧敏的账号可以新增和维护项目数据
|
||||||
btnUpdata.Hidden = false;
|
btnUpdata.Hidden = false;
|
||||||
this.btnNew.Hidden = false;
|
this.btnNew.Hidden = false;
|
||||||
|
|
|
@ -36,7 +36,7 @@ namespace FineUIPro.Web.ProjectData
|
||||||
if (!IsPostBack)
|
if (!IsPostBack)
|
||||||
{
|
{
|
||||||
string curruserId = this.CurrUser.UserId;
|
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、付伟、申银行、张慧敏的账号可以新增和维护项目数据
|
{//只有管理员、JT、付伟、申银行、张慧敏的账号可以新增和维护项目数据
|
||||||
btnSave.Hidden = false;
|
btnSave.Hidden = false;
|
||||||
this.btnSave.Hidden = false;
|
this.btnSave.Hidden = false;
|
||||||
|
|
Loading…
Reference in New Issue