diff --git a/src/main/java/com/nis/web/controller/specific/SpecificServiceCfgController.java b/src/main/java/com/nis/web/controller/specific/SpecificServiceCfgController.java index c3b52e848..2f7c9e44d 100644 --- a/src/main/java/com/nis/web/controller/specific/SpecificServiceCfgController.java +++ b/src/main/java/com/nis/web/controller/specific/SpecificServiceCfgController.java @@ -214,19 +214,7 @@ public class SpecificServiceCfgController extends BaseController { map2.put("name","root_node"); //map2.put("placeholder","0"); mapList.add(map2); - List isShowList=DictUtils.getDictList("IS_SHOW_BUSINESS_TYPE"); - boolean isShowBusinessType=false; - if(isShowList!=null&&isShowList.size()>0) { - for(SysDataDictionaryItem item:isShowList) { - if(item.getStatus()==1) {//可用 - if("1".equals(item.getItemCode())) { - isShowBusinessType=true; - break; - } - } - } - } - if((specific==null||!specific)&&isShowBusinessType) { + if(specific==null||!specific) { Properties props=this.getMsgProp(); List businessTypeList=Lists.newArrayList(); if(cfgType==1) { diff --git a/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp index 0e0033f86..b293254c5 100644 --- a/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp @@ -229,13 +229,21 @@ var delContent = function(contentClassName, addBtnClassName) {
+ + + + + + + +
diff --git a/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgList.jsp b/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgList.jsp index 7cc3f5a03..f6149d224 100644 --- a/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgList.jsp @@ -132,11 +132,19 @@
+ + + + + + + +
diff --git a/src/main/webapp/WEB-INF/views/cfg/basicprotocol/form.jsp b/src/main/webapp/WEB-INF/views/cfg/basicprotocol/form.jsp index 2919dee39..f647123b2 100644 --- a/src/main/webapp/WEB-INF/views/cfg/basicprotocol/form.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/basicprotocol/form.jsp @@ -131,9 +131,6 @@ var delContent = function(contentClassName, addBtnClassName) {
- - -

@@ -181,13 +178,21 @@ var delContent = function(contentClassName, addBtnClassName) {
+ + + + + + + +
diff --git a/src/main/webapp/WEB-INF/views/cfg/basicprotocol/list.jsp b/src/main/webapp/WEB-INF/views/cfg/basicprotocol/list.jsp index 649b36e35..652d3c1e4 100644 --- a/src/main/webapp/WEB-INF/views/cfg/basicprotocol/list.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/basicprotocol/list.jsp @@ -135,11 +135,19 @@
+ + + + + + + + -
diff --git a/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/form.jsp b/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/form.jsp index c3ec903e0..edd9dba37 100644 --- a/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/form.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/form.jsp @@ -155,9 +155,6 @@ var delContent = function(contentClassName, addBtnClassName) {
- - -

@@ -253,13 +250,21 @@ var delContent = function(contentClassName, addBtnClassName) {
+ + + + + + + +
diff --git a/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/list.jsp b/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/list.jsp index 049ba43af..d34ca7232 100644 --- a/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/list.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/list.jsp @@ -92,9 +92,6 @@
- - -