|
@@ -2,7 +2,7 @@
|
|
<%@ include file="/webpage/include/taglib.jsp"%>
|
|
<%@ include file="/webpage/include/taglib.jsp"%>
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
- <title>数据维护</title>
|
|
|
|
|
|
+ <title>修改数据</title>
|
|
<meta name="decorator" content="ani"/>
|
|
<meta name="decorator" content="ani"/>
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
|
|
|
|
@@ -20,7 +20,7 @@
|
|
return false;
|
|
return false;
|
|
}else{
|
|
}else{
|
|
jp.loading();
|
|
jp.loading();
|
|
- jp.post("${ctx}/sg/settlement/save",$('#inputForm').serialize(),function(data){
|
|
|
|
|
|
+ jp.post("${ctx}/sg/financial/expense/save",$('#inputForm').serialize(),function(data){
|
|
if(data.success){
|
|
if(data.success){
|
|
jp.getParent().refresh();
|
|
jp.getParent().refresh();
|
|
var dialogIndex = parent.layer.getFrameIndex(window.name); // 获取窗口索引
|
|
var dialogIndex = parent.layer.getFrameIndex(window.name); // 获取窗口索引
|
|
@@ -36,9 +36,10 @@
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
</head>
|
|
</head>
|
|
|
|
+
|
|
<body class="bg-white">
|
|
<body class="bg-white">
|
|
- <form:form id="inputForm" modelAttribute="maintainData" class="form-horizontal">
|
|
|
|
- <form:hidden path="id"/>
|
|
|
|
|
|
+ <form:form id="inputForm" modelAttribute="expense" class="form-horizontal">
|
|
|
|
+ <form:hidden path="id"/>
|
|
<table class="table table-bordered">
|
|
<table class="table table-bordered">
|
|
<tbody>
|
|
<tbody>
|
|
<tr>
|
|
<tr>
|
|
@@ -46,107 +47,51 @@
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
<form:input path="projectId" htmlEscape="false" class="form-control required"/>
|
|
<form:input path="projectId" htmlEscape="false" class="form-control required"/>
|
|
</td>
|
|
</td>
|
|
- <td class="width-15 active"><label class="pull-right">设计单位:</label></td>
|
|
|
|
- <td class="width-35">
|
|
|
|
- <form:input path="designUnits" htmlEscape="false" class="form-control"/>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td class="width-15 active"><label class="pull-right">施工单位:</label></td>
|
|
|
|
- <td class="width-35">
|
|
|
|
- <form:input path="constructionUnits" htmlEscape="false" class="form-control "/>
|
|
|
|
- </td>
|
|
|
|
- <td class="width-15 active"><label class="pull-right">建筑地址:</label></td>
|
|
|
|
- <td class="width-35">
|
|
|
|
- <form:input path="address" htmlEscape="false" class="form-control"/>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td class="width-15 active"><label class="pull-right">建设性质:</label></td>
|
|
|
|
- <td class="width-35">
|
|
|
|
- <form:input path="property" htmlEscape="false" class="form-control"/>
|
|
|
|
- </td>
|
|
|
|
- <td class="width-15 active"><label class="pull-right">发文总投资:</label></td>
|
|
|
|
- <td class="width-35">
|
|
|
|
- <form:input path="investment" htmlEscape="false" class="form-control number"/>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td class="width-15 active"><label class="pull-right">开工时间:</label></td>
|
|
|
|
- <td class="width-35">
|
|
|
|
- <div class='input-group form_datetime' id='startDate'>
|
|
|
|
- <input type='text' name="startDate" class="form-control required" value="<fmt:formatDate value="${maintainData.startDate}" pattern="yyyy-MM-dd"/>"/>
|
|
|
|
- <span class="input-group-addon">
|
|
|
|
- <span class="glyphicon glyphicon-calendar"></span>
|
|
|
|
- </span>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- <td class="width-15 active"><label class="pull-right">竣工时间:</label></td>
|
|
|
|
- <td class="width-35">
|
|
|
|
- <div class='input-group form_datetime' id='endDate'>
|
|
|
|
- <input type='text' name="endDate" class="form-control required" value="<fmt:formatDate value="${maintainData.endDate}" pattern="yyyy-MM-dd"/>"/>
|
|
|
|
- <span class="input-group-addon">
|
|
|
|
- <span class="glyphicon glyphicon-calendar"></span>
|
|
|
|
- </span>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td class="width-15 active"><label class="pull-right">批准文号:</label></td>
|
|
|
|
- <td class="width-35">
|
|
|
|
- <form:input path="approvalNumber" htmlEscape="false" class="form-control"/>
|
|
|
|
- </td>
|
|
|
|
- <td class="width-15 active"><label class="pull-right">建筑费:</label></td>
|
|
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">项目名称:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <form:input path="buildingFee" htmlEscape="false" class="form-control number"/>
|
|
|
|
|
|
+ <form:input path="projectName" htmlEscape="false" class="form-control"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <td class="width-15 active"><label class="pull-right">安装费:</label></td>
|
|
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">项目批次:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <form:input path="installFee" htmlEscape="false" class="form-control number"/>
|
|
|
|
|
|
+ <form:input path="projectBatch" htmlEscape="false" class="form-control "/>
|
|
</td>
|
|
</td>
|
|
- <td class="width-15 active"><label class="pull-right">设备购置费:</label></td>
|
|
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">施工费合同折扣:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <form:input path="equipmentFee" htmlEscape="false" class="form-control number"/>
|
|
|
|
|
|
+ <form:input path="constructionCost" htmlEscape="false" class="form-control"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <td class="width-15 active"><label class="pull-right">主材费:</label></td>
|
|
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">设计费合同折扣:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <form:input path="materialFee" htmlEscape="false" class="form-control number"/>
|
|
|
|
|
|
+ <form:input path="designCost" htmlEscape="false" class="form-control"/>
|
|
</td>
|
|
</td>
|
|
- <td class="width-15 active"><label class="pull-right">设计费:</label></td>
|
|
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">设计费典型设计折扣:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <form:input path="designFee" htmlEscape="false" class="form-control number"/>
|
|
|
|
|
|
+ <form:input path="designTypeicalCost" htmlEscape="false" class="form-control number"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <td class="width-15 active"><label class="pull-right">监理费:</label></td>
|
|
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">监理费合同折扣:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <form:input path="supervisionFee" htmlEscape="false" class="form-control number"/>
|
|
|
|
|
|
+ <form:input path="supervisionCost" htmlEscape="false" class="form-control number"/>
|
|
</td>
|
|
</td>
|
|
- <td class="width-15 active"><label class="pull-right">前期工作费:</label></td>
|
|
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">监理费典型折扣:</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <form:input path="preliminaryWorkFee" htmlEscape="false" class="form-control number"/>
|
|
|
|
|
|
+ <form:input path="supervisionTypeicalCost" htmlEscape="false" class="form-control number"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <td class="width-15 active"><label class="pull-right">线路施工赔偿费:</label></td>
|
|
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">发文中设计费金额(不含税):</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <form:input path="damages" htmlEscape="false" class="form-control number"/>
|
|
|
|
|
|
+ <form:input path="documentDesignCost" htmlEscape="false" class="form-control"/>
|
|
</td>
|
|
</td>
|
|
- <td class="width-15 active"><label class="pull-right">法人管理费:</label></td>
|
|
|
|
|
|
+ <td class="width-15 active"><label class="pull-right">发文中监理费金额(不含税):</label></td>
|
|
<td class="width-35">
|
|
<td class="width-35">
|
|
- <form:input path="managementFee" htmlEscape="false" class="form-control number"/>
|
|
|
|
|
|
+ <form:input path="documentSupervisionCost" htmlEscape="false" class="form-control number"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
- <%--<tr>--%>
|
|
|
|
- <%--<td class="width-15 active"><label class="pull-right">合计:</label></td>--%>
|
|
|
|
- <%--<td class="width-35">--%>
|
|
|
|
- <%--<form:input path="totalFee" htmlEscape="false" class="form-control required"/>--%>
|
|
|
|
- <%--</td>--%>
|
|
|
|
- <%--</tr>--%>
|
|
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
</form:form>
|
|
</form:form>
|