提交代码
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
</div>
|
||||
<div class="y_aq y_row">
|
||||
<div class="y_aq_box y_image_default y_row">
|
||||
<div class="y_aq_label js-hover" data-type="QualityProblem">安全管理人员</div>
|
||||
<div class="y_aq_label js-hover" data-type="SafePerson">安全管理人员</div>
|
||||
<div class="y_aq_value" id="divSafeManagePersonNum" runat="server">0</div>
|
||||
</div>
|
||||
<div class="y_aq_box y_image_default y_row js-hover" data-type="AccidentEventData">
|
||||
@@ -63,8 +63,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="y_zg">
|
||||
<div class="y_zg_title">整改数据</div>
|
||||
<div class="y_zg_main y_row">
|
||||
<div class="y_zg_title js-hover" data-type="HiddenRectification">整改数据</div>
|
||||
<div class="y_zg_main y_row js-hover" data-type="HiddenRectification">
|
||||
<div class="y_zg_box">
|
||||
<div class="y_zg_value" style="background-color: #00b8de54;color: #00b8de;" runat="server" id="div_zgsj">154564
|
||||
</div>
|
||||
@@ -161,23 +161,23 @@
|
||||
</div>
|
||||
<div class="site y_column">
|
||||
<!-- 人员信息 -->
|
||||
<div class="y_box js-hover" data-type="ProjectPersonData">
|
||||
<div class="y_box js-hover" >
|
||||
<div class="y_box_label y_image_default">人员信息 </div>
|
||||
<div class="y_rys y_row">
|
||||
<div class="y_ry y_row y_image_default">
|
||||
<div class="y_ry y_row y_image_default js-hover" data-type="Person1">
|
||||
<div class="y_ry_label">当前现场人数</div>
|
||||
<div class="y_ry_value" id="div_xcrs" runat="server">0</div>
|
||||
</div>
|
||||
<div class="y_ry y_row y_image_default">
|
||||
<div class="y_ry y_row y_image_default js-hover" data-type="Person2">
|
||||
<div class="y_ry_label">作业人员总数</div>
|
||||
<div class="y_ry_value" style="color: #00FFFF;" id="div_zyxcrs" runat="server">0</div>
|
||||
</div>
|
||||
<div class="y_ry y_row y_image_default">
|
||||
<div class="y_ry y_row y_image_default js-hover" data-type="Person3">
|
||||
<div class="y_ry_label">管理人员总数</div>
|
||||
<div class="y_ry_value" style="color: #63CAFF;" id="div_glxcrs" runat="server">0</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="y_rymap" id="rymap"></div>
|
||||
</div>
|
||||
<div class="y_box">
|
||||
@@ -394,6 +394,8 @@
|
||||
$('iframe').attr('src', '../DataShow/HiddenRectification.aspx') //隐患排查-一般隐患
|
||||
window.open("../DataShow/HiddenRectification.aspx")
|
||||
|
||||
}else if (type == 'HiddenRectification') {
|
||||
window.open("../DataShow/HiddenRectification.aspx") //整改数据
|
||||
}
|
||||
else if (type == 'yhpc' && tabType == "zd") {
|
||||
$('iframe').attr('src', '../DataShow/HiddenRectification.aspx')//隐患排查-重大隐患
|
||||
@@ -407,6 +409,22 @@
|
||||
// $('iframe').attr('src', '../InterfacePopup/CQMS/QualityProblem.aspx') //质量共检数据
|
||||
window.open("../DataShow/InspectionManagement.aspx")
|
||||
|
||||
}else if (type == 'SafePerson') {
|
||||
// $('iframe').attr('src', '../InterfacePopup/CQMS/QualityProblem.aspx') //安全管理人员数据
|
||||
window.open("../DataShow/SafePerson.aspx")
|
||||
|
||||
}else if (type == 'Person1') {
|
||||
// $('iframe').attr('src', '../InterfacePopup/CQMS/QualityProblem.aspx') //当前现场人员数据
|
||||
window.open("../DataShow/Person1.aspx")
|
||||
|
||||
}else if (type == 'Person2') {
|
||||
// $('iframe').attr('src', '../InterfacePopup/CQMS/QualityProblem.aspx') //作业人员总数数据
|
||||
window.open("../DataShow/Person2.aspx")
|
||||
|
||||
}else if (type == 'Person3') {
|
||||
// $('iframe').attr('src', '../InterfacePopup/CQMS/QualityProblem.aspx') //管理人员总数数据
|
||||
window.open("../DataShow/Person3.aspx")
|
||||
|
||||
}else if (type == 'WeldOneOK') {
|
||||
// $('iframe').attr('src', '../InterfacePopup/CQMS/QualityProblem.aspx') //焊接一次合格数据
|
||||
window.open("../DataShow/WeldOneOK.aspx")
|
||||
|
||||
Reference in New Issue
Block a user