(1)jsp页面console.log注释
(2)ssl表单域排序调整
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
UPDATE function_region_dict SET config_region_code=3,config_region_sort=3 WHERE function_id=63 AND dict_id=180;
|
UPDATE function_region_dict SET config_region_code=3,config_region_sort=3 WHERE function_id=63 AND dict_id=180;
|
||||||
UPDATE function_region_dict SET config_region_sort=2 WHERE function_id=63 AND dict_id=78;
|
UPDATE function_region_dict SET config_region_sort=2 WHERE function_id=63 AND dict_id=78;
|
||||||
|
UPDATE function_region_dict SET config_region_code=5,config_region_sort=5 WHERE function_id=34 AND dict_id=174;
|
||||||
|
|||||||
@@ -107,7 +107,7 @@
|
|||||||
if(data.subscribe.length > 0){
|
if(data.subscribe.length > 0){
|
||||||
html+="<div id='subscribeInfo"+index+"' class='content content2'>";
|
html+="<div id='subscribeInfo"+index+"' class='content content2'>";
|
||||||
$.each(data.subscribe,function(index,item){
|
$.each(data.subscribe,function(index,item){
|
||||||
console.log(item.cfgKeywords);
|
//console.log(item.cfgKeywords);
|
||||||
html+="<div class='row'>";
|
html+="<div class='row'>";
|
||||||
html+="<div class='col-md-8'>";
|
html+="<div class='col-md-8'>";
|
||||||
html+="<div class='form-group'>";
|
html+="<div class='form-group'>";
|
||||||
|
|||||||
@@ -72,8 +72,8 @@
|
|||||||
var flag = true;
|
var flag = true;
|
||||||
//代表所有业务都隐藏了,提示必须增加一种业务数据
|
//代表所有业务都隐藏了,提示必须增加一种业务数据
|
||||||
if(!$(".httpReqCfg").hasClass("hidden")){
|
if(!$(".httpReqCfg").hasClass("hidden")){
|
||||||
console.log($(".httpReqCfg").find(".boxSolid").length);
|
//console.log($(".httpReqCfg").find(".boxSolid").length);
|
||||||
console.log($(".httpReqCfg").find(".boxSolid.hidden").length);
|
//console.log($(".httpReqCfg").find(".boxSolid.hidden").length);
|
||||||
if($(".httpReqCfg").find(".boxSolid").length==$(".httpReqCfg").find(".boxSolid.hidden").length){
|
if($(".httpReqCfg").find(".boxSolid").length==$(".httpReqCfg").find(".boxSolid.hidden").length){
|
||||||
top.$.jBox.tip("<spring:message code='one_more'/>", "<spring:message code='info'/>");
|
top.$.jBox.tip("<spring:message code='one_more'/>", "<spring:message code='info'/>");
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -35,14 +35,14 @@
|
|||||||
//loading('onloading...');
|
//loading('onloading...');
|
||||||
var flag = true;
|
var flag = true;
|
||||||
var subscribeId=0;
|
var subscribeId=0;
|
||||||
console.log("boxSolid:"+$(".boxSolid.hidden").length);
|
//console.log("boxSolid:"+$(".boxSolid.hidden").length);
|
||||||
console.log("hidden subscribeId:"+$(".boxSolid,.hidden").hasClass("subscribeId"));
|
//console.log("hidden subscribeId:"+$(".boxSolid,.hidden").hasClass("subscribeId"));
|
||||||
//存在隐藏的subscribeId,不算进域配置
|
//存在隐藏的subscribeId,不算进域配置
|
||||||
if($(".boxSolid.hidden").hasClass("subscribeId")){
|
if($(".boxSolid.hidden").hasClass("subscribeId")){
|
||||||
subscribeId=1;
|
subscribeId=1;
|
||||||
}
|
}
|
||||||
console.log("boxSolid not sub:"+($(".boxSolid").length-1));
|
//console.log("boxSolid not sub:"+($(".boxSolid").length-1));
|
||||||
console.log("hidden not sub:"+($(".boxSolid.hidden").length-subscribeId));
|
//console.log("hidden not sub:"+($(".boxSolid.hidden").length-subscribeId));
|
||||||
//代表所有业务都隐藏了,提示必须增加一种业务数据
|
//代表所有业务都隐藏了,提示必须增加一种业务数据
|
||||||
if(($(".boxSolid").length-1) ==($(".boxSolid.hidden").length-subscribeId)){
|
if(($(".boxSolid").length-1) ==($(".boxSolid.hidden").length-subscribeId)){
|
||||||
top.$.jBox.tip("<spring:message code='one_more'/>", "<spring:message code='info'/>");
|
top.$.jBox.tip("<spring:message code='one_more'/>", "<spring:message code='info'/>");
|
||||||
|
|||||||
Reference in New Issue
Block a user