|
|
|
@ -28,7 +28,7 @@
|
|
|
|
|
<option value="cvlcptAplcntNm">신고인명</option>
|
|
|
|
|
</select>
|
|
|
|
|
<input type="text" id="term--top" class="form-control" title="검색어" />
|
|
|
|
|
<button type="button" id="fastSearch--top" class="btn btn-outline-dark bg-orange" title="통합조회">
|
|
|
|
|
<button type="button" id="btnFastSearch--top" class="btn btn-outline-dark bg-orange" title="통합조회">
|
|
|
|
|
<i class="bx bx-search"></i>통합조회
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
@ -220,6 +220,11 @@ function fn_securityModeToggle(flag, elementId){
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*--------------------- 통합조회 클릭 이벤트 ---------------------*/
|
|
|
|
|
$("#btnFastSearch--top").on( "click", function() {
|
|
|
|
|
$("#menus").find("div[data-i18n='통합조회']").parent("a").trigger("click");
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
/*--------------------- 사용자 메뉴얼 클릭 이벤트 ---------------------*/
|
|
|
|
|
$("#btnDownloadMenual--top").on( "click", function() {
|
|
|
|
|
|
|
|
|
|