This commit is contained in:
2026-03-27 16:28:26 +08:00
parent 12becd3734
commit aca291797f
2 changed files with 26 additions and 4 deletions
+9 -1
View File
@@ -706,7 +706,15 @@ namespace FineUIPro.Web
{
this.Tab1.IFrameUrl = "";
}
if (type == Const.Menu_PZHGL)
else if (type == Const.Menu_Report)
{
this.Tab1.IFrameUrl = "";
}
else if (type == Const.Menu_CQMS)
{
this.Tab1.IFrameUrl = "";
}
else if (type == Const.Menu_PZHGL)
{
this.Tab1.IFrameUrl = "~/PZHGL/InformationProject/ConstructionPlan.aspx";
this.Tab1.Title = "总承包商施工计划";