diff --git a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp index 8a16d6375..850809450 100644 --- a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp @@ -96,7 +96,7 @@ } }); $(".protocol_code").html('*:'); - $("input[name='specServiceCode']").attr("range","[300001,310000]"); + //$("input[name='specServiceCode']").attr("range","[300001,310000]"); $(".protocol_name").html('*:'); $(".protocol_desc").html(':'); }else{ @@ -119,17 +119,17 @@ }); if($("[name='cfgType']").val()==1){ $(".protocol_code").html('*:'); - $("input[name='specServiceCode']").attr("range","[300001,310000]"); + //$("input[name='specServiceCode']").attr("range","[300001,310000]"); $(".protocol_name").html('*:'); $(".protocol_desc").html(':'); }else if($("[name='cfgType']").val()==2){ $(".protocol_code").html('*:'); - $("input[name='specServiceCode']").attr("range","[0,2147483647]"); + //$("input[name='specServiceCode']").attr("range","[0,2147483647]"); $(".protocol_name").html('*:'); $(".protocol_desc").html(':'); }else{ $(".protocol_code").html('*:'); - $("input[name='specServiceCode']").attr("range","[10001,20000]"); + //$("input[name='specServiceCode']").attr("range","[10001,20000]"); $(".protocol_name").html('*:'); $(".protocol_desc").html(':'); } @@ -163,17 +163,17 @@ }); if(cfgType==1){ $(".protocol_code").html('*:'); - $("input[name='specServiceCode']").attr("range","[300001,310000]"); + //$("input[name='specServiceCode']").attr("range","[300001,310000]"); $(".protocol_name").html('*:'); $(".protocol_desc").html(':'); }else if(cfgType==2){ $(".protocol_code").html('*:'); - $("input[name='specServiceCode']").attr("range","[0,2147483647]"); + //$("input[name='specServiceCode']").attr("range","[0,2147483647]"); $(".protocol_name").html('*:'); $(".protocol_desc").html(':'); }else{ $(".protocol_code").html('*:'); - $("input[name='specServiceCode']").attr("range","[10001,20000]"); + //$("input[name='specServiceCode']").attr("range","[10001,20000]"); $(".protocol_name").html('*:'); $(".protocol_desc").html(':'); }