통합조회 화면 수정
parent
8ce0298999
commit
9965e0de70
@ -0,0 +1,225 @@
|
||||
<%@ 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>
|
||||
|
||||
<span class="mb-1">
|
||||
<!-- 상단 버튼 -->
|
||||
<div class="container-page-btn">
|
||||
<button type="button" id="btnReset--${pageName}" class="btn btn-outline-dark"
|
||||
title="초기화" onclick="integralSearch.fnReset();">
|
||||
초기화
|
||||
</button>
|
||||
<span class="container-window-btn-right">
|
||||
<button type="button" id="" class="btn btn-search w-px-120"
|
||||
title="내역서인쇄" onclick="">
|
||||
내역서인쇄
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-search w-px-120"
|
||||
title="고지서인쇄" onclick="">
|
||||
고지서인쇄
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-search w-px-120"
|
||||
title="대납등록" onclick="">
|
||||
대납등록
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-search w-px-120"
|
||||
title="압류(해제)조서" onclick="">
|
||||
압류(해제)조서
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-search w-px-120"
|
||||
title="교부청구서출력" onclick="">
|
||||
교부청구서출력
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-search w-px-120"
|
||||
title="온라인입금관리수정" onclick="">
|
||||
온라인입금관리수정
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-search w-px-120"
|
||||
title="온라인입금관리대장" onclick="">
|
||||
온라인입금관리대장
|
||||
</button>
|
||||
<button type="button" id="btnSearch--${pageName}" class="btn btn-search w-px-120"
|
||||
title="검색" onclick="integralSearch.fnSearchList();">
|
||||
검색
|
||||
</button>
|
||||
|
||||
</span>
|
||||
</div>
|
||||
<!-- / 상단 버튼 -->
|
||||
|
||||
<!-- 검색 조건 영역 -->
|
||||
<form id="frmSearch--${pageName}" name="frmSearch">
|
||||
<!-- 메인 조건 -->
|
||||
<div class="container-search">
|
||||
<div class="row g-1">
|
||||
<!-- 업무구분 -->
|
||||
<div class="col-12">
|
||||
<label class="form-label fw-bold form-search-title text-end">업무구분</label>
|
||||
<span class="form-search-linebox">
|
||||
<label>
|
||||
<input type="radio" class="form-check-input" name="taskSeCd" alt="업무구분"
|
||||
value="" onchange="integralSearch.fnReset();" checked="checked">
|
||||
전체
|
||||
</label>
|
||||
<c:forEach items="${FIM054List}" var="item">
|
||||
<label>
|
||||
<input type="radio" class="form-check-input" name="taskSeCd" alt="업무구분"
|
||||
value="${item.code}" onchange="integralSearch.fnReset();">
|
||||
${item.value}
|
||||
</label>
|
||||
</c:forEach>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- 차량번호 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">차량번호</label>
|
||||
<input type="text" id="vhrno--${pageName}" name="vhrno" class="form-control w-px-150" />
|
||||
</div>
|
||||
<!-- 대체차량번호 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">대체차량번호</label>
|
||||
<input type="text" id="rpmSzrVhrno--${pageName}" name="rpmSzrVhrno" class="form-control w-px-150" />
|
||||
</div>
|
||||
<!-- 납부자명 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">납부자명</label>
|
||||
<input type="text" id="rtpyrNm--${pageName}" name="rtpyrNm" class="form-control w-px-150" />
|
||||
</div>
|
||||
<!-- 납부자번호 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">납부자번호</label>
|
||||
<input type="text" id="rtpyrNo--${pageName}" name="rtpyrNo" class="form-control w-px-150" />
|
||||
</div>
|
||||
<!-- 민원신청인명 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">민원신청인명</label>
|
||||
<input type="text" id="cvlcptAplcntNm--${pageName}" name="cvlcptAplcntNm" class="form-control w-px-150" />
|
||||
</div>
|
||||
<!-- 동적검색 -->
|
||||
<div class="col-6">
|
||||
<input type="hidden" id="by--${pageName}" name="by" />
|
||||
<input type="text" id="byOutput--${pageName}" class="form-control" value="동적 검색" readonly />
|
||||
<input type="hidden" id="mainOption--${pageName}" name="mainOption" />
|
||||
<input type="hidden" id="subOption--${pageName}" name="subOption" />
|
||||
<input type="text" id="term--${pageName}" name="term" class="form-control w-px-300" />
|
||||
<!-- 상세 검색조건 버튼 -->
|
||||
<span class="flr">
|
||||
<button type="button" class="btn btn-open-detail"
|
||||
data-bs-toggle="collapse" data-bs-target="#searchDetail--${pageName}">
|
||||
<i class="bx bx-chevron-down"></i>
|
||||
상세검색
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / 메인 조건 -->
|
||||
<!-- 상세 조건 -->
|
||||
<div id="searchDetail--${pageName}" class="container-search container-search-detail collapse">
|
||||
<div class="row g-1">
|
||||
<!-- 단속일자 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">단속일자</label>
|
||||
<span class="form-search-linebox">
|
||||
<input type="text" id="schCrdnYmdFrom--${pageName}" name="schCrdnYmdFrom"
|
||||
class="form-control form-date" data-fmt-type="day" title="시작 날짜 선택" />
|
||||
<button type="button" class="bx bx-sm bx-calendar bg-white"></button>
|
||||
~
|
||||
<input type="text" id="schCrdnYmdTo--${pageName}" name="schCrdnYmdTo"
|
||||
class="form-control form-date" data-fmt-type="day" title="종료 날짜 선택" />
|
||||
<button type="button" class="bx bx-sm bx-calendar bg-white"></button>
|
||||
</span>
|
||||
</div>
|
||||
<!-- 단속시간 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title">단속시간</label>
|
||||
<input type="text" name="schCrdnTmFrom" class="form-control form-time"
|
||||
data-fmt-type="time" maxlength="8" />
|
||||
~ <input type="text" name="schCrdnTmTo" class="form-control form-time"
|
||||
data-fmt-type="time" maxlength="8" />
|
||||
</div>
|
||||
<!-- 납부자주소 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">납부자주소</label>
|
||||
<input type="text" id="rtpyrAddr--${pageName}" name="rtpyrAddr" class="form-control w-px-150" />
|
||||
</div>
|
||||
<!-- 납부자상세주소 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">납부자상세주소</label>
|
||||
<input type="text" id="rtpyrDtlAddr--${pageName}" name="rtpyrDtlAddr" class="form-control w-px-150" />
|
||||
</div>
|
||||
<!-- 고지번호 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">고지번호</label>
|
||||
<input type="text" id="gojiNo--${pageName}" name="gojiNo" class="form-control w-px-150" />
|
||||
</div>
|
||||
<!-- 전자납부번호 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">전자납부번호</label>
|
||||
<input type="text" id="epayno--${pageName}" name="epayno" class="form-control w-px-150" />
|
||||
</div>
|
||||
<!-- 위반내용 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">위반내용</label>
|
||||
<select id="vltnCd--${pageName}" name="vltnCd" class="form-select">
|
||||
<c:forEach items="${VLTNList}" var="item">
|
||||
<option value="${item.code}">${item.value}</option>
|
||||
</c:forEach>
|
||||
</select>
|
||||
</div>
|
||||
<!-- 처리상태 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">처리상태</label>
|
||||
<select id="crdnSttsCd--${pageName}" name="crdnSttsCd" class="form-select">
|
||||
<option value="">전체</option>
|
||||
<c:forEach items="${FIM010List}" var="item">
|
||||
<option value="${item.code}">${item.value}</option>
|
||||
</c:forEach>
|
||||
</select>
|
||||
</div>
|
||||
<!-- 단속등록구분 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">단속등록구분</label>
|
||||
<select id="crdnRegSeCd--${pageName}" name="crdnRegSeCd" class="form-select">
|
||||
<option value="">전체</option>
|
||||
<c:forEach items="${FIM026List}" var="item">
|
||||
<option value="${item.code}">${item.value}</option>
|
||||
</c:forEach>
|
||||
</select>
|
||||
</div>
|
||||
<!-- 단속입력구분 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">단속입력구분</label>
|
||||
<select id="crdnInptSeCd--${pageName}" name="crdnInptSeCd" class="form-select">
|
||||
<option value="">전체</option>
|
||||
<c:forEach items="${FIM003List}" var="item">
|
||||
<option value="${item.code}">${item.value}</option>
|
||||
</c:forEach>
|
||||
</select>
|
||||
</div>
|
||||
<!-- 단속법정동 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">단속법정동</label>
|
||||
<input type="text" id="crdnStdgNm--${pageName}" name="crdnStdgNm" class="form-control w-px-150" />
|
||||
</div>
|
||||
<!-- 위반장소 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">위반장소</label>
|
||||
<input type="text" id="crdnPlc--${pageName}" name="crdnPlc" class="form-control w-px-150" />
|
||||
</div>
|
||||
<!-- 신고자전화번호 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">신고자전화번호</label>
|
||||
<input type="text" id="celNoV--${pageName}" name="celNoV" class="form-control w-px-150" />
|
||||
</div>
|
||||
<!-- 민원목록번호 -->
|
||||
<div class="col-6">
|
||||
<label class="form-label fw-bold form-search-title text-end">민원목록번호</label>
|
||||
<input type="text" id="cvlcptListNo--${pageName}" name="cvlcptListNo" class="form-control w-px-150" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- / 상세 조건 -->
|
||||
</form>
|
||||
</span>
|
@ -0,0 +1,148 @@
|
||||
<%@ 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>
|
||||
<span class="my-1">
|
||||
<!-- 건수 표시 -->
|
||||
<div>
|
||||
<span class="h4 fw-bold">미납자료</span>
|
||||
|
||||
<label class="bg-lighter px-2 col-form-label text-sm-end">
|
||||
미납건수
|
||||
</label>
|
||||
<input type="text" class="form-control w-px-100" readonly />
|
||||
<label class="bg-lighter px-2 col-form-label text-sm-end">
|
||||
전체미납건수
|
||||
</label>
|
||||
<input type="text" class="form-control w-px-100" readonly />
|
||||
<label class="bg-lighter px-2 col-form-label text-sm-end">
|
||||
미납액
|
||||
</label>
|
||||
<input type="text" class="form-control w-px-100" readonly />
|
||||
<label class="bg-lighter px-2 col-form-label text-sm-end">
|
||||
전체미납액
|
||||
</label>
|
||||
<input type="text" class="form-control w-px-100" readonly />
|
||||
</div>
|
||||
|
||||
<!-- 업무 버튼 -->
|
||||
<div>
|
||||
<span class="container-page-btn">
|
||||
<span class="container-window-btn-right">
|
||||
<!-- 업무 버튼 -->
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="특기사항관리" onclick="">
|
||||
특기사항관리
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="가상계좌개별생성" onclick="">
|
||||
가상계좌개별생성
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="주민번호복사" onclick="">
|
||||
주민번호복사
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="압류상태로변경" onclick="">
|
||||
압류상태로변경
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="위택스자료전송" onclick="">
|
||||
위택스자료전송
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="특기사항입력-일괄" onclick="">
|
||||
특기사항입력-일괄
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="대체압류변경-일괄" onclick="">
|
||||
대체압류변경-일괄
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="압류취소-일괄" onclick="">
|
||||
압류취소-일괄
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="압류예정일자-일괄" onclick="">
|
||||
압류예정일자-일괄
|
||||
</button>
|
||||
<button type="button" id="btnExcel--${pageName}" class="btn btn-excel"
|
||||
title="엑셀 저장" onclick="integralSearch.fnExcel();">
|
||||
엑셀
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="사전통지서출력" onclick="">
|
||||
사전통지서출력
|
||||
</button>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
<!-- / 업무 버튼 및 건수 표시 -->
|
||||
|
||||
<!-- 탭 -->
|
||||
<div class="nav-align-top mb-1">
|
||||
<ul class="nav nav-tabs" role="tablist">
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link active w-px-120" role="tab" data-bs-toggle="tab">
|
||||
전체
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link w-px-120" role="tab" data-bs-toggle="tab">
|
||||
단속
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link w-px-120" role="tab" data-bs-toggle="tab">
|
||||
의견진술접수
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link w-px-120" role="tab" data-bs-toggle="tab">
|
||||
자납부과
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link w-px-120" role="tab" data-bs-toggle="tab">
|
||||
부과
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link w-px-120" role="tab" data-bs-toggle="tab">
|
||||
독촉
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link w-px-120" role="tab" data-bs-toggle="tab">
|
||||
압류예정
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link w-px-120" role="tab" data-bs-toggle="tab">
|
||||
압류
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- DataTables(그리드) -->
|
||||
<div class="card-datatable text-nowrap">
|
||||
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
||||
<div class="table-responsive"
|
||||
style="overflow-x:scroll; height:300px; overflow-y:scroll;" >
|
||||
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
|
||||
id="upTable--${pageName}" aria-describedby="DataTables_Table_0_info">
|
||||
<thead class="sticky-thead">
|
||||
<tr id="upTheadTr--${pageName}"
|
||||
data-by="by--${pageName}" data-by-output="byOutput--${pageName}"
|
||||
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="upTbody--${pageName}">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- / DataTables(그리드) -->
|
||||
</span>
|
@ -0,0 +1,140 @@
|
||||
<%@ 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>
|
||||
<span class="my-1">
|
||||
<!-- 건수 표시 -->
|
||||
<div>
|
||||
<span class="h4 fw-bold">수납,기타</span>
|
||||
|
||||
<label class="bg-lighter px-2 col-form-label text-sm-end">
|
||||
결손건수
|
||||
</label>
|
||||
<input type="text" class="form-control w-px-100" readonly />
|
||||
<label class="bg-lighter px-2 col-form-label text-sm-end">
|
||||
결손금액
|
||||
</label>
|
||||
<input type="text" class="form-control w-px-100" readonly />
|
||||
<label class="bg-lighter px-2 col-form-label text-sm-end">
|
||||
수납건수
|
||||
</label>
|
||||
<input type="text" class="form-control w-px-100" readonly />
|
||||
<label class="bg-lighter px-2 col-form-label text-sm-end">
|
||||
총수납건수
|
||||
</label>
|
||||
<input type="text" class="form-control w-px-100" readonly />
|
||||
<label class="bg-lighter px-2 col-form-label text-sm-end">
|
||||
수납액
|
||||
</label>
|
||||
<input type="text" class="form-control w-px-100" readonly />
|
||||
<label class="bg-lighter px-2 col-form-label text-sm-end">
|
||||
총수납액
|
||||
</label>
|
||||
<input type="text" class="form-control w-px-100" readonly />
|
||||
</div>
|
||||
|
||||
<!-- 업무 버튼 -->
|
||||
<div>
|
||||
<span class="container-page-btn">
|
||||
<span class="container-window-btn-right">
|
||||
<!-- 업무 버튼 -->
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="특기사항관리" onclick="">
|
||||
특기사항관리
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="주민번호복사" onclick="">
|
||||
주민번호복사
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="압류상태로변경" onclick="">
|
||||
압류상태로변경
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="위택스전송_대납" onclick="">
|
||||
위택스전송_대납
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="특기사항입력-일괄" onclick="">
|
||||
특기사항입력-일괄
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="대체압류변경-일괄" onclick="">
|
||||
대체압류변경-일괄
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="결손취소-일괄" onclick="">
|
||||
결손취소-일괄
|
||||
</button>
|
||||
<button type="button" id="btnExcel--${pageName}" class="btn btn-excel"
|
||||
title="엑셀 저장" onclick="integralSearch.fnExcel();">
|
||||
엑셀
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="대납고지서출력" onclick="">
|
||||
대납고지서출력
|
||||
</button>
|
||||
<button type="button" id="" class="btn btn-primary"
|
||||
title="납부확인서출력" onclick="">
|
||||
납부확인서출력
|
||||
</button>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- 탭 -->
|
||||
<div class="nav-align-top mb-1">
|
||||
<ul class="nav nav-tabs" role="tablist">
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link active w-px-120" role="tab" data-bs-toggle="tab">
|
||||
전체
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link w-px-120" role="tab" data-bs-toggle="tab">
|
||||
대납
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link w-px-120" role="tab" data-bs-toggle="tab">
|
||||
수납
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link w-px-120" role="tab" data-bs-toggle="tab">
|
||||
결손
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link w-px-120" role="tab" data-bs-toggle="tab">
|
||||
법원이송
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link w-px-120" role="tab" data-bs-toggle="tab">
|
||||
기타
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- DataTables(그리드) -->
|
||||
<div class="card-datatable text-nowrap">
|
||||
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
||||
<div class="table-responsive"
|
||||
style="overflow-x:scroll; height:300px; overflow-y:scroll;" >
|
||||
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
|
||||
id="downTable--${pageName}" aria-describedby="DataTables_Table_0_info">
|
||||
<thead class="sticky-thead">
|
||||
<tr id="downTheadTr--${pageName}"
|
||||
data-by="by--${pageName}" data-by-output="byOutput--${pageName}"
|
||||
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="downTbody--${pageName}">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- / DataTables(그리드) -->
|
||||
</span>
|
@ -0,0 +1,293 @@
|
||||
<%@ 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>
|
||||
|
||||
<template id="cols--${pageName}">
|
||||
<th class="cmn" style="width: 72px;">NO.</th>
|
||||
<th class="cmn" style="width: 56px;">
|
||||
<input type="checkbox" class="form-check-input" onchange="integralSearchControl.select(this.checked);">
|
||||
</th>
|
||||
<th class="cmn" style="width: 140px;"
|
||||
onclick="searchFromGridTitle('SGG_CD', this.innerText, '', '');"
|
||||
>시군구명
|
||||
</th>
|
||||
<th class="cmn" style="width: 140px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>과태료명
|
||||
</th>
|
||||
<th class="cmn" style="width: 200px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>단속입력구분
|
||||
</th>
|
||||
<th class="cmn" style="width: 280px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>단속일시
|
||||
</th>
|
||||
<th class="cmn" style="width: 180px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>신고자명
|
||||
</th>
|
||||
<th class="cmn" style="width: 140px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>민원접수번호
|
||||
</th>
|
||||
<th class="cmn" style="width: 180px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>민원접수일자
|
||||
</th>
|
||||
<th class="cmn" style="width: 140px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>민원목록번호
|
||||
</th>
|
||||
<th class="cmn" style="width: 160px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>차량번호
|
||||
</th>
|
||||
<th class="cmn" style="width: 280px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>대체차량번호
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>잔액
|
||||
</th>
|
||||
<th class="cmn" style="width: 160px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>사진건수
|
||||
</th>
|
||||
<th class="cmn" style="width: 200px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>차량확인코드
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>납부자명
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>납부자번호
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>처리상태
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>제외사유
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>제외일자
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>기타사항
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>고지번호
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>처리일자
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>단속장소
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>단속구분
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>의견진술여부
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>의견진술기한
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>견인여부
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>이의신청여부
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>압류예정일자
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>압류일자
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>잔액
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>본세
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>가산금
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>중가산금
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>납부기한
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>납기후일자
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>납기후금액
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>가상계좌번호
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>전자납부번호
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>재부과여부
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>납부자주소
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>거주상태
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>이전고지정보
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>과세키
|
||||
</th>
|
||||
<th class="cmn" style="width: 120px;"
|
||||
onclick="searchFromGridTitle('', this.innerText, '', '');"
|
||||
>이전시군구
|
||||
</th>
|
||||
<th class="cmn dummy-th"></th>
|
||||
</template>
|
||||
|
||||
<template id="row--${pageName}">
|
||||
<tr data-key="{CRDN_ID}">
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{ROW_NUM}</td>
|
||||
<td class="cmn text-center">
|
||||
<input type="checkbox" class="form-check-input" value="{CRDN_ID}"
|
||||
onchange="integralSearchControl.select('{CRDN_ID}', this.checked);">
|
||||
</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-end" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-end" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}"
|
||||
>{}</td>
|
||||
<td class="cmn dummy-td"></td>
|
||||
</tr>
|
||||
</template>
|
||||
|
||||
<template id="notFound--${pageName}">
|
||||
<tr class="odd">
|
||||
<td valign="top" colspan="47" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
||||
</tr>
|
||||
</template>
|
Loading…
Reference in New Issue