|
|
|
|
@ -1,13 +1,9 @@
|
|
|
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
|
|
|
pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
|
|
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
|
|
|
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
|
|
|
|
<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 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="d-flex flex-grow-1 me-5">
|
|
|
|
|
<div class="input-group me-3 w-px-400">
|
|
|
|
|
@ -24,15 +20,12 @@
|
|
|
|
|
<button type="button" name="btnSearch" class="btn btn-search w-px-120" title="검색">검색</button>
|
|
|
|
|
<button type="button" name="btnInsert" class="btn btn-primary w-px-120" title="추가">추가</button>
|
|
|
|
|
<button type="button" name="btnRemove" class="btn btn-primary w-px-120" title="삭제">삭제</button>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div name="table-responsive" class="table-responsive">
|
|
|
|
|
<table
|
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<table class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<thead name="eqplcThead">
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="sorting" style="width: 70px;">ID</th>
|
|
|
|
|
<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>
|
|
|
|
|
@ -47,8 +40,8 @@
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody name="eqplcTbody"></tbody>
|
|
|
|
|
<template is="curly-brackets" name=eqplcRow>
|
|
|
|
|
<tr data-index="DATA-INDEX">
|
|
|
|
|
<template is="curly-brackets" name="eqplcRow">
|
|
|
|
|
<tr data-index="DATA-INDEX">
|
|
|
|
|
<td onclick ondblclick class="text-center">{EQPLC_CD}</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">{CMPNY_CD}</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">{EQP_CD}</td>
|
|
|
|
|
@ -62,16 +55,14 @@
|
|
|
|
|
<td onclick ondblclick class="text-center">{REG_DT}</td>
|
|
|
|
|
<td onclick ondblclick class="text-center">{RGTR_NM}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
<template name="eqplcNotFound">
|
|
|
|
|
<tr><td valign="top" colspan="12" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</template>
|
|
|
|
|
<template name="eqplcNotFound">
|
|
|
|
|
<tr><td valign="top" colspan="12" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td></tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="d-flex flex-row p-3 justify-content-between">
|
|
|
|
|
<label name="eqplcPagingInfo" class="dataTables_info"
|
|
|
|
|
role="status" aria-live="polite"></label>
|
|
|
|
|
<label name="eqplcPagingInfo" class="dataTables_info" role="status" aria-live="polite"></label>
|
|
|
|
|
<ul name="eqplcPaging" class="pagination pagination-primary">
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
@ -87,7 +78,6 @@ LoadScript("eqplcScript",wctx.url("/resources/js/fims/eqplc/eqplc.js?${ver}"));
|
|
|
|
|
pageObject["${pageName}"] = newDoctxFinder("${pageName}");
|
|
|
|
|
|
|
|
|
|
$(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
var $P = pageObject["${pageName}"];
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
@ -160,7 +150,6 @@ $(document).ready(function(){
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
ctrl.load(1);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$P.scrollEqplcList = () => {
|
|
|
|
|
@ -251,7 +240,6 @@ $(document).ready(function(){
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
$P.fnRemove = () => {
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content:"선택한 ${prefixName} 정보를 제거하시겠습니까?",
|
|
|
|
|
onOK:() => {
|
|
|
|
|
@ -279,9 +267,6 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
$P.provide = {
|
|
|
|
|
|