|
@@ -1043,6 +1043,7 @@
|
|
<c:forEach items="${fns:getMainDictListOnProjectAdvent('attachment_project_grade')}" var="v">
|
|
<c:forEach items="${fns:getMainDictListOnProjectAdvent('attachment_project_grade')}" var="v">
|
|
<input type="radio" name="submitMoney" id="submitMoney" lay-filter="submitMoney" value="${v.value}" title="${v.label}" <c:if test="${ruralProjectRecords.submitMoney==v.value}">checked</c:if>>
|
|
<input type="radio" name="submitMoney" id="submitMoney" lay-filter="submitMoney" value="${v.value}" title="${v.label}" <c:if test="${ruralProjectRecords.submitMoney==v.value}">checked</c:if>>
|
|
</c:forEach>
|
|
</c:forEach>
|
|
|
|
+ <p style="color: red;font-size: 12px;">200万以上部队或政府项目及500万以上其它项目为A级,其余为B级</p>
|
|
<%-- <form:select path="submitMoney" class="form-control judgment simple-select">--%>
|
|
<%-- <form:select path="submitMoney" class="form-control judgment simple-select">--%>
|
|
<%-- <form:option value=""/>--%>
|
|
<%-- <form:option value=""/>--%>
|
|
<%-- <form:options items="${fns:getMainDictListOnProjectAdvent('attachment_project_approval_money')}" itemLabel="label" itemValue="value" htmlEscape="false"/>--%>
|
|
<%-- <form:options items="${fns:getMainDictListOnProjectAdvent('attachment_project_approval_money')}" itemLabel="label" itemValue="value" htmlEscape="false"/>--%>
|