增加施工月报
This commit is contained in:
@@ -586,6 +586,7 @@ namespace FineUIPro.Web
|
||||
this.leftPanel.Hidden = true;
|
||||
this.Tab1.IFrameUrl = "~/common/mainProject.aspx";
|
||||
this.CurrUser.LastProjectId = null;
|
||||
this.Tab1.Title = "首页";
|
||||
if (!string.IsNullOrEmpty(type))
|
||||
{
|
||||
this.CurrUser.LastProjectId = this.CurrUser.LoginProjectId;
|
||||
@@ -606,7 +607,7 @@ namespace FineUIPro.Web
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/common/mainMenu_HJGL_AVEVA.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