일괄 메뉴별 화면 상의 비정상적인 작동 및 오류 부분 수정
This commit is contained in:
@@ -116,7 +116,7 @@ function init(key1, key2) {
|
||||
getBjobBzwkDstcd(key1, key2);
|
||||
getBjobBzwkPrcssDstcd(key1, key2);
|
||||
getAdaptorGroup(key1, key2);
|
||||
setSearchable(selectName); // 콤보에 searchable 설정
|
||||
//setSearchable(selectName); // 콤보에 searchable 설정
|
||||
}
|
||||
|
||||
function getBjobBzwkDstcd(key1, key2) {
|
||||
@@ -178,7 +178,7 @@ function getAdaptorGroup(key1, key2) {
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
alert(e.responseText);
|
||||
//alert(e.responseText);
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -224,7 +224,7 @@ function detail(key1,key2) {
|
||||
$("#grid")[0].addJSONData(data);
|
||||
},
|
||||
error: function(e) {
|
||||
alert(e.responseText);
|
||||
//alert(e.responseText);
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -245,7 +245,7 @@ function setRqstRspnsDstcd() {
|
||||
$("select[name=adptrBzwkName]").val(sysLnkgList["ADPTRBZWKNAME"]);
|
||||
},
|
||||
error: function(e) {
|
||||
alert(e.responseText);
|
||||
//alert(e.responseText);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user