2023/10/31
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
<div id="zlmap"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="y_box">
|
||||
<div class="y_box js-hover" data-type="NCRData">
|
||||
<div class="y_box_label y_image_default">NCR数据</div>
|
||||
<div class="y_box_main">
|
||||
<div class="zl-card y_row">
|
||||
@@ -529,7 +529,7 @@
|
||||
}
|
||||
else if (type == 'MeasuringInstrumentsData') {
|
||||
// $('iframe').attr('src', '../InterfacePopup/CQMS/MeasuringInstrumentsData.aspx') //计量器具数据
|
||||
window.open("../DataShow/QualityInstruments.aspx")
|
||||
window.open("../DataShowLocal/QualityInstruments.aspx")
|
||||
|
||||
|
||||
title = '计量器具数据'
|
||||
@@ -569,6 +569,11 @@
|
||||
// $('iframe').attr('src', '../InterfacePopup/CQMS/DefectAnalysis.aspx') //缺陷分析
|
||||
window.open("../DataShow/HJGLDefect.aspx")
|
||||
|
||||
}
|
||||
else if (type == 'NCRData') {
|
||||
// $('iframe').attr('src', '../InterfacePopup/CQMS/DefectAnalysis.aspx') //缺陷分析
|
||||
window.open("../DataShowLocal/NCRStatisc.aspx")
|
||||
|
||||
}
|
||||
else {
|
||||
// $('iframe').attr('src', '../SysManage/Unit.aspx')
|
||||
|
||||
Reference in New Issue
Block a user