菜单国际化名称更改

ippayload ip配置必输
topic domain去掉表达式和十六进制展示
This commit is contained in:
duandongmei
2018-10-11 15:52:11 +08:00
parent aa6c1963e7
commit 47697c9359
5 changed files with 65 additions and 50 deletions

View File

@@ -274,7 +274,7 @@ $(function(){
</div>
<!-- WEBSITE -->
<!-- EXPRTYPE -->
<div class="col-md-6">
<div class="col-md-6 hidden">
<div class="form-group">
<label class="control-label col-md-3"><font color="red">*</font>
@@ -396,7 +396,7 @@ $(function(){
</div>
<!-- is hex -->
<div class="row">
<div class="row hidden">
<c:if test="${!empty region.configHex}">
<div class="col-md-6">
<div class="form-group ">

View File

@@ -37,13 +37,14 @@
+ "']").append(error);
},
submitHandler : function(form) {
var flag = true;
var actionValue=$("input[name=action]:checked").val();
//代表所有业务都隐藏了,提示必须增加一种业务数据
if($(".boxSolid").length ==$(".boxSolid.hidden").length){
top.$.jBox.tip("<spring:message code='one_more'/>", "<spring:message code='info'/>");
return;
}
//代表所有区域都隐藏了,提示必须增加个区域信息
if($("input[name='isAreaEffective']:checked").val()==1 && $(".container-fluid:visible").size()==0){
if($("#areaIsp").hasClass("hidden")) $("#areaIp").find(".glyphicon-plus").click();
@@ -123,10 +124,10 @@
}
//单域默认展开且不可关闭
var openSingleBoxsolid = function() {
var boxsolidLenth=$(".boxSolid").prev(".form-section:visible").length;
var boxsolidLenth=$(".boxSolid").not(".intercept_replace_pkt_bin_div").prev(".form-section:visible").length;
if(boxsolidLenth == 1){
$(".boxSolid").prev(".form-section:visible").find("span[title=add]").click();
$(".boxSolid").prev(".form-section:visible").next(".boxSolid").find("span[title=remove]").addClass("hidden");
$(".boxSolid").prev(".form-section:visible").eq(0).find("span[title=add]").click();
$(".boxSolid").prev(".form-section:visible").eq(0).next(".boxSolid").find("span[title=remove]").addClass("hidden");
}
}
</script>