no message

main
이범준 8 months ago
parent 9d50a7c092
commit 23a305221f

@ -256,110 +256,112 @@
</div> </div>
</div> </div>
<span class="area-samevehicleinspection">
<div class="area-samevehicleinspection d-flex justify-content-evenly min-w-px-1400"> <div class="d-flex justify-content-evenly min-w-px-1400">
<div class="card-datatable text-nowrap d-inline-flex"> <div class="card-datatable text-nowrap d-inline-flex">
<div id="sameVehicleInspectionMain_Table_0_wrapper--${pageName}" <div id="sameVehicleInspectionMain_Table_0_wrapper--${pageName}"
class="dataTables_wrapper dt-bootstrap5 no-footer"> class="dataTables_wrapper dt-bootstrap5 no-footer">
<div id="sameVehicleInspectionMain-responsive--${pageName}" <div id="sameVehicleInspectionMain-responsive--${pageName}"
class="table-responsive ox-scroll oy-scroll h-px-400 w-px-350"> class="table-responsive ox-scroll oy-scroll h-px-400 w-px-350">
<table id="sameVehicleInspectionMain_Table_0--${pageName}" <table id="sameVehicleInspectionMain_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">
<tr data-by="by--${pageName}" data-by-output="byOutput--${pageName}" <tr data-by="by--${pageName}" data-by-output="byOutput--${pageName}"
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}"> data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
<th onclick="searchFromGridTitle('VHRNO',this.innerText,'match','part');" <th onclick="searchFromGridTitle('VHRNO',this.innerText,'match','part');"
style="width:120px">차량번호</th> style="width:120px">차량번호</th>
<th onclick="searchFromGridTitle('CRDN_STDG_NM',this.innerText,'match','perfect');" <th onclick="searchFromGridTitle('CRDN_STDG_NM',this.innerText,'match','perfect');"
style="width:100px">단속동</th> style="width:100px">단속동</th>
<th class="text-orange" <th class="text-orange"
style="width:100px">단속건수</th> style="width:100px">단속건수</th>
<th class="dummy-th"></th> <th class="dummy-th"></th>
</tr> </tr>
</thead> </thead>
<tbody id="sameVehicleInspectionMainTbody--${pageName}"></tbody> <tbody id="sameVehicleInspectionMainTbody--${pageName}"></tbody>
<template id="sameVehicleInspectionMainRow--${pageName}"> <template id="sameVehicleInspectionMainRow--${pageName}">
<tr data-key="{CRDN_ID_LIST}"> <tr data-key="{CRDN_ID_LIST}">
<td onclick="{onclick}" class="text-center">{VHRNO}</td> <td onclick="{onclick}" class="text-center">{VHRNO}</td>
<td onclick="{onclick}" class="text-center">{CRDN_STDG_NM}</td> <td onclick="{onclick}" class="text-center">{CRDN_STDG_NM}</td>
<td onclick="{onclick}" class="text-center">{CRDN_CNT}</td> <td onclick="{onclick}" class="text-center">{CRDN_CNT}</td>
<td class="dummy-td"></td> <td class="dummy-td"></td>
</tr> </tr>
</template> </template>
<template id="sameVehicleInspectionMainNotFound--${pageName}"> <template id="sameVehicleInspectionMainNotFound--${pageName}">
<tr class="odd"> <tr class="odd">
<td valign="top" colspan="4" class="dataTables_empty text-center"> <td valign="top" colspan="4" class="dataTables_empty text-center">
단속 정보를 찾지 못했습니다. 단속 정보를 찾지 못했습니다.
</td> </td>
</tr> </tr>
</template> </template>
</table> </table>
</div>
</div> </div>
</div> </div>
</div>
<div class="card-datatable text-nowrap d-inline-flex ms-3">
<div class="card-datatable text-nowrap d-inline-flex ms-3"> <div id="sameVehicleInspectionSub_Table_0_wrapper--${pageName}" class="dataTables_wrapper dt-bootstrap5 no-footer">
<div id="sameVehicleInspectionSub_Table_0_wrapper--${pageName}" class="dataTables_wrapper dt-bootstrap5 no-footer"> <div id="sameVehicleInspectionSub-responsive--${pageName}"
<div id="sameVehicleInspectionSub-responsive--${pageName}" class="table-responsive ox-scroll oy-scroll h-px-400 w-px-1000">
class="table-responsive ox-scroll oy-scroll h-px-400 w-px-1000"> <table id="sameVehicleInspectionSub_Table_0--${pageName}"
<table id="sameVehicleInspectionSub_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"> <tr data-by="by--${pageName}" data-by-output="byOutput--${pageName}"
<tr data-by="by--${pageName}" data-by-output="byOutput--${pageName}" data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}"> <th onclick="searchFromGridTitle('CRDN_YMD','단속일자','ymd','');"
<th onclick="searchFromGridTitle('CRDN_YMD','단속일자','ymd','');" style="width:180px">단속일시</th>
style="width:180px">단속일시</th> <th onclick="searchFromGridTitle('CRDN_INPT_SE_CD',this.innerText,'codeValue','FIM003');"
<th onclick="searchFromGridTitle('CRDN_INPT_SE_CD',this.innerText,'codeValue','FIM003');" style="width:120px">자료출처</th>
style="width:120px">자료출처</th> <th onclick="searchFromGridTitle('TEAM_NM',this.innerText,'match','perfect');"
<th onclick="searchFromGridTitle('TEAM_NM',this.innerText,'match','perfect');" style="width:120px">단속조</th>
style="width:120px">단속조</th> <th onclick="searchFromGridTitle('VHRNO',this.innerText,'match','part');"
<th onclick="searchFromGridTitle('VHRNO',this.innerText,'match','part');" style="width:120px">차량번호</th>
style="width:120px">차량번호</th> <th onclick="searchFromGridTitle('CRDN_STDG_NM',this.innerText,'match','perfect');"
<th onclick="searchFromGridTitle('CRDN_STDG_NM',this.innerText,'match','perfect');" style="width:120px">단속동</th>
style="width:120px">단속동</th> <th onclick="searchFromGridTitle('CRDN_PLC',this.innerText,'match','part');"
<th onclick="searchFromGridTitle('CRDN_PLC',this.innerText,'match','part');" style="width:120px">단속장소</th>
style="width:120px">단속장소</th> <th onclick="searchFromGridTitle('CRDN_STTS_CD',this.innerText,'codeValue','FIM010');"
<th onclick="searchFromGridTitle('CRDN_STTS_CD',this.innerText,'codeValue','FIM010');" style="width:120px">처리상태</th>
style="width:120px">처리상태</th> <th onclick="searchFromGridTitle('FFNLG_CRDN_AMT',this.innerText,'match','perfect');"
<th onclick="searchFromGridTitle('FFNLG_CRDN_AMT',this.innerText,'match','perfect');" style="width:120px">금액</th>
style="width:120px">금액</th> <th onclick="searchFromGridTitle('RTPYR_NM',this.innerText,'match','part');"
<th onclick="searchFromGridTitle('RTPYR_NM',this.innerText,'match','part');" style="width:120px">성명</th>
style="width:120px">성명</th> <th class="privacy"
<th class="privacy" style="width:160px">주민번호</th>
style="width:160px">주민번호</th> <th class="dummy-th"></th>
<th class="dummy-th"></th> </tr>
</tr> </thead>
</thead> <tbody id="sameVehicleInspectionSubTbody--${pageName}"></tbody>
<tbody id="sameVehicleInspectionSubTbody--${pageName}"></tbody> <template id="sameVehicleInspectionSubRow--${pageName}">
<template id="sameVehicleInspectionSubRow--${pageName}"> <tr data-key="{CRDN_ID}">
<tr data-key="{CRDN_ID}"> <td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_YMD_TM}</td>
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_YMD_TM}</td> <td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_INPT_SE_CD}</td>
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_INPT_SE_CD}</td> <td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{TEAM_NM}</td>
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{TEAM_NM}</td> <td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{VHRNO}</td>
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{VHRNO}</td> <td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_STDG_NM}</td>
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_STDG_NM}</td> <td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start text-truncate"
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start text-truncate" style="max-width:500px;min-width: 300px;">{CRDN_PLC}</td>
style="max-width:500px;min-width: 300px;">{CRDN_PLC}</td> <td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_STTS_CD}</td>
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_STTS_CD}</td> <td onclick="{onclick}" ondblclick="{ondblclick}" class="text-end">{FFNLG_CRDN_AMT}</td>
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-end">{FFNLG_CRDN_AMT}</td> <td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{RTPYR_NM}</td>
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{RTPYR_NM}</td> <td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center privacy-cell">
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center privacy-cell"> <span>{RTPYR_NO}</span>
<span>{RTPYR_NO}</span> <span>************</span>
<span>************</span> </td>
</td> <td class="dummy-td"></td>
<td class="dummy-td"></td> </tr>
</tr> </template>
</template> <template id="sameVehicleInspectionSubNotFound--${pageName}">
<template id="sameVehicleInspectionSubNotFound--${pageName}"> <tr class="odd">
<tr class="odd"> <td valign="top" colspan="10" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
<td valign="top" colspan="10" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td> </tr>
</tr> </template>
</template> </table>
</table> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </span>
</div> </div>
</div> </div>

Loading…
Cancel
Save