|
@@ -1849,7 +1849,7 @@
|
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
|
<label class="layui-form-label double-line">造价咨询营业收入(万元):</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <input type="text" readonly id="ZiXunShouRu" value="${ziXunShouRu}" class="form-control layui-input">
|
|
|
+ <input type="text" readonly value="${ziXunShouRu}" class="form-control layui-input">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -2115,21 +2115,12 @@
|
|
|
<tbody>
|
|
|
<c:forEach items="${datalistTwo}" 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>
|
|
@@ -2674,6 +2665,7 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
+
|
|
|
<div class="form-group layui-row first hide" id="AccessoryView">
|
|
|
<div class="form-group layui-row">
|
|
|
<div class="form-group-label"><h2>成果文件</h2></div>
|