补充公司级树
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user