|
@@ -56,12 +56,19 @@
|
|
|
<!--表格-->
|
|
|
<script type="text/javascript">$(document).ready(function() {
|
|
|
|
|
|
- $('#myTable').fixedHeaderTable({fixedColumns: 7 });
|
|
|
+ $('#myTable').fixedHeaderTable({fixedColumns:3});
|
|
|
});</script>
|
|
|
<div class="pojlistautoh">
|
|
|
<table class="fancyTable" id="myTable">
|
|
|
<thead>
|
|
|
- <tr><th rowspan="4">编号</th><th rowspan="4">名称</th><th rowspan="4">单位</th><th rowspan="4">数量</th><th rowspan="4">单价</th><th rowspan="4">金额</th><th rowspan="4">参考单价</th>
|
|
|
+ <tr>
|
|
|
+ <th rowspan="4">编号</th>
|
|
|
+ <th rowspan="4">名称</th>
|
|
|
+ <th rowspan="4">单位</th>
|
|
|
+ <th rowspan="4">数量</th>
|
|
|
+ <th rowspan="2" colspan="3">设备(材料)费</th>
|
|
|
+ <th rowspan="2" colspan="3">安装调试费</th>
|
|
|
+
|
|
|
<th rowspan="2">审查数量</th>
|
|
|
<th colspan="2">设备(材料)费</th>
|
|
|
<th colspan="2">安装调试费</th>
|
|
@@ -82,10 +89,9 @@
|
|
|
<th rowspan="2">审查总价</th>
|
|
|
<th rowspan="2">审查增减</th>
|
|
|
<th rowspan="2">审查意见</th>
|
|
|
- <th rowspan="4">计算公式/备注</th><th rowspan="4">附件</th>
|
|
|
+ <th rowspan="4">计算公式/备注</th><th rowspan="4">附件</th>
|
|
|
</tr>
|
|
|
- <tr>
|
|
|
-
|
|
|
+ <tr>
|
|
|
<th width="60">审查单价</th>
|
|
|
<th width="60">审查合价</th>
|
|
|
<th width="60">审查单价</th>
|
|
@@ -102,15 +108,20 @@
|
|
|
<th width="60">审查合价</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th colspan="8" class="taC cen_1">sczh001 / 合计:元</th>
|
|
|
- <th colspan="8" class="taC cen_1">sczh002 / 合计:元</th>
|
|
|
- <th colspan="8" class="taC cen_1">sczh003 / 合计:元</th>
|
|
|
-
|
|
|
+ <th rowspan="2">单价</th>
|
|
|
+ <th rowspan="2">合价</th>
|
|
|
+ <th rowspan="2">参考单价</th>
|
|
|
+ <th rowspan="2">单价</th>
|
|
|
+ <th rowspan="2">合价</th>
|
|
|
+ <th rowspan="2">参考单价</th>
|
|
|
+ <th colspan="8" class="taC cen_1">sczh001 / 合计:元</th>
|
|
|
+ <th colspan="8" class="taC cen_1">sczh002 / 合计:元</th>
|
|
|
+ <th colspan="8" class="taC cen_1">sczh003 / 合计:元</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th colspan="8" class="taC cen_1">与上报金额总合计增减:-3680元</th>
|
|
|
- <th colspan="8" class="taC cen_1">与上报金额总合计增减:-3680元</th>
|
|
|
- <th colspan="8" class="taC cen_1">与上报金额总合计增减:-3680元</th>
|
|
|
+ <th colspan="8" class="taC cen_1">与上报金额总合计增减:-3680元</th>
|
|
|
+ <th colspan="8" class="taC cen_1">与上报金额总合计增减:-3680元</th>
|
|
|
+ <th colspan="8" class="taC cen_1">与上报金额总合计增减:-3680元</th>
|
|
|
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -123,7 +134,11 @@
|
|
|
<td>m2</td>
|
|
|
<td>23</td>
|
|
|
<td>160</td>
|
|
|
- <td id="invenAmprice_3186">3680</td>
|
|
|
+ <td>23</td>
|
|
|
+ <td></td>
|
|
|
+ <td>160</td>
|
|
|
+ <td>3680</td>
|
|
|
+ <td></td>
|
|
|
<td class="colRed"><div class="refItem"><span id="PRICE_PV_3186"></span> <a href="#showRefer" data-toggle="modal" role="button" id="S_CK_3186" data="202-1-8_新增1_3186" title="加载参考价" class="referBtn hide"><span class="icons icon_magnify"></span></a></div></td>
|
|
|
<td><input style="width:50px" type="text"></td>
|
|
|
<td><input style="width:50px" type="text"></td>
|
|
@@ -150,7 +165,6 @@
|
|
|
<td></td>
|
|
|
<td></td>
|
|
|
<td></td>
|
|
|
- <td></td>
|
|
|
</tr>
|
|
|
<!--用户上传 机电标-->
|
|
|
</tbody>
|