|
|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
<c:set var="prefixName" scope="request">단속장비 관리</c:set>
|
|
|
|
|
<div class="content-wrapper" data-doctx="${pageName}">
|
|
|
|
|
<!-- Page Body -->
|
|
|
|
|
<div id="DataTables_Table_0_wrapper" class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
|
<div class="d-flex flex-row justify-content-between p-3">
|
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5">
|
|
|
|
|
<div class="d-flex flex-row justify-content-between py-3">
|
|
|
|
|
<div class="d-flex flex-grow-1 me-5">
|
|
|
|
|
<div class="input-group me-3 w-px-400">
|
|
|
|
|
<select name="schType"
|
|
|
|
|
@ -23,20 +23,20 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div name="table-responsive" class="table-responsive">
|
|
|
|
|
<table class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<table class="table dataTable table-bordered">
|
|
|
|
|
<thead name="eqplcThead">
|
|
|
|
|
<tr><th class="sorting" style="width: 70px;">ID</th>
|
|
|
|
|
<th class="sorting" style="width: 70px;">업체코드</th>
|
|
|
|
|
<th class="sorting" style="width: 70px;">장비코드</th>
|
|
|
|
|
<th class="sorting" style="width: 120px;">단속장소명</th>
|
|
|
|
|
<th class="sorting" style="width: 70px;">법정동명</th>
|
|
|
|
|
<th class="sorting" style="width: 150px;">도로명</th>
|
|
|
|
|
<th class="sorting" style="width: 150px;">단속장소</th>
|
|
|
|
|
<th class="sorting" style="width: 40px;">차선번호</th>
|
|
|
|
|
<th class="sorting" style="width: 40px;">차선방향</th>
|
|
|
|
|
<th class="sorting" style="width: 300px;">비고</th>
|
|
|
|
|
<th class="sorting" style="width: 150px;">등록일시</th>
|
|
|
|
|
<th class="sorting" style="width: 100px;">등록자</th>
|
|
|
|
|
<tr><th style="width: 70px;">ID</th>
|
|
|
|
|
<th style="width: 70px;">업체코드</th>
|
|
|
|
|
<th style="width: 70px;">장비코드</th>
|
|
|
|
|
<th style="width: 120px;">단속장소명</th>
|
|
|
|
|
<th style="width: 70px;">법정동명</th>
|
|
|
|
|
<th style="width: 150px;">도로명</th>
|
|
|
|
|
<th style="width: 150px;">단속장소</th>
|
|
|
|
|
<th style="width: 40px;">차선번호</th>
|
|
|
|
|
<th style="width: 40px;">차선방향</th>
|
|
|
|
|
<th style="width: 300px;">비고</th>
|
|
|
|
|
<th style="width: 150px;">등록일시</th>
|
|
|
|
|
<th style="width: 100px;">등록자</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody name="eqplcTbody"></tbody>
|
|
|
|
|
|