From b7e69bbf90a7bf36adfd663dd8e74194626b4daa Mon Sep 17 00:00:00 2001 From: wangxin Date: Mon, 10 Sep 2018 14:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=E7=89=B9=E5=AE=9A?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E4=B8=AD=E7=9A=84=E5=BA=8F=E5=8F=B7=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/specific/specificServiceCfgForm.jsp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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(':'); }