diff --git a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp
index 2b6b4db90..8b63fb7e1 100644
--- a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp
+++ b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp
@@ -92,7 +92,8 @@
}
}
});
- //$(".protocol_code").html('*:');
+ $(".protocol_code").html('*:');
+ $("input[name='specServiceCode']").attr("range","[300001,310000]");
$(".protocol_name").html('*:');
$(".protocol_desc").html(':');
}else{
@@ -114,15 +115,18 @@
}
});
if($("[name='cfgType']").val()==1){
- //$(".protocol_code").html('*:');
+ $(".protocol_code").html('*:');
+ $("input[name='specServiceCode']").attr("range","[300001,310000]");
$(".protocol_name").html('*:');
$(".protocol_desc").html(':');
}else if($("[name='cfgType']").val()==2){
- //$(".protocol_code").html('*:');
+ $(".protocol_code").html('*:');
+ $("input[name='specServiceCode']").attr("range","[0,2147483647]");
$(".protocol_name").html('*:');
$(".protocol_desc").html(':');
}else{
- //$(".protocol_code").html('*:');
+ $(".protocol_code").html('*:');
+ $("input[name='specServiceCode']").attr("range","[10001,20000]");
$(".protocol_name").html('*:');
$(".protocol_desc").html(':');
}
@@ -155,15 +159,18 @@
}
});
if(cfgType==1){
- //$(".protocol_code").html('*:');
+ $(".protocol_code").html('*:');
+ $("input[name='specServiceCode']").attr("range","[300001,310000]");
$(".protocol_name").html('*:');
$(".protocol_desc").html(':');
}else if(cfgType==2){
- //$(".protocol_code").html('*:');
+ $(".protocol_code").html('*:');
+ $("input[name='specServiceCode']").attr("range","[0,2147483647]");
$(".protocol_name").html('*:');
$(".protocol_desc").html(':');
}else{
- //$(".protocol_code").html('*:');
+ $(".protocol_code").html('*:');
+ $("input[name='specServiceCode']").attr("range","[10001,20000]");
$(".protocol_name").html('*:');
$(".protocol_desc").html(':');
}
@@ -254,7 +261,7 @@
-
+
-
-