|
|
@ -54,12 +54,13 @@
|
|
|
|
<div id="list" class="mt-4">
|
|
|
|
<div id="list" class="mt-4">
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
<div class="table-responsive" style="height:400px;overflow-x: scroll;overflow-y: scroll;">
|
|
|
|
<div id="table-responsive" class="table-responsive" style="height:400px;overflow-x: scroll;overflow-y: scroll;">
|
|
|
|
<table id="DataTables_Table_0" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
<table id="DataTables_Table_0" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
<thead>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th style="width: 650px;">주소</th>
|
|
|
|
<th style="width: 650px;">주소</th>
|
|
|
|
<th style="width: 100px;">우편번호</th>
|
|
|
|
<th style="width: 100px;">우편번호</th>
|
|
|
|
|
|
|
|
<th clss="dummy-th"></th>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</thead>
|
|
|
|
<tbody id="addrTbody">
|
|
|
|
<tbody id="addrTbody">
|
|
|
@ -125,6 +126,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<script src="/resources/js/base/base-fims.js"></script>
|
|
|
|
<script src="/resources/js/base/base-fims.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="/resources/js/fims/framework/cmm/componentization.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
<script language="javascript">
|
|
|
|
<script language="javascript">
|
|
|
|
//var callbackFuncName = location.search.split("=")[1];
|
|
|
|
//var callbackFuncName = location.search.split("=")[1];
|
|
|
@ -286,8 +288,7 @@ function fnReturn(){
|
|
|
|
window.close();
|
|
|
|
window.close();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fnMakeResizableTable($("#table-responsive")[0]);
|
|
|
|
$("#DataTables_Table_0").find("th").resizable({handles : "e"});
|
|
|
|
|
|
|
|
$("#list").hide();
|
|
|
|
$("#list").hide();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|