1
This commit is contained in:
@@ -87,6 +87,10 @@ namespace FineUIPro.Web.SysManage
|
||||
this.btnImport.Hidden = false;
|
||||
}
|
||||
}
|
||||
if (this.CurrUser.PersonId == Const.sysglyId || this.CurrUser.PersonId == Const.hfnbdId)
|
||||
{//系统管理员、合肥诺必达
|
||||
this.btnDataBase.Hidden = false;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -253,5 +257,20 @@ namespace FineUIPro.Web.SysManage
|
||||
BindGrid();
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 数据清理
|
||||
|
||||
/// <summary>
|
||||
/// 数据清理
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnDataBase_Click(object sender, EventArgs e)
|
||||
{
|
||||
PageContext.RegisterStartupScript(Window2.GetShowReference($"UnitCleanupMerge.aspx", "单位清理合并"));
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user