|
|
@ -326,13 +326,11 @@
|
|
|
|
**************************************************************************/
|
|
|
|
**************************************************************************/
|
|
|
|
// 초기화
|
|
|
|
// 초기화
|
|
|
|
$P.fnReset = () => {
|
|
|
|
$P.fnReset = () => {
|
|
|
|
// 화면 초기화
|
|
|
|
// 초기화
|
|
|
|
$P.findn("frmSearch").reset();
|
|
|
|
$P.findn("frmSearch").reset(); // 화면 초기화
|
|
|
|
// dataset 초기화
|
|
|
|
$P.ctrl.dataset.clear(); // dataset 초기화
|
|
|
|
$P.ctrl.dataset.clear();
|
|
|
|
AppSupport.initDatepicker($P.findn("frmSearch")); // 달력 초기화
|
|
|
|
|
|
|
|
AppSupport.initDetailSearchButton($P.findn("frmSearch")); // 상세검색 버튼 화살표
|
|
|
|
// URL 설정
|
|
|
|
|
|
|
|
$P.setUrl("${prefixUrl}");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// input, select 초기화
|
|
|
|
// input, select 초기화
|
|
|
|
let searchForm = $P.$findn("frmSearch");
|
|
|
|
let searchForm = $P.$findn("frmSearch");
|
|
|
@ -341,16 +339,16 @@
|
|
|
|
searchForm.find("input[type='hidden']").val("");
|
|
|
|
searchForm.find("input[type='hidden']").val("");
|
|
|
|
searchForm.find("select").each(function(){ $(this).find("option:eq(0)").prop("selected", true); });
|
|
|
|
searchForm.find("select").each(function(){ $(this).find("option:eq(0)").prop("selected", true); });
|
|
|
|
|
|
|
|
|
|
|
|
AppSupport.initDatepicker($P.findn("frmSearch")); // 달력 초기화
|
|
|
|
|
|
|
|
AppSupport.initDetailSearchButton($P.findn("frmSearch")); // 상세검색 버튼 화살표
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 기본 데이터 설정
|
|
|
|
// 기본 데이터 설정
|
|
|
|
$P.$findn("schCrdnYmdFrom").datepicker("setDate", DateSupport.getAddDay(-365)); // 단속 일자 시작
|
|
|
|
$P.$findn("schCrdnYmdFrom").datepicker("setDate", DateSupport.getAddDay(-365)); // 단속 일자 시작
|
|
|
|
$P.$findn("schCrdnYmdTo").datepicker("setDate", TODAY()); // 단속 일자 종료
|
|
|
|
$P.$findn("schCrdnYmdTo").datepicker("setDate", TODAY()); // 단속 일자 종료
|
|
|
|
// $P.$findn("schCrdnYmdFrom").datepicker("setDate", DateSupport.getAddDay(-10)); // 단속 일자 시작
|
|
|
|
// $P.$findn("schCrdnYmdFrom").datepicker("setDate", DateSupport.getAddDay(-10)); // 단속 일자 시작
|
|
|
|
// $P.$findn("schCrdnYmdTo").datepicker("setDate", TODAY()); // 단속 일자 종료
|
|
|
|
$P.$findn("schCrdnYmdTo").datepicker("setDate", TODAY()); // 단속 일자 종료
|
|
|
|
$P.$findn("byOutput").val("동적 검색"); // 동적 검색
|
|
|
|
$P.$findn("byOutput").val("동적 검색"); // 동적 검색
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// URL 설정
|
|
|
|
|
|
|
|
$P.setUrl("${prefixUrl}");
|
|
|
|
|
|
|
|
|
|
|
|
// 그리드 th
|
|
|
|
// 그리드 th
|
|
|
|
let colContent = $P.findn("tmpltCols").content;
|
|
|
|
let colContent = $P.findn("tmpltCols").content;
|
|
|
|
let cols = $(colContent).find(".cmn");
|
|
|
|
let cols = $(colContent).find(".cmn");
|
|
|
|