|
|
@ -723,6 +723,12 @@
|
|
|
|
// 동적검색에서 엔터(Enter) 키를 누르면 검색한다.
|
|
|
|
// 동적검색에서 엔터(Enter) 키를 누르면 검색한다.
|
|
|
|
$P.$findn("term").onEnterPress($P.fnSearchList);
|
|
|
|
$P.$findn("term").onEnterPress($P.fnSearchList);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// DataTables width 변경 조정
|
|
|
|
|
|
|
|
Componentization.fnMakeResizableTable($P.findn("tableRspns"));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// DataTables 스크롤 이벤트 생성
|
|
|
|
|
|
|
|
Componentization.fnMakeScrollableTable($P.findn("tableRspns"), $P.scrollDataList);
|
|
|
|
|
|
|
|
|
|
|
|
// 업무 버튼 이벤트
|
|
|
|
// 업무 버튼 이벤트
|
|
|
|
$P.$findn("btnCreateSlctnTrgt").on("click", function() {
|
|
|
|
$P.$findn("btnCreateSlctnTrgt").on("click", function() {
|
|
|
|
$P.fnCreateSlctnTrgt($P.$findn("btnCreateSlctnTrgt").attr("title")); // 수정
|
|
|
|
$P.fnCreateSlctnTrgt($P.$findn("btnCreateSlctnTrgt").attr("title")); // 수정
|
|
|
@ -730,12 +736,6 @@
|
|
|
|
$P.$findn("btnCreateWholTrgt").on("click", function() {
|
|
|
|
$P.$findn("btnCreateWholTrgt").on("click", function() {
|
|
|
|
$P.fnCreateWholTrgt($P.$findn("btnCreateWholTrgt").attr("title")); // 삭제
|
|
|
|
$P.fnCreateWholTrgt($P.$findn("btnCreateWholTrgt").attr("title")); // 삭제
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
// DataTables width 변경 조정
|
|
|
|
|
|
|
|
Componentization.fnMakeResizableTable($P.findn("tableRspns"));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// DataTables 스크롤 이벤트 생성
|
|
|
|
|
|
|
|
Componentization.fnMakeScrollableTable($P.findn("tableRspns"), $P.scrollDataList);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
/**************************************************************************
|
|
|
|