0601-001
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<style>
|
||||
.wrap {
|
||||
height: 100%;
|
||||
padding: 15px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.top-wrap {
|
||||
@@ -331,6 +331,12 @@
|
||||
</form>
|
||||
<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;">
|
||||
@@ -427,9 +433,17 @@
|
||||
<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="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">
|
||||
@@ -553,7 +567,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="more js-more-1">更多</div>
|
||||
<%--<div class="more js-more-1">更多</div>--%>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -928,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