导入界面去掉多余c:forEach
This commit is contained in:
@@ -30,40 +30,9 @@ $(function(){
|
|||||||
code="action" />
|
code="action" />
|
||||||
</label>
|
</label>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<c:forEach items="${serviceList}" var="service"
|
|
||||||
varStatus="satus">
|
|
||||||
<c:if test="${(37 ne service.functionId)&& (149 ne service.functionId)}">
|
|
||||||
|
|
||||||
<label class="radio-inline">
|
|
||||||
<c:if test="${cfg.functionId eq service.functionId}">
|
|
||||||
<c:forEach items="${fns:getDictList('MAAT_SERVICE')}" var="serviceC" >
|
|
||||||
<c:if test="${service.serviceId==serviceC.itemCode }">
|
|
||||||
<span class="${serviceC.itemValue}">
|
|
||||||
<input type="radio" name="serviceDictId" <c:if test="${serviceList.size() eq 1}">checked</c:if>
|
|
||||||
serviceId="${service.serviceId }"
|
|
||||||
functionId="${service.functionId }"
|
|
||||||
cfgRegionCodeS="${service.regionCode }"
|
|
||||||
protocolId="${service.protocolId }"
|
|
||||||
action="${service.action }"
|
|
||||||
value="${service.dictId }"
|
|
||||||
class="required action"
|
|
||||||
<c:if test="${status.index eq 0 }">checked='true'</c:if>
|
|
||||||
>
|
|
||||||
<c:forEach items="${fns:getDictList('SERVICE_ACTION') }" var="dict" >
|
|
||||||
<c:if test="${dict.itemCode eq service.action }">
|
|
||||||
<spring:message code="${dict.itemValue }"/>
|
|
||||||
</c:if>
|
|
||||||
</c:forEach>
|
|
||||||
</span>
|
|
||||||
</c:if>
|
|
||||||
</c:forEach>
|
|
||||||
</c:if>
|
|
||||||
</label>
|
|
||||||
</c:if>
|
|
||||||
</c:forEach>
|
|
||||||
<c:forEach items="${serviceList}" var="service"
|
<c:forEach items="${serviceList}" var="service"
|
||||||
varStatus="satus">
|
varStatus="satus">
|
||||||
<c:if test="${(service.serviceId ne 37) || (service.serviceId ne 149)}">
|
<c:if test="${(service.serviceId ne 37) && (service.serviceId ne 149)}">
|
||||||
<label class="radio-inline"> <c:if
|
<label class="radio-inline"> <c:if
|
||||||
test="${cfg.functionId eq service.functionId}">
|
test="${cfg.functionId eq service.functionId}">
|
||||||
<input type="radio" name="serviceDictId"
|
<input type="radio" name="serviceDictId"
|
||||||
|
|||||||
Reference in New Issue
Block a user