提交代码
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
<div class="y_zlry_label">质量管理人员</div>
|
||||
<div class="y_zlry_value" id="divCqmsManageNum" runat="server">0</div>
|
||||
</div>
|
||||
<div class="y_zlry y_row y_image_default js-hover" data-type="ManagerData" style="margin-top: .125rem;">
|
||||
<div class="y_zlry y_row y_image_default js-hover" data-type="ManagerTrainData" style="margin-top: .125rem;">
|
||||
<div class="y_zlry_label">质量培训累计人员</div>
|
||||
<div class="y_zlry_value" id="divCqmsPxNum" runat="server">0</div>
|
||||
</div>
|
||||
@@ -439,6 +439,11 @@
|
||||
window.open("../DataShow/QualityPerson.aspx")
|
||||
|
||||
title = '管理人员数据'
|
||||
}else if (type == 'ManagerTrainData') {
|
||||
// $('iframe').attr('src', '../InterfacePopup/CQMS/QualityTraining.aspx') //质量培训人员数据
|
||||
window.open("../DataShow/QualityTraining.aspx")
|
||||
|
||||
title = '质量培训人员数据'
|
||||
} else if (type == 'ProjectData') {
|
||||
// $('iframe').attr('src', '../InterfacePopup/CQMS/ManagerData.aspx') //管理人员数据
|
||||
window.open("../DataShow/Project.aspx")
|
||||
|
||||
Reference in New Issue
Block a user