代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Aspose.Words;
|
||||
using BLL;
|
||||
using BLL;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
@@ -319,8 +318,8 @@ namespace FineUIPro.Web
|
||||
|
||||
}
|
||||
this.drpProject.DataValueField = "ProjectId";
|
||||
this.drpProject.DataTextField = "ShortName";
|
||||
var projectlist =ProjectService.GetSortIndexProjectByUserIdDropDownList(this.CurrUser.PersonId);
|
||||
this.drpProject.DataTextField = "ShortName";
|
||||
var projectlist = ProjectService.GetSortIndexProjectByUserIdDropDownList(this.CurrUser.PersonId);
|
||||
this.drpProject.DataSource = projectlist;
|
||||
this.drpProject.DataBind();
|
||||
|
||||
@@ -338,7 +337,7 @@ namespace FineUIPro.Web
|
||||
this.drpProject.DataBind();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
this.drpProject.SelectedValue = Request.Params["projectId"];
|
||||
}
|
||||
|
||||
@@ -370,7 +369,7 @@ namespace FineUIPro.Web
|
||||
this.CurrUser.LoginProjectId = this.drpProject.SelectedValue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
this.InitMenuStyleButton();
|
||||
this.InitMenuModeButton();
|
||||
this.InitLangMenuButton();
|
||||
@@ -583,9 +582,9 @@ namespace FineUIPro.Web
|
||||
}
|
||||
this.Tab1.RefreshIFrame();
|
||||
this.CurrUser.LoginProjectId = this.drpProject.SelectedValue;
|
||||
|
||||
|
||||
PageContext.RegisterStartupScript("parent.removeActiveTab();");
|
||||
MenuSwitchMethod(this.CurrUser.LastMenuType);
|
||||
MenuSwitchMethod(this.CurrUser.LastMenuType);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -594,7 +593,7 @@ namespace FineUIPro.Web
|
||||
/// <param name="type"></param>
|
||||
protected void MenuSwitchMethod(string type)
|
||||
{
|
||||
// this.CurrUser.LoginProjectId = this.drpProject.SelectedValue;
|
||||
// this.CurrUser.LoginProjectId = this.drpProject.SelectedValue;
|
||||
this.XmlDataSource1.DataFile = "common/Menu_Personal.xml";
|
||||
this.leftPanel.Hidden = true;
|
||||
this.Tab1.IFrameUrl = "~/common/mainProject.aspx";
|
||||
@@ -624,7 +623,7 @@ namespace FineUIPro.Web
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/common/mainMenu_HJGL3.aspx";
|
||||
}
|
||||
else if (type == Const.Menu_PZHGL)
|
||||
else if (type == Const.Menu_PZHGL)
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/PZHGL/InformationProject/ConstructionPlan.aspx";
|
||||
this.Tab1.Title = "总承包商施工计划";
|
||||
|
||||
Reference in New Issue
Block a user