일괄 메뉴별 화면 상의 비정상적인 작동 및 오류 부분 수정

This commit is contained in:
dogyeom
2025-11-10 10:40:56 +09:00
parent 3fa29c1951
commit faca8c6a92
29 changed files with 1564 additions and 2427 deletions
@@ -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);
}
});
}