1202-gaofei
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user