...
|
...
|
@@ -117,6 +117,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
|
renderSearchCondition(resType, bizId);
|
|
|
let colResType = resType;
|
|
|
if (colResType == 'MIDDLEWARE_WEBLOGIC' && parentId == 'null') {
|
|
|
// 展示控制台的表头
|
|
|
colResType = 'MIDDLEWARE_WEBLOGICCONSOLE'
|
|
|
}
|
|
|
|
...
|
...
|
@@ -515,7 +516,6 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
|
xmSelect.get('#collProtocolSelect', true).setValue([]);
|
|
|
collProtocols = '';
|
|
|
}
|
|
|
form.render('select');
|
|
|
|
|
|
var targetId = '';
|
|
|
var searchType = "";
|
...
|
...
|
@@ -535,8 +535,8 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
|
$("#biz_reslist_res_cluster_id").show();
|
|
|
} else if (resType == 'MIDDLEWARE_WEBLOGIC') {
|
|
|
searchType = 'MIDDLEWARE_WEBLOGIC';
|
|
|
optons = "<option value='null'>=全部控制台=</option>"
|
|
|
optons += "<option value=''>全部服务</option>"
|
|
|
optons = "<option value=''>=服务列表=</option>"
|
|
|
optons += "<option value='null'>=控制台列表=</option>"
|
|
|
targetId = 'biz_reslist_res_cluster';
|
|
|
$("#biz_reslist_res_cluster_id").show();
|
|
|
} else {
|
...
|
...
|
@@ -631,6 +631,8 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
|
});
|
|
|
}
|
|
|
$('#' + targetId).html(optons);
|
|
|
|
|
|
$('#biz_reslist_res_cluster').val(parentId);
|
|
|
form.render("select");
|
|
|
})
|
|
|
}
|
...
|
...
|
@@ -787,7 +789,10 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
|
} else {
|
|
|
$('#' + domStr).find('.div-link-state').show();
|
|
|
}
|
|
|
|
|
|
$('#biz_reslist_res_cluster').val(parentId);
|
|
|
form.render("select");
|
|
|
|
|
|
})
|
|
|
}
|
|
|
|
...
|
...
|
|