Merge branch 'develop' of http://192.168.10.125/k18_web/NFS.git into develop
This commit is contained in:
@@ -417,13 +417,13 @@ white-space:nowrap;
|
||||
<%-- <c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="action" > --%>
|
||||
<c:forEach items="${serviceList}" var="service" >
|
||||
<%-- <c:if test="${service.functionId eq bean.functionId and action.itemCode eq service.action}"> --%>
|
||||
<c:if test="${service.serviceId ne 5}">
|
||||
<c:if test="${bean.functionId ne 5}">
|
||||
<c:if test="${(service.action ne 128) && (service.action ne 32) && (service.action ne 96) }" >
|
||||
<form:option value="${service.serviceId}" ><spring:message code="${service.serviceName}"/></form:option>
|
||||
</c:if>
|
||||
</c:if>
|
||||
<c:if test="${service.serviceId eq 5}">
|
||||
<c:if test="${(service.action ne 128) && (service.action ne 96) }" >
|
||||
<c:if test="${bean.functionId eq 5}">
|
||||
<c:if test="${(service.action ne 128) && (service.action ne 96) && (service.serviceId ne 37) && (service.serviceId ne 149) }" >
|
||||
<form:option value="${service.serviceId}" ><spring:message code="${service.serviceName}"/></form:option>
|
||||
</c:if>
|
||||
</c:if>
|
||||
|
||||
Reference in New Issue
Block a user