@@ -352,7 +338,6 @@
EnableMaximize="true" EnableResize="false">
-
@@ -367,7 +352,6 @@
var leftPanelClientID = '<%= leftPanel.ClientID %>';
var leftPanelToolGearClientID = '<%= leftPanelToolGear.ClientID %>';
var leftPanelToolCollapseClientID = '<%= leftPanelToolCollapse.ClientID %>';
- var btnChangeHomePageClientID = '<%= btnChangeHomePage.ClientID %>';
var btnHomeClientID = '<%= btnHome.ClientID %>';
var tab1ClientID = '<%= Tab1.ClientID %>';
// 展开左侧面板
diff --git a/SGGL/FineUIPro.Web/index.aspx.cs b/SGGL/FineUIPro.Web/index.aspx.cs
index f5da286..f5387d5 100644
--- a/SGGL/FineUIPro.Web/index.aspx.cs
+++ b/SGGL/FineUIPro.Web/index.aspx.cs
@@ -441,56 +441,71 @@ namespace FineUIPro.Web
this.MenuSwitchMethod(string.Empty);
}
}
-
- protected void btnPerson_Click(object sender, EventArgs e)
+ ///
+ /// 安全管理
+ ///
+ ///
+ ///
+ protected void btnHSSE_Click(object sender, EventArgs e)
{
- this.MenuSwitchMethod(Const.Menu_Person);
+ this.MenuSwitchMethod(Const.Menu_S_HSSE);
}
-
- protected void btnNotice_Click(object sender, EventArgs e)
+ ///
+ /// 质量管理
+ ///
+ ///
+ ///
+ protected void btnCQMS_Click(object sender, EventArgs e)
{
- this.MenuSwitchMethod(Const.Menu_Notice);
+ this.MenuSwitchMethod(Const.Menu_S_CQMS);
}
-
- protected void btnProject_Click(object sender, EventArgs e)
+ ///
+ /// 报表管理
+ ///
+ ///
+ ///
+ protected void btnReport_Click(object sender, EventArgs e)
{
- this.MenuSwitchMethod(Const.Menu_Project);
+ this.MenuSwitchMethod(Const.Menu_S_Report);
}
-
- protected void btnServer_Click(object sender, EventArgs e)
- {
- this.MenuSwitchMethod(Const.Menu_Server);
- }
-
- protected void btnContract_Click(object sender, EventArgs e)
- {
- this.MenuSwitchMethod(Const.Menu_Contract);
- }
-
+ ///
+ /// 资源库
+ ///
+ ///
+ ///
protected void btnDigData_Click(object sender, EventArgs e)
{
this.MenuSwitchMethod(Const.Menu_DigData);
}
-
- protected void btnZHGL_Click(object sender, EventArgs e)
+ ///
+ /// 项目清单
+ ///
+ ///
+ ///
+ protected void btnProject_Click(object sender, EventArgs e)
{
- this.MenuSwitchMethod(Const.Menu_ZHGL);
- }
-
- protected void btnParty_Click(object sender, EventArgs e)
- {
- this.MenuSwitchMethod(Const.Menu_Party);
+ this.MenuSwitchMethod(Const.Menu_Project);
+ }
+ ///
+ /// 系统设置
+ ///
+ ///
+ ///
+ protected void btnSysSet_Click(object sender, EventArgs e)
+ {
+ this.MenuSwitchMethod(Const.Menu_SysSet);
}
+ ///
+ /// 用户信息
+ ///
+ ///
+ ///
protected void btnPersonal_Click(object sender, EventArgs e)
{
this.MenuSwitchMethod(Const.Menu_Personal);
}
- protected void btnSysSet_Click(object sender, EventArgs e)
- {
- this.MenuSwitchMethod(Const.Menu_SysSet);
- }
///
/// 重新生成系统菜单
@@ -504,19 +519,5 @@ namespace FineUIPro.Web
MenuSwitchMethod(string.Empty);
ShowNotify("菜单刷新完成!", MessageBoxIcon.Success);
}
-
- protected void btnChangeHomePage_Click(object sender, EventArgs e)
- {
- if (this.hdHomePage.Text == "1")
- {
- this.hdHomePage.Text = "2";
- this.Tab1.IFrameUrl = "~/common/main2.aspx";
- }
- else
- {
- this.hdHomePage.Text = "1";
- this.Tab1.IFrameUrl = "~/common/main3.aspx";
- }
- }
}
}
diff --git a/SGGL/FineUIPro.Web/index.aspx.designer.cs b/SGGL/FineUIPro.Web/index.aspx.designer.cs
index b333399..a6ec90d 100644
--- a/SGGL/FineUIPro.Web/index.aspx.designer.cs
+++ b/SGGL/FineUIPro.Web/index.aspx.designer.cs
@@ -59,6 +59,33 @@ namespace FineUIPro.Web
///
protected global::FineUIPro.ContentPanel ContentPanel1;
+ ///
+ /// btnHSSE 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnHSSE;
+
+ ///
+ /// btnCQMS 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnCQMS;
+
+ ///
+ /// btnReport 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnReport;
+
///
/// btnDigData 控件。
///
@@ -69,31 +96,22 @@ namespace FineUIPro.Web
protected global::FineUIPro.Button btnDigData;
///
- /// btnServer 控件。
+ /// btnProject 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::FineUIPro.Button btnServer;
+ protected global::FineUIPro.Button btnProject;
///
- /// btnNotice 控件。
+ /// btnSysSet 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::FineUIPro.Button btnNotice;
-
- ///
- /// btnPerson 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnPerson;
+ protected global::FineUIPro.Button btnSysSet;
///
/// btnPersonal 控件。
@@ -104,15 +122,6 @@ namespace FineUIPro.Web
///
protected global::FineUIPro.Button btnPersonal;
- ///
- /// Button7 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button Button7;
-
///
/// btnRetweet 控件。
///
@@ -329,15 +338,6 @@ namespace FineUIPro.Web
///
protected global::FineUIPro.HiddenField hdHomePage;
- ///
- /// btnChangeHomePage 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnChangeHomePage;
-
///
/// XmlDataSource1 控件。
///
diff --git a/SGGL/FineUIPro.Web/indexProject.aspx b/SGGL/FineUIPro.Web/indexProject.aspx
index 26393c5..01c2a16 100644
--- a/SGGL/FineUIPro.Web/indexProject.aspx
+++ b/SGGL/FineUIPro.Web/indexProject.aspx
@@ -28,20 +28,22 @@
height: 35px;
}
- .project-select .f-field-dropdownlist-wrap>.f-field-body-cell>.f-field-body-cell-inner>.f-widget-content{
- background-color: #273847;
- color: #ffffff;
- }
- #index-project>.f-field-dropdownlist-pop{
- width: 300px;
- border-radius: 0;
- width: auto !important;
- background-color: rgba(26, 81, 117, 0.20);
- color: #ffffff;
- }
- #index-project>.f-field-dropdownlist-pop::-webkit-scrollbar{
- display: none;
- }
+ .project-select .f-field-dropdownlist-wrap > .f-field-body-cell > .f-field-body-cell-inner > .f-widget-content {
+ background-color: #273847;
+ color: #ffffff;
+ }
+
+ #index-project > .f-field-dropdownlist-pop {
+ width: 300px;
+ border-radius: 0;
+ width: auto !important;
+ background-color: rgba(26, 81, 117, 0.20);
+ color: #ffffff;
+ }
+
+ #index-project > .f-field-dropdownlist-pop::-webkit-scrollbar {
+ display: none;
+ }
.up-wrap {
height: 55px;
@@ -233,36 +235,40 @@
background-color: transparent !important;
}
-
- .f-widget-content{
- border: 0;
- }
- .project-select .f-field-dropdownlist-wrap>.f-field-body-cell>.f-field-body-cell-inner>.f-widget-content{
- background-color: #273847;
- color: #ffffff;
- }
+ .f-widget-content {
+ border: 0;
+ }
- #index-project>.f-field-dropdownlist-pop>.f-state-active,#index-project>.f-field-dropdownlist-pop>.f-state-hover{
- background-color: #39658F;
- color: #ffffff;
- }
- .project-select .f-field-dropdownlist-wrap>.f-field-body-cell>.f-field-body-cell-inner>.f-field-triggerbox-icons>.f-icon {
- color: #ffffff;
- }
- .project-select .f-field-dropdownlist-wrap>.f-field-body-cell>.f-field-body-cell-inner> .f-corner-all{
- background-color: rgba(0,0,0,0);
- }
- #index-project>.f-field-dropdownlist-pop{
- border-radius: 0;
- min-width: 120px !important;
- width: auto !important;
+ .project-select .f-field-dropdownlist-wrap > .f-field-body-cell > .f-field-body-cell-inner > .f-widget-content {
+ background-color: #273847;
+ color: #ffffff;
+ }
+
+ #index-project > .f-field-dropdownlist-pop > .f-state-active, #index-project > .f-field-dropdownlist-pop > .f-state-hover {
+ background-color: #39658F;
+ color: #ffffff;
+ }
+
+ .project-select .f-field-dropdownlist-wrap > .f-field-body-cell > .f-field-body-cell-inner > .f-field-triggerbox-icons > .f-icon {
+ color: #ffffff;
+ }
+
+ .project-select .f-field-dropdownlist-wrap > .f-field-body-cell > .f-field-body-cell-inner > .f-corner-all {
+ background-color: rgba(0,0,0,0);
+ }
+
+ #index-project > .f-field-dropdownlist-pop {
+ border-radius: 0;
+ min-width: 120px !important;
+ width: auto !important;
background-color: #214B72;
color: #ffffff;
- }
- #index-project>.f-field-dropdownlist-pop::-webkit-scrollbar{
- display: none;
- }
+ }
+
+ #index-project > .f-field-dropdownlist-pop::-webkit-scrollbar {
+ display: none;
+ }
@@ -275,61 +281,65 @@
<%--头部 开始--%>
-
-
- <%--
-
--%>
-
-
- <%--
-
-
-
--%>
+
+
+
+
+
-
-
-
+
+
+
-
- <%--
-
-
-
-
-
--%>
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<%--头部 结束--%>
@@ -749,15 +759,15 @@
}
F.ready(function () {
- $('.h-nav-bar').click(function(e) {
-
- let id = $(this).data('id')
- $('.h-nav-bar').removeClass('h-nav-bar-active')
- $(this).addClass('h-nav-bar-active')
+ $('.h-nav-bar').click(function (e) {
-
+ let id = $(this).data('id')
+ $('.h-nav-bar').removeClass('h-nav-bar-active')
+ $(this).addClass('h-nav-bar-active')
- });
+
+
+ });
$(".sd-header2-center li").click(function () {
diff --git a/SGGL/FineUIPro.Web/indexProject.aspx.cs b/SGGL/FineUIPro.Web/indexProject.aspx.cs
index 696626a..454c832 100644
--- a/SGGL/FineUIPro.Web/indexProject.aspx.cs
+++ b/SGGL/FineUIPro.Web/indexProject.aspx.cs
@@ -662,29 +662,69 @@ namespace FineUIPro.Web
PageContext.Redirect("~/indexProject.aspx?projectId=" + this.CurrUser.LoginProjectId, "_top");
}
}
+
+ ///
+ /// 安全管理
+ ///
+ ///
+ ///
+ protected void btnHSSE_Click(object sender, EventArgs e)
+ {
+ this.MenuSwitchMethod(Const.Menu_HSSE);
+ }
+ ///
+ /// 质量管理
+ ///
+ ///
+ ///
protected void btnCQMS_Click(object sender, EventArgs e)
{
this.MenuSwitchMethod(Const.Menu_CQMS);
}
+ ///
+ /// 报表管理
+ ///
+ ///
+ ///
+ protected void btnReport_Click(object sender, EventArgs e)
+ {
+ this.MenuSwitchMethod(Const.Menu_Report);
+ }
+ ///
+ /// 五星管理
+ ///
+ ///
+ ///
+ protected void butFiveStars_Click(object sender, EventArgs e)
+ {
+ this.MenuSwitchMethod(Const.Menu_FiveStarts);
+ }
+ ///
+ /// 项目设置
+ ///
+ ///
+ ///
+ 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);
}
- ///
- /// 五星管理
- ///
- ///
- ///
- protected void butFiveStars_Click(object sender, EventArgs e)
- {
- this.MenuSwitchMethod(Const.Menu_FiveStarts);
- }
protected void btnVideo_Click(object sender, EventArgs e)
{
diff --git a/SGGL/FineUIPro.Web/indexProject.aspx.designer.cs b/SGGL/FineUIPro.Web/indexProject.aspx.designer.cs
index 75dbd27..884096f 100644
--- a/SGGL/FineUIPro.Web/indexProject.aspx.designer.cs
+++ b/SGGL/FineUIPro.Web/indexProject.aspx.designer.cs
@@ -60,13 +60,31 @@ namespace FineUIPro.Web
protected global::FineUIPro.ContentPanel ContentPanel1;
///
- /// btnStaff 控件。
+ /// btnHSSE 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::FineUIPro.Button btnStaff;
+ protected global::FineUIPro.Button btnHSSE;
+
+ ///
+ /// btnCQMS 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnCQMS;
+
+ ///
+ /// btnReport 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnReport;
///
/// btnHome 控件。
@@ -86,6 +104,15 @@ namespace FineUIPro.Web
///
protected global::FineUIPro.Button btnFiveStars;
+ ///
+ /// btnProjectSet 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnProjectSet;
+
///
/// drpProject 控件。
///
@@ -113,15 +140,6 @@ namespace FineUIPro.Web
///
protected global::FineUIPro.Button btnPersonal;
- ///
- /// btnSysSet 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnSysSet;
-
///
/// leftPanel 控件。
///