|
@@ -122,7 +122,7 @@
|
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
|
<label class="layui-form-label">委托方:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <input htmlEscape="false" id="clientName" readonly="true" class="form-control layui-input" value="${projectRecords.workContractInfo.client.name}"/>
|
|
|
+ <input htmlEscape="false" id="clientName" readonly="true" class="form-control layui-input" value="${projectRecords.workContractInfo.clientName}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -258,17 +258,17 @@
|
|
|
</c:forEach>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <%--<div class="layui-item layui-col-sm6 lw6">
|
|
|
<label class="layui-form-label">项目等级:</label>
|
|
|
<div class="layui-input-block">
|
|
|
-<%-- <form:select path="submitMoney" disabled="true" style="background-color: #f1f1f1" class="form-control simple-select">--%>
|
|
|
-<%-- <form:option value=""/>--%>
|
|
|
-<%-- <form:options items="${fns:getMainDictListOnProjectAdvent('attachment_project_approval_money')}" itemLabel="label" itemValue="value" htmlEscape="false"/>--%>
|
|
|
-<%-- </form:select>--%>
|
|
|
+<%– <form:select path="submitMoney" disabled="true" style="background-color: #f1f1f1" class="form-control simple-select">–%>
|
|
|
+<%– <form:option value=""/>–%>
|
|
|
+<%– <form:options items="${fns:getMainDictListOnProjectAdvent('attachment_project_approval_money')}" itemLabel="label" itemValue="value" htmlEscape="false"/>–%>
|
|
|
+<%– </form:select>–%>
|
|
|
<input class=" form-control layui-input " readonly="true" id="submitMoney" name="submitMoney" style="background-color: #f1f1f1" value="${projectRecords.submitMoney}"/>
|
|
|
<p style="color: red;font-size: 12px;">500万及500万以上为A级,500万以下为B级</p>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>--%>
|
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
|
<label class="layui-form-label double-line">送审规模(万元):</label>
|
|
|
<div class="layui-input-block">
|