-
+
-
企业总部人数
@@ -42,7 +43,7 @@
+
分支机构
@@ -57,7 +58,7 @@
-
+
-
项目人数
@@ -74,7 +75,7 @@
+
注安师
@@ -85,7 +86,7 @@
-
+
-
三类人员
@@ -105,7 +106,7 @@
+
安全会议数据
@@ -131,19 +132,19 @@
-
+
-
在建项目
<%=showData(hSSEData_HSSE.BeUnderConstructionNum,"--") %>
+
-
- 停工项目
<%=showData(hSSEData_HSSE.ShutdownNum,"--") %>
+
-
参建人数
<%=showData(hSSEData_HSSE.JoinConstructionPersonNum,"--") %>
+
@@ -158,8 +159,8 @@
在施危大工程
<%=showData(hSSEData_HSSE.MajorProjectsUnderConstructionNum,"--") %>
-
+
+
-
工时数据
总工时数
@@ -174,7 +175,7 @@
<%=showData(hSSEData_HSSE.SafeWorkingHour,"--") %>
+
-
安全教育培训人数数据
三级安全教育培训
@@ -189,26 +190,29 @@
<%=showData(hSSEData_HSSE.SpecialOperationTrainNum,"--") %>
+
环保数据
能耗总量
(万吨标准煤)
(万吨标准煤)
<%=showDecimalData(hSSEData_HSSE.TotalEnergyConsumption,"--") %>
+ <%--45.5708
--%>
万元营业收入综合能耗
(吨标准煤/万元)
(吨标准煤/万元)
<%=showDecimalData(hSSEData_HSSE.IncomeComprehensiveEnergyConsumption,"--") %>
+ <%--0.9664
--%>
-
用新水量
(万吨)
+ (万吨)
二氧化碳
(万吨)
(万吨)
<%=showDecimalData(hSSEData_HSSE.NewWaterConsumption,"--") %>
+ <%--780.7763
--%>
-
+
-
安全费用
费用提取(万元)
@@ -219,7 +223,7 @@
<%=showData(hSSEData_HSSE.CostUse,"--") %>
+
-
施工机具设备
在用
@@ -230,7 +234,7 @@
<%=showData(hSSEData_HSSE.SpecialEquipmentNum,"--") %>
+
-
高风险作业许可
许可项
@@ -247,35 +251,35 @@
隐患排查治理数据
-
一般隐患
- 重大隐患
+ 一般隐患
+ 重大隐患
-
-
+
+
+
-
整改闭环项
<%=showData(hSSEData_HSSE.GeneralClosedNum,"--") %>
+
- 未整改完成项
<%=showData(hSSEData_HSSE.GeneralNotClosedNum,"--") %>
+
- 整改率
-
+
+
-
+
@@ -283,7 +287,7 @@
- 安全监督检查数据
+
@@ -291,11 +295,11 @@
@@ -308,32 +312,32 @@
事故事件数据
-
未遂事件
+ 未遂
<%=showData(hSSEData_HSSE.NearMissNum,"--") %>
-
可记录事件
+ 可记录
<%=showData(hSSEData_HSSE.RecordableEventNum,"--") %>
应急管理数据
-
企业级
- 项目级
+ 企业级
+ 项目级
-
+
-
<%=showData(hSSEData_HSSE.CompanyComprehensivePlanNum,"--") %>
综合预案
+
-
<%=showData(hSSEData_HSSE.CompanySpecialPlanNum,"--") %>
专项预案
+
-
- <%=showData(hSSEData_HSSE.CompanyOnSiteDisposalPlan,"--") %>
现场处置预案
+
- <%=showData(hSSEData_HSSE.CompanyDrillNum,"--") %>
演练次数
@@ -342,7 +346,7 @@
+
@@ -358,7 +362,7 @@
安全云监控
+
@@ -371,32 +375,32 @@
安全风险数据
危大工程数据
-
危大工程
- 超危大工程
+ 危大工程
+ 超危大工程
-
+
-
审批完成
<%=showData(hSSEData_HSSE.CompletedNum,"--") %>
+
-
培训人次数
<%=showData(hSSEData_HSSE.TrainPersonNum,"--") %>
+
-
+ <%=showData(hSSEData_HSSE.ConstructionNum,"--") %>
施工个数
+
+ <%=showData(hSSEData_HSSE.FinishedNum,"--") %>
完工个数
@@ -407,6 +411,17 @@
+
+
+
+
+
+
@@ -418,8 +433,8 @@
function initMapEchart() {
// 1. 实例化对象
var myChart = echarts.init(document.querySelector(".sd-map"));
-
-
+
+
var series = [
{
name: "china map",
@@ -1062,7 +1077,162 @@
})
}
+ function GetClickHtml(obj) {
+ var $this = $(obj), type = $this.attr('data-type'), tabType = $this.attr('data-tabType') || '';
+ var title = '';
+ if (tabType != '') {
+ tabType = $this.closest('.bb-item').find('.tab-wrap .tab .active').attr('data-type')
+ if (tabType == null) {
+ tabType = $this.closest('.str-bottom').find('.tab-wrap .tab .active').attr('data-type')
+ }
+ }
+ console.log(type)
+ if (type == 'HeadOfficeNum') {
+ $('iframe').attr('src', '../DataShow/CompanyPerson.aspx') //企业总部
+ window.open("../DataShow/CompanyPerson.aspx")
+ }
+ else if (type == 'Branch') {
+ $('iframe').attr('src', '../DataShow/CompanyPerson.aspx') //分支机构
+ window.open("../DataShow/CompanyPerson.aspx")
+ }
+ else if (type == 'ProjectNum') {
+ $('iframe').attr('src', '../DataShow/ProjectPerson.aspx')//项目人员
+ window.open("../DataShow/ProjectPerson.aspx")
+ }
+ else if (type == 'SafetyInjectionEngineer') {
+ $('iframe').attr('src', '../DataShow/ProjectPerson.aspx')//项目人员
+ window.open("../DataShow/ProjectPerson.aspx")
+
+ }
+ else if (type == 'Certificate') {
+ $('iframe').attr('src', '../DataShow/ProjectPerson.aspx') //项目人员
+ window.open("../DataShow/ProjectPerson.aspx")
+
+ }
+ else if (type == 'SafetyMeetingData') {
+ $('iframe').attr('src', '../DataShow/Meeting.aspx') //安全会议数据
+ window.open("../DataShow/Meeting.aspx")
+
+ }
+ else if (type == 'BeUnderConstructionNum') {
+ $('iframe').attr('src', '../DataShow/Project.aspx') //项目信息
+ window.open("../DataShow/Project.aspx")
+
+ }
+ else if (type == 'ShutdownNum') {
+ $('iframe').attr('src', '../DataShow/Project.aspx') //项目信息
+ window.open("../DataShow/Project.aspx")
+
+ }
+ else if (type == 'JoinConstructionPersonNum') {
+ $('iframe').attr('src', '../DataShow/Project.aspx') //项目信息
+ window.open("../DataShow/Project.aspx")
+
+ }
+ else if (type == 'MajorProjectsUnderConstructionNum') {
+ $('iframe').attr('src', '../DataShow/Project.aspx') //项目信息
+ window.open("../DataShow/Project.aspx")
+
+ }
+ else if (type == 'WorkingHourData') {
+ $('iframe').attr('src', '../DataShow/WorkingHours.aspx') //工时数据
+ window.open("../DataShow/WorkingHours.aspx")
+
+ }
+ else if (type == 'SafeTrainData') {
+ $('iframe').attr('src', '../DataShow/EduTrain.aspx') //安全教育培训
+ window.open("../DataShow/EduTrain.aspx")
+
+ }
+ else if (type == 'EnvironmentalData') {
+ $('iframe').attr('src', '../DataShow/Environmental.aspx') //环保数据
+ window.open("../DataShow/Environmental.aspx")
+
+ }
+ else if (type == 'SafeCost') {
+ $('iframe').attr('src', '../DataShow/SecurityCost.aspx') //安全费用
+ window.open("../DataShow/SecurityCost.aspx")
+
+ }
+ else if (type == 'ConstructionEquipment') {
+ $('iframe').attr('src', '../DataShow/ConstructionEquipment.aspx') //施工机具设备
+ window.open("../DataShow/ConstructionEquipment.aspx")
+
+
+ }
+ else if (type == 'HighRiskWorkPermit') {
+ $('iframe').attr('src', '../DataShow/License.aspx') //高风险作业许可
+ window.open("../DataShow/License.aspx")
+
+ }
+ else if (type == 'SafetySupervisionAndInspectionData') {
+ $('iframe').attr('src', '../DataShow/Check.aspx') //安全监督检查
+ window.open("../DataShow/Check.aspx")
+
+ }
+ else if (type == 'AccidentEventData') {
+ $('iframe').attr('src', '../DataShow/Accident.aspx') //事故事件数据
+ window.open("../DataShow/Accident.aspx")
+
+ }
+ else if (type == 'SafeRiskData') {
+ $('iframe').attr('src', '../DataShow/SecurityRisk.aspx') //安全风险数据
+ window.open("../DataShow/SecurityRisk.aspx")
+
+ }
+ else if (type == 'yjglsj' && tabType == "qyj") {
+ $('iframe').attr('src', '../DataShow/Emergency.aspx')//应急管理数据-企业级
+ window.open("../DataShow/Emergency.aspx")
+
+ }
+ else if (type == 'yjglsj' && tabType == "xmj") {
+ $('iframe').attr('src', '../DataShow/Emergency.aspx')//应急管理数据-项目级
+ window.open("../DataShow/Emergency.aspx")
+
+ }
+ else if (type == 'wdgcsj' && tabType == "large") {
+ $('iframe').attr('src', '../DataShow/LargeEngineering.aspx')//危大工程- 危大工程
+ window.open("../DataShow/LargeEngineering.aspx")
+
+ }
+ else if (type == 'wdgcsj' && tabType == "super") {
+ $('iframe').attr('src', '../DataShow/LargeEngineering.aspx') // 危大工程 - 超危大工程
+ window.open("../DataShow/LargeEngineering.aspx")
+
+ }
+ else if (type == 'yhpc' && tabType == "yb") {
+ $('iframe').attr('src', '../DataShow/HiddenRectification.aspx') //隐患排查-一般隐患
+ window.open("../DataShow/HiddenRectification.aspx")
+
+ }
+ else if (type == 'yhpc' && tabType == "zd") {
+ $('iframe').attr('src', '../DataShow/HiddenRectification.aspx')//隐患排查-重大隐患
+ window.open("../DataShow/HiddenRectification.aspx")
+
+ }/*
+ else if (type == 'Video') {
+ $('iframe').attr('src', '../InterfacePopup/HSSE/VideoView.aspx') //视频监控
+ }*/
+ else {
+ // $('iframe').attr('src', '../SysManage/Unit.aspx')
+ // window.open("../DataShow/Unit.aspx")
+ console.log("通用")
+ }
+ }
+
+ function initClick() {
+ // 设置iframe高度
+ $('.click-wrap .click-item iframe').height($('.click-wrap').height())
+ $(".js-hover").click(function () {
+ var htmlContent = GetClickHtml(this)
+ // $('.click-wrap').show()
+ // $(".hover-wrap").hide()
+ })
+ $('.click-close').click(function () {
+ $('.click-wrap').hide()
+ })
+ }
$(function () {
initDate()
initZgl('zgl',<%=zgl1%>)
@@ -1091,6 +1261,8 @@
initTab()
// initScroll()
+ initClick();
+
});
diff --git a/SGGL/FineUIPro.Web/res/assets/css/xfk.css b/SGGL/FineUIPro.Web/res/assets/css/xfk.css
new file mode 100644
index 00000000..22138dbf
--- /dev/null
+++ b/SGGL/FineUIPro.Web/res/assets/css/xfk.css
@@ -0,0 +1 @@
+*{padding:0;margin:0;box-sizing:border-box}li,ol{list-style:none}a{text-decoration:none}@font-face{font-family:"方正大黑_GBK";src:url("../font/方正大黑_GBK.eot?") format("eot");src:url("../font/方正大黑_GBK.woff") format("woff"),url("../font/方正大黑_GBK.ttf") format("truetype")}@font-face{font-family:"液晶数字";src:url("../font/液晶数字.eot?") format("eot");src:url("../font/液晶数字.woff") format("woff"),url("../font/液晶数字.ttf") format("truetype")}::-webkit-scrollbar{width:5px;height:5px;background-color:transparent}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:10px;background-color:#6b81d4}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#1843e2}::-webkit-scrollbar-thumb:hover{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4)}html{scrollbar-face-color:#071857;scrollbar-highlight-color:#010a2c;scrollbar-3dlight-color:#010a2c;scrollbar-darkshadow-color:#010a2c;scrollbar-shadow-color:#071857;scrollbar-arrow-color:rgba(1,10,44,0.4);scrollbar-track-color:#071857}html{font-size:10vw;width:100%;height:100%;min-width:1200px;font-family:Microsoft YaHei;line-height:1}@media screen and (max-width: 1200px){html{font-size:120px}}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flexCenter{display:flex;align-items:center;justify-content:center}.flexCenterV{display:flex;align-items:center;justify-content:center;flex-direction:column}.hover-wrap{display:none;position:absolute;z-index:999999;border-style:solid;white-space:nowrap;background-color:rgba(7,44,89,0.8);border-width:1px;border-radius:.02083rem;font-size:.07292rem;border-color:rgba(7,166,255,0.76);box-shadow:#07a6ff 0px 0px .05208rem;pointer-events:auto;padding:.10417rem}.hover-wrap .hover-item{overflow:auto;color:#fff}.hover-wrap .hover-item .tit{font-size:.09375rem;margin-bottom:.08333rem;text-indent:.09375rem;position:relative}.hover-wrap .hover-item .tit::before{content:'';display:block;width:.07292rem;height:.07292rem;background-color:blueviolet;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)}.hover-wrap .hover-item .text{font-size:.08333rem;margin-bottom:.04167rem;position:relative;text-indent:.07292rem}.hover-wrap .hover-item .text::before{content:'';display:block;width:.05208rem;height:.05208rem;background-color:#FFA600;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)}.click-wrap{display:none;position:absolute;width:90%;left:5%;top:3%;min-height:2.60417rem;height:90%;padding:.10417rem .15625rem .10417rem .10417rem;z-index:999999;border-style:solid;white-space:nowrap;background-color:rgba(7,44,89,0.95);border-width:.00521rem;border-radius:.02083rem;font-size:.07292rem;border-color:rgba(7,166,255,0.76);box-shadow:#07a6ff 0px 0px .05208rem;pointer-events:auto}.click-wrap .click-close{position:absolute;right:-.13021rem;top:-.13021rem;width:.26042rem;height:.26042rem;background:#2b468c;border-radius:.13021rem;box-shadow:.01042rem .01042rem .02604rem 0px black;cursor:pointer}.click-wrap .click-close:hover{background:#b22222}.click-wrap .click-close::before{position:absolute;content:'';width:.15625rem;height:.05208rem;background:white;transform:rotate(45deg);top:.10417rem;left:.05208rem}.click-wrap .click-close::after{content:'';position:absolute;width:.15625rem;height:.05208rem;background:white;transform:rotate(-45deg);top:.10417rem;left:.05208rem}.click-wrap .click-item{color:#fff}.click-wrap .ck-list{display:flex;flex-direction:column}.click-wrap .ck-list .ck-l-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:.04167rem;border-bottom:1px solid #fff;margin-bottom:.04167rem}.click-wrap .ck-list .ck-l-item:last-child{margin-bottom:0}.click-wrap .ck-list .ck-l-item .ck-l-right{display:flex;justify-content:space-between;align-items:center}.click-wrap .ck-list .ck-l-item .ck-l-right .ck-lr-href{margin-left:.04167rem;color:#8d9fce;cursor:pointer}
+ <%-- --%>
+
+