|
@@ -117,6 +117,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
@@ -117,6 +117,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
117
|
renderSearchCondition(resType, bizId);
|
117
|
renderSearchCondition(resType, bizId);
|
118
|
let colResType = resType;
|
118
|
let colResType = resType;
|
119
|
if (colResType == 'MIDDLEWARE_WEBLOGIC' && parentId == 'null') {
|
119
|
if (colResType == 'MIDDLEWARE_WEBLOGIC' && parentId == 'null') {
|
|
|
120
|
+ // 展示控制台的表头
|
120
|
colResType = 'MIDDLEWARE_WEBLOGICCONSOLE'
|
121
|
colResType = 'MIDDLEWARE_WEBLOGICCONSOLE'
|
121
|
}
|
122
|
}
|
122
|
|
123
|
|
|
@@ -515,7 +516,6 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
@@ -515,7 +516,6 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
515
|
xmSelect.get('#collProtocolSelect', true).setValue([]);
|
516
|
xmSelect.get('#collProtocolSelect', true).setValue([]);
|
516
|
collProtocols = '';
|
517
|
collProtocols = '';
|
517
|
}
|
518
|
}
|
518
|
- form.render('select');
|
|
|
519
|
|
519
|
|
520
|
var targetId = '';
|
520
|
var targetId = '';
|
521
|
var searchType = "";
|
521
|
var searchType = "";
|
|
@@ -535,8 +535,8 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
@@ -535,8 +535,8 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
535
|
$("#biz_reslist_res_cluster_id").show();
|
535
|
$("#biz_reslist_res_cluster_id").show();
|
536
|
} else if (resType == 'MIDDLEWARE_WEBLOGIC') {
|
536
|
} else if (resType == 'MIDDLEWARE_WEBLOGIC') {
|
537
|
searchType = 'MIDDLEWARE_WEBLOGIC';
|
537
|
searchType = 'MIDDLEWARE_WEBLOGIC';
|
538
|
- optons = "<option value='null'>=全部控制台=</option>"
|
|
|
539
|
- optons += "<option value=''>全部服务</option>"
|
538
|
+ optons = "<option value=''>=服务列表=</option>"
|
|
|
539
|
+ optons += "<option value='null'>=控制台列表=</option>"
|
540
|
targetId = 'biz_reslist_res_cluster';
|
540
|
targetId = 'biz_reslist_res_cluster';
|
541
|
$("#biz_reslist_res_cluster_id").show();
|
541
|
$("#biz_reslist_res_cluster_id").show();
|
542
|
} else {
|
542
|
} else {
|
|
@@ -631,6 +631,8 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
@@ -631,6 +631,8 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
631
|
});
|
631
|
});
|
632
|
}
|
632
|
}
|
633
|
$('#' + targetId).html(optons);
|
633
|
$('#' + targetId).html(optons);
|
|
|
634
|
+
|
|
|
635
|
+ $('#biz_reslist_res_cluster').val(parentId);
|
634
|
form.render("select");
|
636
|
form.render("select");
|
635
|
})
|
637
|
})
|
636
|
}
|
638
|
}
|
|
@@ -787,7 +789,10 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
@@ -787,7 +789,10 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
787
|
} else {
|
789
|
} else {
|
788
|
$('#' + domStr).find('.div-link-state').show();
|
790
|
$('#' + domStr).find('.div-link-state').show();
|
789
|
}
|
791
|
}
|
|
|
792
|
+
|
|
|
793
|
+ $('#biz_reslist_res_cluster').val(parentId);
|
790
|
form.render("select");
|
794
|
form.render("select");
|
|
|
795
|
+
|
791
|
})
|
796
|
})
|
792
|
}
|
797
|
}
|
793
|
|
798
|
|