|
|
@ -74,7 +74,7 @@
|
|
|
|
<!-- 상세 검색조건 버튼 -->
|
|
|
|
<!-- 상세 검색조건 버튼 -->
|
|
|
|
<span class="flr">
|
|
|
|
<span class="flr">
|
|
|
|
<button type="button" class="btn btn-open-detail" data-bs-toggle="collapse"
|
|
|
|
<button type="button" class="btn btn-open-detail" data-bs-toggle="collapse"
|
|
|
|
data-bs-target="#searchDetail--${pageName}">
|
|
|
|
data-bs-target="[data-doctx='${pageName}'] [name='searchDetail']">
|
|
|
|
<i class="bx bx-chevron-down"></i>
|
|
|
|
<i class="bx bx-chevron-down"></i>
|
|
|
|
상세검색
|
|
|
|
상세검색
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
@ -82,7 +82,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="searchDetail--${pageName}" class="container-search container-search-detail collapse">
|
|
|
|
<div name="searchDetail" class="container-search container-search-detail collapse">
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<div slot="search" class="col-6 if-empty-col0">
|
|
|
|
<div slot="search" class="col-6 if-empty-col0">
|
|
|
|
<template class="pvs dpv eca">
|
|
|
|
<template class="pvs dpv eca">
|
|
|
@ -178,7 +178,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
<div id="DataTables_Table_0_wrapper--${pageName}" class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div id="DataTables_Table_0_wrapper--${pageName}" class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div id="table-responsive--${pageName}" class="table-responsive ox-scroll oy-scroll h-px-500">
|
|
|
|
<div name="table-responsive"
|
|
|
|
|
|
|
|
class="table-responsive ox-scroll oy-scroll h-px-500">
|
|
|
|
<table id="DataTables_Table_0--${pageName}"
|
|
|
|
<table id="DataTables_Table_0--${pageName}"
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<thead class="sticky-thead">
|
|
|
@ -385,7 +386,7 @@ $(document).ready(function(){
|
|
|
|
cols.each(function(){
|
|
|
|
cols.each(function(){
|
|
|
|
colsStr += this.outerHTML;
|
|
|
|
colsStr += this.outerHTML;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
$("#table-responsive--${pageName}")[0].changeColumn(colsStr);
|
|
|
|
$P.find("table-responsive").changeColumn(colsStr);
|
|
|
|
|
|
|
|
|
|
|
|
if(SYS_LINK_INFO = null || SYS_LINK_INFO.NXRP_LINK_YN != 'Y'){
|
|
|
|
if(SYS_LINK_INFO = null || SYS_LINK_INFO.NXRP_LINK_YN != 'Y'){
|
|
|
|
$P.$find("btnSendCrdn").attr("hidden","hidden");
|
|
|
|
$P.$find("btnSendCrdn").attr("hidden","hidden");
|
|
|
@ -476,7 +477,7 @@ $(document).ready(function(){
|
|
|
|
initScroll = false;
|
|
|
|
initScroll = false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$("#table-responsive--${pageName}")[0].changeContent(trs, initScroll, noMore);
|
|
|
|
$P.find("table-responsive").changeContent(trs, initScroll, noMore);
|
|
|
|
|
|
|
|
|
|
|
|
fn_securityModeToggle($("#securityMode--top").is(":checked")); //보안모드
|
|
|
|
fn_securityModeToggle($("#securityMode--top").is(":checked")); //보안모드
|
|
|
|
|
|
|
|
|
|
|
@ -589,8 +590,8 @@ $(document).ready(function(){
|
|
|
|
// 동적검색에서 엔터(Enter) 키를 누르면 검색한다.
|
|
|
|
// 동적검색에서 엔터(Enter) 키를 누르면 검색한다.
|
|
|
|
$("#term--${pageName}").onEnterPress($P.searchCrdnList);
|
|
|
|
$("#term--${pageName}").onEnterPress($P.searchCrdnList);
|
|
|
|
|
|
|
|
|
|
|
|
fnMakeResizableTable($("#table-responsive--${pageName}")[0]);
|
|
|
|
fnMakeResizableTable($P.find("table-responsive"));
|
|
|
|
fnMakeScrollableTable($("#table-responsive--${pageName}")[0], $P.scrollCrdnList);
|
|
|
|
fnMakeScrollableTable($P.find("table-responsive"), $P.scrollCrdnList);
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
/**************************************************************************
|
|
|
|
* 초기화
|
|
|
|
* 초기화
|
|
|
|