20230824 新增大数据中心wbs数据页面等

This commit is contained in:
2023-08-24 09:30:51 +08:00
parent 117010f7d2
commit 5e775e6635
27 changed files with 1696 additions and 494 deletions
+6 -2
View File
@@ -616,6 +616,10 @@ namespace FineUIPro.Web
{
this.Tab1.IFrameUrl = "~/SysManage/ProjectToDo.aspx";
}
else if (type == Const.Menu_PDigData)
{
this.Tab1.IFrameUrl = "";
}
}
else
{
@@ -682,9 +686,9 @@ namespace FineUIPro.Web
this.MenuSwitchMethod(Const.Menu_PHTGL);
}
protected void btnTestRun_Click(object sender, EventArgs e)
protected void btnPDigData_Click(object sender, EventArgs e)
{
this.MenuSwitchMethod(Const.Menu_TestRun);
this.MenuSwitchMethod(Const.Menu_PDigData);
}
protected void btnPZHGL_Click(object sender, EventArgs e)