|
@@ -32,7 +32,6 @@
|
|
{field:'fbfxtch',align:'center',title:'共性分摊费用',colspan:'10'},
|
|
{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'}
|
|
|
|
],[
|
|
],[
|
|
{field:'hjje', width:120,align:'center',title:'合计金额',totalRow: true},
|
|
{field:'hjje', width:120,align:'center',title:'合计金额',totalRow: true},
|
|
{field:'zjgcf', width:120,align:'center',title:'直接工程费',totalRow: true},
|
|
{field:'zjgcf', width:120,align:'center',title:'直接工程费',totalRow: true},
|
|
@@ -79,9 +78,6 @@
|
|
"cbrcg2": "${data.cbrCost}",
|
|
"cbrcg2": "${data.cbrCost}",
|
|
"fbrcg2":"${data.fbrCost}",
|
|
"fbrcg2":"${data.fbrCost}",
|
|
"jxf2": "${data.jxCost}",
|
|
"jxf2": "${data.jxCost}",
|
|
-
|
|
|
|
- // <%--"rgf3": "${data.rgFtFee}",--%>
|
|
|
|
- // "rgf3": "<c:if test="${ empty data.rgFtFee and not empty data.originalTotalCost}">0.0</c:if><c:if test="${ not empty data.rgFtFee}">${data.rgFtFee}</c:if> ",
|
|
|
|
"cbrcg3": "<c:if test="${ empty data.cbrFtFee and not empty data.originalTotalCost}">0.0</c:if><c:if test="${ not empty data.cbrFtFee}">${data.cbrFtFee}</c:if>",
|
|
"cbrcg3": "<c:if test="${ empty data.cbrFtFee and not empty data.originalTotalCost}">0.0</c:if><c:if test="${ not empty data.cbrFtFee}">${data.cbrFtFee}</c:if>",
|
|
"fbrcg3": "<c:if test="${ empty data.fbrFtFee and not empty data.originalTotalCost}">0.0</c:if><c:if test="${ not empty data.fbrFtFee}">${data.fbrFtFee}</c:if>",
|
|
"fbrcg3": "<c:if test="${ empty data.fbrFtFee and not empty data.originalTotalCost}">0.0</c:if><c:if test="${ not empty data.fbrFtFee}">${data.fbrFtFee}</c:if>",
|
|
"jxf3": "<c:if test="${ empty data.jxFtFee and not empty data.originalTotalCost}">0.0</c:if><c:if test="${ not empty data.jxFtFee}">${data.jxFtFee}</c:if>",
|
|
"jxf3": "<c:if test="${ empty data.jxFtFee and not empty data.originalTotalCost}">0.0</c:if><c:if test="${ not empty data.jxFtFee}">${data.jxFtFee}</c:if>",
|
|
@@ -124,7 +120,6 @@ layui.use(['table', 'form', 'element', 'treetable'], function () {
|
|
treeIdName: 'd_id',
|
|
treeIdName: 'd_id',
|
|
treePidName: 'd_pid',
|
|
treePidName: 'd_pid',
|
|
elem: '#table2',
|
|
elem: '#table2',
|
|
- {/*<%--url: '${ctxp}/webpage/modules/sys/free/other.json',--%>*/}
|
|
|
|
page: false,
|
|
page: false,
|
|
cols: [[
|
|
cols: [[
|
|
{type: 'numbers'},
|
|
{type: 'numbers'},
|
|
@@ -211,7 +206,6 @@ function sureradio2(data,url){
|
|
shade: 0.8,
|
|
shade: 0.8,
|
|
maxmin: true,
|
|
maxmin: true,
|
|
shadeClose: true,
|
|
shadeClose: true,
|
|
- {/*<%--content: '${ctxp}/webpage/modules/sg/free/alongst.jsp'--%>*/}
|
|
|
|
content: url
|
|
content: url
|
|
, btn: ['确定','关闭']
|
|
, btn: ['确定','关闭']
|
|
,yes: function(index, layero){
|
|
,yes: function(index, layero){
|
|
@@ -219,7 +213,6 @@ function sureradio2(data,url){
|
|
bodyparent.find('#freenl').click();
|
|
bodyparent.find('#freenl').click();
|
|
}
|
|
}
|
|
,btn2: function(index, layero){
|
|
,btn2: function(index, layero){
|
|
-// alert(layero);
|
|
|
|
layer.close(index);
|
|
layer.close(index);
|
|
}
|
|
}
|
|
})
|
|
})
|