文件摘要配置下发问题修改.
This commit is contained in:
@@ -56,9 +56,9 @@
|
||||
}); */
|
||||
if(flag){
|
||||
//将disable属性的元素删除
|
||||
/* $(".disabled").each(function(){
|
||||
$(".disabled").each(function(){
|
||||
$(this).remove();
|
||||
}); */
|
||||
});
|
||||
$("input[name$='exprType']").attr("disabled",false);
|
||||
/* if($("[name='behavCode']")&&$("[name='behavCode']").val()!=""){
|
||||
$("input[name$='exprType']").val(1);
|
||||
@@ -130,10 +130,10 @@
|
||||
<!-- 配置域类型 -->
|
||||
<c:forEach items="${regionList}" var="region">
|
||||
<c:if test="${_cfg.functionId eq region.functionId}">
|
||||
<input type="hidden" name="cfgType"
|
||||
value="${region.configRegionValue}">
|
||||
<input type="hidden" name="cfgRegionCode"
|
||||
value="${region.configRegionCode}">
|
||||
<c:if test="${region.configServiceType ne 'subscribe_id'}">
|
||||
<input type="hidden" name="cfgType" value="${region.configRegionValue}">
|
||||
<input type="hidden" name="cfgRegionCode" value="${region.configRegionCode}">
|
||||
</c:if>
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
<div class="form-body">
|
||||
|
||||
Reference in New Issue
Block a user