修复基本配置-common-group DNS关键字分组管理列表缺失bug

(cherry picked from commit 3a1580bb0c)
This commit is contained in:
tanghao
2019-02-22 02:06:35 +00:00
committed by 董晓燕
parent 295a4662e8
commit 609a75db67

View File

@@ -290,20 +290,22 @@
${fns:abbr(cfg.groupName,20)} ${fns:abbr(cfg.groupName,20)}
</a> </a>
</td> </td>
<td> <c:if test="${cfg.groupType!=12&&cfg.groupType!=11}">
<c:choose> <td>
<c:when test="${cfg.groupType==6 }"> <c:choose>
<c:forEach items="${fns:getDictList('IR_TYPE')}" var="groupTypeC"> <c:when test="${cfg.groupType==6 }">
<c:if test="${cfg.asnNo==groupTypeC.itemCode }"><spring:message code="${groupTypeC.itemValue}"/></c:if> <c:forEach items="${fns:getDictList('IR_TYPE')}" var="groupTypeC">
</c:forEach> <c:if test="${cfg.asnNo==groupTypeC.itemCode }"><spring:message code="${groupTypeC.itemValue}"/></c:if>
</c:when> </c:forEach>
<c:otherwise> </c:when>
<c:forEach items="${fns:getDictList('GROUP_TYPE')}" var="groupTypeC"> <c:otherwise>
<c:if test="${cfg.groupType==groupTypeC.itemCode }"><spring:message code="${groupTypeC.itemValue}"/></c:if> <c:forEach items="${fns:getDictList('GROUP_TYPE')}" var="groupTypeC">
</c:forEach> <c:if test="${cfg.groupType==groupTypeC.itemCode }"><spring:message code="${groupTypeC.itemValue}"/></c:if>
</c:otherwise> </c:forEach>
</c:choose> </c:otherwise>
</td> </c:choose>
</td>
</c:if>
<%-- <c:if test="${cfg.groupType==4}"> <%-- <c:if test="${cfg.groupType==4}">
<td>${cfg.asnNo}</td> <td>${cfg.asnNo}</td>
</c:if> --%> </c:if> --%>