|
@@ -118,7 +118,7 @@
|
|
{field:'wbssbm',width:100, align:'center',rowspan:'2',title:"wbs识别码",rowspan:'2'},
|
|
{field:'wbssbm',width:100, align:'center',rowspan:'2',title:"wbs识别码",rowspan:'2'},
|
|
{field:'fbfxysj', align:'center', title: '分部分项(原数据)',colspan:'6'},
|
|
{field:'fbfxysj', align:'center', title: '分部分项(原数据)',colspan:'6'},
|
|
{field:'fbfxtch',align:'center',title:'分部分项(调差后)',colspan:'4'},
|
|
{field:'fbfxtch',align:'center',title:'分部分项(调差后)',colspan:'4'},
|
|
- {field:'fbfxtch',align:'center',title:'共性分摊费用',colspan:'11'},
|
|
|
|
|
|
+ {field:'fbfxtch',align:'center',title:'共性分摊费用',colspan:'10'},
|
|
|
|
|
|
{field:'hj',align:'center',width:120,title:'合计',rowspan:'2',totalRow: true}
|
|
{field:'hj',align:'center',width:120,title:'合计',rowspan:'2',totalRow: true}
|
|
// {templet: '#oper-col', title: 'oper'}
|
|
// {templet: '#oper-col', title: 'oper'}
|
|
@@ -146,7 +146,7 @@
|
|
{field:'qtf',align:'center',width:120,title:'其他费',totalRow: true},
|
|
{field:'qtf',align:'center',width:120,title:'其他费',totalRow: true},
|
|
{field:'gf',align:'center',width:120,title:'规费',totalRow: true},
|
|
{field:'gf',align:'center',width:120,title:'规费',totalRow: true},
|
|
{field:'sf',align:'center',width:120,title:'税金',totalRow: true},
|
|
{field:'sf',align:'center',width:120,title:'税金',totalRow: true},
|
|
- {field:'gxfy',align:'center',width:120,title: '共性费用',rowspan:'2',totalRow: true},
|
|
|
|
|
|
+ // {field:'gxfy',align:'center',width:120,title: '共性费用',rowspan:'2',totalRow: true},
|
|
]]
|
|
]]
|
|
,data: [
|
|
,data: [
|
|
<c:if test="${ not empty map.list}">
|
|
<c:if test="${ not empty map.list}">
|
|
@@ -402,7 +402,7 @@
|
|
</c:forEach>
|
|
</c:forEach>
|
|
</c:if>
|
|
</c:if>
|
|
]
|
|
]
|
|
- ,page: false
|
|
|
|
|
|
+ // ,page: false
|
|
});
|
|
});
|
|
//监听行工具事件
|
|
//监听行工具事件
|
|
table.on('tool(settle)', function(obj){
|
|
table.on('tool(settle)', function(obj){
|