1
This commit is contained in:
@@ -260,10 +260,28 @@ namespace FineUIPro.Web.BaseInfo
|
||||
{
|
||||
this.btnSave.Hidden = false;
|
||||
}
|
||||
if (this.CurrUser.PersonId == Const.sysglyId || this.CurrUser.PersonId == Const.hfnbdId)
|
||||
{//系统管理员、合肥诺必达
|
||||
this.btnDataBase.Hidden = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 数据清理
|
||||
|
||||
/// <summary>
|
||||
/// 数据清理
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnDataBase_Click(object sender, EventArgs e)
|
||||
{
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference($"WorkPostCleanupMerge.aspx", "岗位清理合并"));
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region 验证岗位名称、编号是否存在
|
||||
/// <summary>
|
||||
/// 验证岗位名称、编号是否存在
|
||||
|
||||
Reference in New Issue
Block a user