补充公司级树

This commit is contained in:
2025-04-13 20:44:26 +08:00
parent 96899ce306
commit f5344bddfb
34 changed files with 2330 additions and 1350 deletions
@@ -41,6 +41,7 @@ namespace FineUIPro.Web.CQMS.Check {
{
this.ProjectId = Request.Params["projectId"];
}
this.GetButtonPower();
this.txtEndTime.Text = DateTime.Now.ToString("yyyy-MM-dd");
this.txtStartTime.Text = DateTime.Now.AddDays(-7).ToString("yyyy-MM-dd");
this.ucTree.UnitId = this.CurrUser.UnitId;
@@ -49,8 +50,6 @@ namespace FineUIPro.Web.CQMS.Check {
{
this.panelLeftRegion.Hidden = true;
// this.Grid1.Columns[0].Hidden = true;
////权限按钮方法
this.GetButtonPower();
}
BindGrid();
}
@@ -59,8 +58,8 @@ namespace FineUIPro.Web.CQMS.Check {
{
this.ProjectId = this.ucTree.ProjectId;
this.BindGrid();
this.GetButtonPower();
this.BindGrid();
}
private void GetButtonPower()
{