1
This commit is contained in:
@@ -662,29 +662,69 @@ namespace FineUIPro.Web
|
||||
PageContext.Redirect("~/indexProject.aspx?projectId=" + this.CurrUser.LoginProjectId, "_top");
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 安全管理
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnHSSE_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.MenuSwitchMethod(Const.Menu_HSSE);
|
||||
}
|
||||
/// <summary>
|
||||
/// 质量管理
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnCQMS_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.MenuSwitchMethod(Const.Menu_CQMS);
|
||||
}
|
||||
/// <summary>
|
||||
/// 报表管理
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnReport_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.MenuSwitchMethod(Const.Menu_Report);
|
||||
}
|
||||
/// <summary>
|
||||
/// 五星管理
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void butFiveStars_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.MenuSwitchMethod(Const.Menu_FiveStarts);
|
||||
}
|
||||
/// <summary>
|
||||
/// 项目设置
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnProjectSet_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.MenuSwitchMethod(Const.Menu_ProjectSet);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
protected void btnPersonal_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.MenuSwitchMethod(Const.Menu_Personal);
|
||||
}
|
||||
|
||||
protected void btnProjectSet_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.MenuSwitchMethod(Const.Menu_ProjectSet);
|
||||
}
|
||||
|
||||
protected void btnStaff_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.MenuSwitchMethod(Const.Menu_Staff);
|
||||
}
|
||||
protected void btnHSSE_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.MenuSwitchMethod(Const.Menu_HSSE);
|
||||
}
|
||||
|
||||
protected void btnJDGL_Click(object sender, EventArgs e)
|
||||
{
|
||||
@@ -709,15 +749,6 @@ namespace FineUIPro.Web
|
||||
this.MenuSwitchMethod(Const.Menu_ToDo);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 五星管理
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void butFiveStars_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.MenuSwitchMethod(Const.Menu_FiveStarts);
|
||||
}
|
||||
|
||||
protected void btnVideo_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user