|
@@ -0,0 +1,134 @@
|
|
|
|
+<%@ page contentType="text/html;charset=UTF-8" %>
|
|
|
|
+<%@ include file="/webpage/include/taglib.jsp"%>
|
|
|
|
+<html>
|
|
|
|
+<head>
|
|
|
|
+ <title>造价审核项目</title>
|
|
|
|
+ <meta name="decorator" content="ani"/>
|
|
|
|
+ <!-- SUMMERNOTE -->
|
|
|
|
+ <%--<%@include file="/webpage/include/summernote.jsp" %>--%>
|
|
|
|
+ <script type="text/javascript">
|
|
|
|
+
|
|
|
|
+ </script>
|
|
|
|
+
|
|
|
|
+ <style type="text/css">
|
|
|
|
+ .ta_c{text-align: center;}
|
|
|
|
+ .w_m_600{width: 600px; margin: auto;}
|
|
|
|
+
|
|
|
|
+ .logo_t{width:100%; margin:auto;display: block;}
|
|
|
|
+ .logo_img{display: block;margin:auto;}
|
|
|
|
+
|
|
|
|
+ .bnt_blue{ background: #2489cc; color: #fff; border-radius: 0px;border: 0px; padding: 0 10px;}
|
|
|
|
+ .h_w{ height:100%;width:100%;}
|
|
|
|
+ .b_d{ position: absolute;bottom: 20px;text-align: center;display: block;width: 100%;}
|
|
|
|
+ .ts_b{ border: 1px solid #ccc;padding: 10px 20px;}
|
|
|
|
+ .f_b{ display: block;background: #2489cc; width: 100px;text-align: center; padding: 5px 20px;color: #fff; margin: auto;font-size: 16px;}
|
|
|
|
+ .w_100{width:100%}
|
|
|
|
+ </style>
|
|
|
|
+</head>
|
|
|
|
+<body >
|
|
|
|
+ <div class="wrapper wrapper-content h_w">
|
|
|
|
+ <div class="panel panel-primary ">
|
|
|
|
+ <div class="panel-heading logo_t" style="background: #fff;color: #555;" >
|
|
|
|
+ <img class="logo_img w_100" src="${ctxStatic}/common/images/xg_logo.png" />
|
|
|
|
+ <h3 class="panel-title ta_c">兴光工程咨询报告查询</h3>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="panel-body">
|
|
|
|
+ <form:form id="inputForm" modelAttribute="ruralProjectRecords" class="form-horizontal">
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">项目名称:</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input htmlEscape="false" value="${ruralProjectRecords.projectName}" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">咨询项目类型:</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input htmlEscape="false" value="" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">工程编号:</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input htmlEscape="false" value="${ruralProjectRecords.projectId}" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">项目所在地:</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input htmlEscape="false" value="${ruralProjectRecords.area.name}" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">委托单位:</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input htmlEscape="false" value="${ruralProjectRecords.workContractInfo.client.name}" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">报告号:</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input htmlEscape="false" value="${ruralProjectRecords.projectReportData[0].number}" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">合同金额(元):</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input htmlEscape="false" value="${ruralProjectRecords.projectReportData[0].contractFee}" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">送审金额(元):</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input htmlEscape="false" value="${ruralProjectRecords.projectReportData[0].reviewFee}" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">审定金额(元):</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input htmlEscape="false" value="${ruralProjectRecords.projectReportData[0].approvalFee}" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">核增核减金额(元):</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input htmlEscape="false" value="${ruralProjectRecords.projectReportData[0].verifyFee}" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">核增核减率%:</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input htmlEscape="false" value="${ruralProjectRecords.projectReportData[0].verifyRate}" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">工作开始日期:</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input class="form-control layui-input layer-date " readonly="true" name="startDate" value="<fmt:formatDate value="${ruralProjectRecords.startDate}" pattern="yyyy-MM-dd"/>">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">工作结束日期:</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input class="form-control layui-input layer-date " readonly="true" name="endingDate" value="<fmt:formatDate value="${ruralProjectRecords.endingDate}" pattern="yyyy-MM-dd"/>">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">项目负责人:</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input value="${ruralProjectRecords.leaderNameStr}" htmlEscape="false" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="col-sm-2 control-label">咨询人:</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input htmlEscape="false" value="" class="form-control "/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </form:form>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+</div>
|
|
|
|
+</div>
|
|
|
|
+</body>
|
|
|
|
+</html>
|