导入页面兼容app特征修改
This commit is contained in:
@@ -117,7 +117,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</br>
|
</br>
|
||||||
<!-- 63 app -->
|
<!-- 63 app -->
|
||||||
<c:if test="${cfg.functionId eq 63 or cfg.functionId eq 405}">
|
<c:if test="${cfg.functionId eq 63 or cfg.functionId eq 405
|
||||||
|
or cfg.functionId eq 402 or cfg.functionId eq 403 or cfg.functionId eq 520
|
||||||
|
or cfg.functionId eq 563 or cfg.functionId eq 565 or cfg.functionId eq 564
|
||||||
|
or cfg.functionId eq 566 or cfg.functionId eq 567}">
|
||||||
<c:set var="cfgType" value="1"></c:set>
|
<c:set var="cfgType" value="1"></c:set>
|
||||||
<c:set var="spec_service_id"><spring:message code="social_app"/></c:set>
|
<c:set var="spec_service_id"><spring:message code="social_app"/></c:set>
|
||||||
<input type="hidden" name="appError" id="appError" value="${spec_service_id } <spring:message code="required" />">
|
<input type="hidden" name="appError" id="appError" value="${spec_service_id } <spring:message code="required" />">
|
||||||
@@ -156,12 +159,12 @@
|
|||||||
<div for="parent.appIdName"></div>
|
<div for="parent.appIdName"></div>
|
||||||
</div>
|
</div>
|
||||||
</br>
|
</br>
|
||||||
<c:if test="${cfgType eq 3}">
|
<c:choose>
|
||||||
<div class="row hidden">
|
<c:when test="${cfg.functionId eq 63 or cfg.functionId eq 408}">
|
||||||
</c:if>
|
<div class="row">
|
||||||
<c:if test="${cfgType ne 3}">
|
</c:when>
|
||||||
<div class="row">
|
<c:otherwise><div class="row hidden"></c:otherwise>
|
||||||
</c:if>
|
</c:choose>
|
||||||
<label class="control-label col-md-3"><spring:message code="behaviour_type"/></label>
|
<label class="control-label col-md-3"><spring:message code="behaviour_type"/></label>
|
||||||
<div class="col-md-6" id="behaviorId">
|
<div class="col-md-6" id="behaviorId">
|
||||||
<select name="behaviorId" data-live-search="true" class="selectpicker form-control">
|
<select name="behaviorId" data-live-search="true" class="selectpicker form-control">
|
||||||
|
|||||||
Reference in New Issue
Block a user