1202-gaofei

This commit is contained in:
gaofei
2021-12-02 10:52:43 +08:00
parent 8932645f54
commit 997374d7e8
30 changed files with 2212 additions and 17 deletions
+9
View File
@@ -632,6 +632,11 @@ namespace FineUIPro.Web
this.Tab1.IFrameUrl = "~/PZHGL/GJSX/GJSXList.aspx";
this.Tab1.Title = "关键事项";
}
else if (type == Const.Menu_CLGL)
{
this.Tab1.IFrameUrl = "~/CLGL/Material.aspx";
this.Tab1.Title = "材料信息";
}
else
{
this.Tab1.Title = "首页";
@@ -687,6 +692,10 @@ namespace FineUIPro.Web
{
this.MenuSwitchMethod(Const.Menu_HJGL);
}
protected void btnCLGL_Click(object sender, EventArgs e)
{
this.MenuSwitchMethod(Const.Menu_CLGL);
}
protected void btnPHTGL_Click(object sender, EventArgs e)
{