|
|
@ -117,7 +117,6 @@
|
|
|
|
<table class="dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
|
|
|
|
<table class="dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
|
|
|
|
<thead>
|
|
|
|
<thead>
|
|
|
|
<tr id="theadTr--${pageName}">
|
|
|
|
<tr id="theadTr--${pageName}">
|
|
|
|
<th>수납입력구분</th>
|
|
|
|
|
|
|
|
<th>수납일련번호</th>
|
|
|
|
<th>수납일련번호</th>
|
|
|
|
<th>수납취소</th>
|
|
|
|
<th>수납취소</th>
|
|
|
|
<th>회계연도</th>
|
|
|
|
<th>회계연도</th>
|
|
|
@ -139,6 +138,7 @@
|
|
|
|
<th>수납취소일시</th>
|
|
|
|
<th>수납취소일시</th>
|
|
|
|
<th>수납취소사유</th>
|
|
|
|
<th>수납취소사유</th>
|
|
|
|
<th>수납상태</th>
|
|
|
|
<th>수납상태</th>
|
|
|
|
|
|
|
|
<th>수납입력구분</th>
|
|
|
|
<th>등록일시</th>
|
|
|
|
<th>등록일시</th>
|
|
|
|
<th>등록사용자</th>
|
|
|
|
<th>등록사용자</th>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
@ -147,7 +147,6 @@
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
|
<template id="${infoPrefix}Row--${pageName}">
|
|
|
|
<template id="${infoPrefix}Row--${pageName}">
|
|
|
|
<tr data-key="{RCVMT_ID}">
|
|
|
|
<tr data-key="{RCVMT_ID}">
|
|
|
|
<td class="text-center" onclick="{onclick}">{RCVMT_INPT_SE_NM}</td>
|
|
|
|
|
|
|
|
<td class="text-center" onclick="{onclick}">{RCVMT_SN}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{RCVMT_SN}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{RCVMT_RTRCN_YN_NM}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{RCVMT_RTRCN_YN_NM}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{ACNTG_YR}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{ACNTG_YR}</td>
|
|
|
@ -169,13 +168,14 @@
|
|
|
|
<td class="text-center" onclick="{onclick}">{RCVMT_RTRCN_DT}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{RCVMT_RTRCN_DT}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{RCVMT_RTRCN_RSN}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{RCVMT_RTRCN_RSN}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{RCVMT_STTS_NM}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{RCVMT_STTS_NM}</td>
|
|
|
|
|
|
|
|
<td class="text-center" onclick="{onclick}">{RCVMT_INPT_SE_NM}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{REG_DT}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{REG_DT}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{RGTR_NM}</td>
|
|
|
|
<td class="text-center" onclick="{onclick}">{RGTR_NM}</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template id="${infoPrefix}NotFound--${pageName}">
|
|
|
|
<template id="${infoPrefix}NotFound--${pageName}">
|
|
|
|
<tr class="odd">
|
|
|
|
<tr class="odd">
|
|
|
|
<td valign="top" colspan="5" class="dataTables_empty text-center">주소변동 이력 정보를 찾지 못했습니다.</td>
|
|
|
|
<td valign="top" colspan="24" class="dataTables_empty text-center">수납정보 이력 정보를 찾지 못했습니다.</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|