|
@@ -1037,11 +1037,168 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <c:if test="${projectRecords.submitMoney=='2'}">
|
|
|
+ <div style="overflow: hidden">
|
|
|
+ <div class="form-group-label">
|
|
|
+ <h2>质量复核内容</h2>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <div class="layui-item layui-col-xs12" >
|
|
|
+ <table id="treeTable2" class="table table-bordered table-condensed details no-bottom-margin">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th width="40%">符合内容及评分标准</th>
|
|
|
+ <th width="10%">自校</th>
|
|
|
+ <th >意见</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <c:forEach items="${datalist}" var="workReviewAudit" varStatus="index">
|
|
|
+ <tr id="${workReviewAudit.id}" pid="${workReviewAudit.parent.id}">
|
|
|
+ <%--<td title="${workReviewAudit.orderNum}">--%>
|
|
|
+ <%--${workReviewAudit.orderNum}--%>
|
|
|
+ <%--</td>--%>
|
|
|
+ <td title="${workReviewAudit.standardDetail}">
|
|
|
+ ${workReviewAudit.standardDetail}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <i class="fa fa-check"></i>
|
|
|
+ </td>
|
|
|
+ <%-- <td class="input-td">--%>
|
|
|
+ <%-- <input id="maxDeduct" readonly="true" htmlEscape="false" class="form-control layui-input" style="background-color: #fff;text-align: center" value="${workReviewAudit.maxDeduct}" />--%>
|
|
|
+ <%-- </td>--%>
|
|
|
+ <%-- <td class="input-td">--%>
|
|
|
+ <%-- <input id="deduct" style="text-align: center;background-color: #fff" htmlEscape="false" readonly="true" class="form-control layui-input" value="${workReviewAudit.deduct}">--%>
|
|
|
+ <%-- </td>--%>
|
|
|
+ <td class="input-td">
|
|
|
+ <input id="deductOpinion" style="text-align: center;background-color: #fff" title="${workReviewAudit.deductOption}" readonly="true" name="deductOpinion" value="${workReviewAudit.deductOption}" onclick="readOpenInfo(this.value)" class="form-control layui-input"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </c:forEach>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </c:if>
|
|
|
</div>
|
|
|
<div class="form-group layui-row first hide" id="issueView">
|
|
|
- <div class="topMar">
|
|
|
- <h2>B级紧急项目无报告签发信息</h2>
|
|
|
- </div>
|
|
|
+ <c:if test="${projectRecords.submitMoney=='1'}">
|
|
|
+ <div class="topMar">
|
|
|
+ <h2>B级紧急项目无报告签发信息</h2>
|
|
|
+ </div>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${projectRecords.submitMoney=='2'}">
|
|
|
+ <div class="form-group layui-row first lw12">
|
|
|
+ <div class="form-group-label">
|
|
|
+ <%-- <div style="float: right"> <a href="javascript:void(0)" style='background-color: #FFB800' onclick="openDialogre('下载模板', '${ctx}/ruralProject/ruralProjectMessage/skipDownloadFtl?id=${projectRecords.id}','35%', '35%','','下载,关闭')" class="layui-btn layui-btn-sm" ><i class="fa fa-file-excel-o"></i> 下载模板</a></div>--%>
|
|
|
+ <h2>质量复核信息</h2>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">报告号:</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <form:input id="reviewFee" path="projectReportData.number" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">送审价(元):</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <form:input id="reviewFee" path="projectReportData.reviewFee" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">审定价(元):</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <form:input id="approvalFee" path="projectReportData.approvalFee" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">合同类别:</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <div style="overflow: hidden">
|
|
|
+ <input type="radio" title="金额合同" lay-filter="jine" id="jineer" value="0" disabled <c:if test="${projectcontentinfo.projectReportData.contractCategory=='0'}">checked</c:if>>
|
|
|
+ <input type="radio" title="费率合同" lay-filter="jine" id="jineer1" value="1" disabled <c:if test="${projectcontentinfo.projectReportData.contractCategory=='1'}">checked</c:if>>
|
|
|
+ <%-- <form:input placeholder="请输入合同价" id="contractFee" path="projectReportData.contractFee" htmlEscape="false" class="form-control layui-input number"/>--%>
|
|
|
+ </div>
|
|
|
+ <span style="font-size: 12px;color: red;">施工合同</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">合同价(元):</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <form:input placeholder="请输入合同价" id="contractFee" path="projectReportData.contractFee" htmlEscape="false" readonly="true" class="form-control layui-input number"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6" style="display: none;">
|
|
|
+ <label class="layui-form-label">费率(%):</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <form:input placeholder="请输入合同费率" id="contractRate" path="projectReportData.contractRate" htmlEscape="false" readonly="true" class="form-control layui-input"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">核增核减额(元):</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <form:input id="verifyFee" path="projectReportData.verifyFee" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">核增核减率(%):</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <form:input id="verifyRate" path="projectReportData.verifyRate" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">咨询标的额(元):</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <form:input id="consultFee" path="projectReportData.consultFee" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">土建造价(元):</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <form:input id="buildingFee" path="projectReportData.buildingFee" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">安装造价(元):</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <form:input id="installFee" path="projectReportData.installFee" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">土建比例(%):</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <form:input id="buildingRate" path="projectReportData.buildingRate" htmlEscape="false" class="form-control layui-input number" readonly="true"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">安装比例(%):</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <form:input id="installRate" path="projectReportData.installRate" htmlEscape="false" class="form-control layui-input number" readonly="true"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">工作开始日期:</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <input class=" form-control layui-input" readonly="readonly" value="<fmt:formatDate value="${projectRecords.startDate}" pattern="yyyy-MM-dd"/>">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">工作结束日期:</label>
|
|
|
+ <div class="layui-input-block with-icon">
|
|
|
+ <input class=" form-control layui-input" readonly="readonly" value="<fmt:formatDate value="${projectRecords.endingDate}" pattern="yyyy-MM-dd"/>">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
+ <label class="layui-form-label double-line">造价咨询营业收入(万元):</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <form:input path="projectReportData.ZiXunShouRu" readonly="true" cssStyle="background-color: #f1f1f1" htmlEscape="false" onkeyup="num(this)" class="form-control layui-input"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </c:if>
|
|
|
</div>
|
|
|
<div class="form-group layui-row first hide" id="AccessoryView">
|
|
|
<div class="form-group layui-row">
|
|
@@ -1530,7 +1687,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</c:if>
|
|
|
- <c:if test="${type=='1'}">
|
|
|
+ <c:if test="${type=='1' && projectRecords.submitMoney=='1'}">
|
|
|
<div style="overflow:hidden;">
|
|
|
<div class="form-group-label">
|
|
|
<h2>质量复核内容</h2>
|