0606-002
This commit is contained in:
@@ -332,6 +332,11 @@
|
||||
<input id="hdContractQuantitySheets" type="hidden" runat="server" />
|
||||
<input id="hdMaterialRecords" type="hidden" runat="server" />
|
||||
<input id="hdTotalQuantity" type="hidden" runat="server" />
|
||||
<input id="hdQuantity" type="hidden" runat="server" />
|
||||
<input id="hdOneOKRate" type="hidden" runat="server" />
|
||||
<input id="hdPressurePackageList" type="hidden" runat="server" />
|
||||
<input id="hdNdtList" type="hidden" runat="server" />
|
||||
<input id="hdTailItemList" type="hidden" runat="server" />
|
||||
</div>
|
||||
<div class="bw-item-content flex1 pdtb0">
|
||||
<div class="" style="padding: 0 10px 0; overflow: hidden;">
|
||||
@@ -430,7 +435,15 @@
|
||||
<div class="spline"></div>
|
||||
<div class="t-item">管道焊接工程量</div>
|
||||
<div class="spline"></div>
|
||||
<div class="t-item">专业</div>
|
||||
<div class="t-item">焊接工程量表</div>
|
||||
<div class="spline"></div>
|
||||
<div class="t-item">无损检测一次合格率</div>
|
||||
<div class="spline"></div>
|
||||
<div class="t-item">试压包量表</div>
|
||||
<div class="spline"></div>
|
||||
<div class="t-item">无损检测量表</div>
|
||||
<div class="spline"></div>
|
||||
<div class="t-item">尾项清单量表</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bw-item-content flex1 flex jd-list-wrap">
|
||||
@@ -929,9 +942,17 @@
|
||||
} else if (index == 2) {
|
||||
$('#divGZL').html($('#hdMaterialRecords')[0].value);
|
||||
} else if (index == 4) {
|
||||
|
||||
$('#divGZL').html($('#hdTotalQuantity')[0].value);
|
||||
} else if (index == 6) {
|
||||
|
||||
$('#divGZL').html($('#hdQuantity')[0].value);
|
||||
} else if (index == 8) {
|
||||
$('#divGZL').html($('#hdOneOKRate')[0].value);
|
||||
} else if (index == 10) {
|
||||
$('#divGZL').html($('#hdPressurePackageList')[0].value);
|
||||
} else if (index == 12) {
|
||||
$('#divGZL').html($('#hdNdtList')[0].value);
|
||||
} else if (index == 14) {
|
||||
$('#divGZL').html($('#hdTailItemList')[0].value);
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user