增加施工月报

This commit is contained in:
2023-09-11 08:27:33 +08:00
parent b53e552cfa
commit 1d92a3e926
20 changed files with 4625 additions and 45 deletions
+2 -1
View File
@@ -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 = "总承包商施工计划";