特定服务列表查询条件业务分类添加动态搜索

This commit is contained in:
wangxin
2018-09-10 17:56:57 +08:00
parent 59315d73fd
commit 8823653113

View File

@@ -61,18 +61,18 @@
if(isNaN($("#intype").val())){
$("#showError").show();
return false;
}else if($("#intype").val()>2147483647){
}else if($("#intype").val()>2147483647){
$("#showError").show();
return false;
}else{
}else{
$("#showError").hide();
return true;
}
}else{
$("#showError").hide();
return true;
}
}
}else{
$("#showError").hide();
return true;
}
}
//查询
function page(n,s){
@@ -238,7 +238,7 @@
<div class="col-md-2">
<div class="form-group">
<label><spring:message code="business_type"/></label>
<form:select path="businessType" class="selectpicker select2 input-middle" >
<form:select path="businessType" class="selectpicker select2 input-middle" data-live-search="true" data-live-search-placeholder="search">
<form:option value=""><spring:message code='business_type'/></form:option>
<c:if test="${specificServiceCfg.cfgType==1}">
<c:forEach items="${fns:getDictList('APP_BUSINESS_TYPE') }" var="dict">