|
|
|
@ -137,8 +137,6 @@
|
|
|
|
|
</div> <!-- 부과제외 정보 <div class="col-xl-6 mx-1"> -->
|
|
|
|
|
</div> <!-- <div class="d-flex flex-row justify-content-evenly"> -->
|
|
|
|
|
|
|
|
|
|
<p></p>
|
|
|
|
|
|
|
|
|
|
<div class="d-flex flex-row justify-content-evenly">
|
|
|
|
|
<!-- 처리 상태 이력 -->
|
|
|
|
|
<div class="col-xl-6 mx-1">
|
|
|
|
@ -151,7 +149,7 @@
|
|
|
|
|
<!-- DataTables(그리드) -->
|
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
|
|
|
|
|
<div class="table-responsive ox-scroll oy-scroll h-px-300" id="table-responsive-crdnSttsHstry--${pageName}">
|
|
|
|
|
<div class="table-responsive ox-scroll oy-scroll h-px-350" id="table-responsive-crdnSttsHstry--${pageName}">
|
|
|
|
|
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
|
|
|
|
|
id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
|
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
@ -200,15 +198,15 @@
|
|
|
|
|
<!-- DataTables(그리드) -->
|
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_1_wrapper--${pageName}">
|
|
|
|
|
<div class="table-responsive ox-scroll oy-scroll h-px-300" id="table-responsive-1--${pageName}">
|
|
|
|
|
<div class="table-responsive ox-scroll oy-scroll h-px-350" id="table-responsive-1--${pageName}">
|
|
|
|
|
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
|
|
|
|
|
id="DataTables_Table_1--${pageName}" aria-describedby="DataTables_Table_0_info">
|
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
|
<tr id="theadTrPayerHstry--${pageName}">
|
|
|
|
|
<th class="cmn" style="width: 180px;">등록일시</th>
|
|
|
|
|
<th class="cmn" style="width: 140px;">등록사용자</th>
|
|
|
|
|
<th class="cmn" style="width: 400px;">전체주소</th>
|
|
|
|
|
<th class="cmn" style="width: 100px;">우편번호</th>
|
|
|
|
|
<th class="cmn" style="width: 480px;">전체주소</th>
|
|
|
|
|
<th class="cmn dummy-th"></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
@ -218,8 +216,8 @@
|
|
|
|
|
<tr data-key="{HSTRY_SN}">
|
|
|
|
|
<td class="cmn text-center" onclick="{onclick}">{REG_DT}</td>
|
|
|
|
|
<td class="cmn text-center" onclick="{onclick}">{RGTR_NM}</td>
|
|
|
|
|
<td class="cmn text-start" onclick="{onclick}">{WHOL_ADDR}</td>
|
|
|
|
|
<td class="cmn text-center" onclick="{onclick}">{ZIP}</td>
|
|
|
|
|
<td class="cmn text-start" onclick="{onclick}">{WHOL_ADDR}</td>
|
|
|
|
|
<td class="cmn dummy-td"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|