This commit is contained in:
2026-03-06 17:58:48 +08:00
parent 393e451064
commit adedb7e83d
102 changed files with 13691 additions and 271 deletions
+19
View File
@@ -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
}
}