日志修改direction取错字典的bug
This commit is contained in:
@@ -123,7 +123,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -281,7 +281,7 @@ $(document).ready(function(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -239,7 +239,7 @@ $(document).ready(function(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
<label class="control-label"><spring:message code='direct'/>:</label>
|
<label class="control-label"><spring:message code='direct'/>:</label>
|
||||||
<form:select path="direction" class="selectpicker form-control">
|
<form:select path="direction" class="selectpicker form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="direction" >
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="direction" >
|
||||||
<form:option value="${direction.itemCode}"><spring:message code="${direction.itemValue}"></spring:message></form:option>
|
<form:option value="${direction.itemCode}"><spring:message code="${direction.itemValue}"></spring:message></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -280,7 +280,7 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="direction">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="direction">
|
||||||
<c:if test="${direction.itemCode eq log.direction}"><spring:message code="${direction.itemValue}"/></c:if>
|
<c:if test="${direction.itemCode eq log.direction}"><spring:message code="${direction.itemValue}"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -244,7 +244,7 @@ $(document).ready(function(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
<label class="control-label"><spring:message code='direct'/>:</label>
|
<label class="control-label"><spring:message code='direct'/>:</label>
|
||||||
<form:select path="direction" class="selectpicker form-control">
|
<form:select path="direction" class="selectpicker form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="direction" >
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="direction" >
|
||||||
<form:option value="${direction.itemCode}"><spring:message code="${direction.itemValue}"></spring:message></form:option>
|
<form:option value="${direction.itemCode}"><spring:message code="${direction.itemValue}"></spring:message></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -312,7 +312,7 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="direction">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="direction">
|
||||||
<c:if test="${direction.itemCode eq log.direction}"><spring:message code="${direction.itemValue}"/></c:if>
|
<c:if test="${direction.itemCode eq log.direction}"><spring:message code="${direction.itemValue}"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
<label class="control-label"><spring:message code='direct'/>:</label>
|
<label class="control-label"><spring:message code='direct'/>:</label>
|
||||||
<form:select path="direction" class="selectpicker form-control">
|
<form:select path="direction" class="selectpicker form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="direction" >
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="direction" >
|
||||||
<form:option value="${direction.itemCode}"><spring:message code="${direction.itemValue}"></spring:message></form:option>
|
<form:option value="${direction.itemCode}"><spring:message code="${direction.itemValue}"></spring:message></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -226,7 +226,7 @@ $(document).ready(function(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -112,7 +112,7 @@
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker form-control select2">
|
<form:select path="direction" class="selectpicker form-control select2">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -241,7 +241,7 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<c:if test="${log.direction==dict.itemCode}"><spring:message code="${dict.itemValue }"/></c:if>
|
<c:if test="${log.direction==dict.itemCode}"><spring:message code="${dict.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
<label class="control-label"><spring:message code='direct'/>:</label>
|
<label class="control-label"><spring:message code='direct'/>:</label>
|
||||||
<form:select path="direction" class="selectpicker form-control">
|
<form:select path="direction" class="selectpicker form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="direction" >
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="direction" >
|
||||||
<form:option value="${direction.itemCode}"><spring:message code="${direction.itemValue}"></spring:message></form:option>
|
<form:option value="${direction.itemCode}"><spring:message code="${direction.itemValue}"></spring:message></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -249,7 +249,7 @@
|
|||||||
<td>${log.sPort }</td>
|
<td>${log.sPort }</td>
|
||||||
<td>${log.deviceId }</td>
|
<td>${log.deviceId }</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="direction">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="direction">
|
||||||
<c:if test="${direction.itemCode eq log.direction}"><spring:message code="${direction.itemValue}"/></c:if>
|
<c:if test="${direction.itemCode eq log.direction}"><spring:message code="${direction.itemValue}"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -263,7 +263,7 @@ $(document).ready(function(){
|
|||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<%-- <td>${log.deviceId}</td>
|
<%-- <td>${log.deviceId}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td> --%>
|
</td> --%>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -262,7 +262,7 @@ $(document).ready(function(){
|
|||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<%-- <td>${log.deviceId}</td>
|
<%-- <td>${log.deviceId}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td> --%>
|
</td> --%>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -269,7 +269,7 @@ $(document).ready(function(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td> --%>
|
</td> --%>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -269,7 +269,7 @@ $(document).ready(function(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td> --%>
|
</td> --%>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -264,7 +264,7 @@ $(document).ready(function(){
|
|||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<%-- <td>${log.deviceId}</td>
|
<%-- <td>${log.deviceId}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td> --%>
|
</td> --%>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -261,7 +261,7 @@ $(document).ready(function(){
|
|||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<%-- <td>${log.deviceId}</td>
|
<%-- <td>${log.deviceId}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td> --%>
|
</td> --%>
|
||||||
|
|||||||
@@ -158,7 +158,7 @@
|
|||||||
<form:option value="">
|
<form:option value="">
|
||||||
<spring:message code="select" />
|
<spring:message code="select" />
|
||||||
</form:option>
|
</form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}"
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}"
|
||||||
var="dict">
|
var="dict">
|
||||||
<form:option value="${dict.itemCode}">
|
<form:option value="${dict.itemCode}">
|
||||||
<spring:message code="${dict.itemValue}" />
|
<spring:message code="${dict.itemValue}" />
|
||||||
@@ -327,7 +327,7 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }" /></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }" /></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td> --%>
|
</td> --%>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -267,7 +267,7 @@ $(document).ready(function(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }" /></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }" /></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td> --%>
|
</td> --%>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -269,7 +269,7 @@ $(document).ready(function(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }" /></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }" /></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td> --%>
|
</td> --%>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -269,7 +269,7 @@ $(document).ready(function(){
|
|||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<%-- <td>${log.deviceId}</td>
|
<%-- <td>${log.deviceId}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td> --%>
|
</td> --%>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -268,7 +268,7 @@ $(document).ready(function(){
|
|||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<%-- <td>${log.deviceId}</td> --%>
|
<%-- <td>${log.deviceId}</td> --%>
|
||||||
<!-- <td> -->
|
<!-- <td> -->
|
||||||
<%-- <c:forEach items="${fns:getDictList('DIRECTION')}" var="dic"> --%>
|
<%-- <c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic"> --%>
|
||||||
<%-- <c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if> --%>
|
<%-- <c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if> --%>
|
||||||
<%-- </c:forEach> --%>
|
<%-- </c:forEach> --%>
|
||||||
<!-- </td> -->
|
<!-- </td> -->
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -267,7 +267,7 @@ $(document).ready(function(){
|
|||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<%-- <td>${log.deviceId}</td> --%>
|
<%-- <td>${log.deviceId}</td> --%>
|
||||||
<%-- <td>
|
<%-- <td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td> --%>
|
</td> --%>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -240,7 +240,7 @@ $(document).ready(function(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -112,7 +112,7 @@
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker form-control select2">
|
<form:select path="direction" class="selectpicker form-control select2">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -237,7 +237,7 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<c:if test="${log.direction==dict.itemCode}"><spring:message code="${dict.itemValue }"/></c:if>
|
<c:if test="${log.direction==dict.itemCode}"><spring:message code="${dict.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker select2 form-control">
|
<form:select path="direction" class="selectpicker select2 form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -240,7 +240,7 @@ $(document).ready(function(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -121,7 +121,7 @@
|
|||||||
<label><spring:message code="direct"/>:</label>
|
<label><spring:message code="direct"/>:</label>
|
||||||
<form:select path="direction" class="selectpicker form-control select2">
|
<form:select path="direction" class="selectpicker form-control select2">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
<form:option value="${dict.itemCode}"><spring:message code="${dict.itemValue}"/></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -243,7 +243,7 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dict">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="dict">
|
||||||
<c:if test="${log.direction==dict.itemCode}"><spring:message code="${dict.itemValue }"/></c:if>
|
<c:if test="${log.direction==dict.itemCode}"><spring:message code="${dict.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
<label class="control-label"><spring:message code='direct'/>:</label>
|
<label class="control-label"><spring:message code='direct'/>:</label>
|
||||||
<form:select path="direction" class="selectpicker form-control">
|
<form:select path="direction" class="selectpicker form-control">
|
||||||
<form:option value=""><spring:message code="select"/></form:option>
|
<form:option value=""><spring:message code="select"/></form:option>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="direction" >
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="direction" >
|
||||||
<form:option value="${direction.itemCode}"><spring:message code="${direction.itemValue}"></spring:message></form:option>
|
<form:option value="${direction.itemCode}"><spring:message code="${direction.itemValue}"></spring:message></form:option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</form:select>
|
</form:select>
|
||||||
@@ -205,7 +205,7 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="direction">
|
<c:forEach items="${fns:getDictList('IP_LOCATION')}" var="direction">
|
||||||
<c:if test="${direction.itemCode eq log.direction}"><spring:message code="${direction.itemValue}"/></c:if>
|
<c:if test="${direction.itemCode eq log.direction}"><spring:message code="${direction.itemValue}"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user