集团在建项目使用详情
This commit is contained in:
@@ -37,7 +37,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.zhanghuijuanId)
|
||||
if (curruserId == Const.sysglyId || curruserId == Const.hfnbdId || curruserId == Const.zhanpeipeiId || curruserId == Const.fuweiId || curruserId == Const.shenyinhangId || curruserId == Const.zhanghuijuanId)
|
||||
{//只有管理员、JT、付伟、申银行、张慧娟的账号可以新增和维护项目数据
|
||||
this.btnSave.Hidden = false;
|
||||
}
|
||||
@@ -2013,7 +2013,10 @@ namespace FineUIPro.Web.ProjectData
|
||||
{
|
||||
this.txtShortName.Text = shortname;
|
||||
}
|
||||
this.txtProjectAddress.Text = address;
|
||||
if (!string.IsNullOrWhiteSpace(address))
|
||||
{
|
||||
this.txtProjectAddress.Text = address;
|
||||
}
|
||||
if (!string.IsNullOrWhiteSpace(startdate))
|
||||
{
|
||||
this.txtStartDate.Text = startdate;
|
||||
|
||||
Reference in New Issue
Block a user