fix : 개별총정보 수정

main
이범준 2 years ago
parent 6b8fa3d119
commit d0081e6781

@ -21,14 +21,18 @@ Date Author Description
<div class="w_fix05">
<div class="w_fix04 card">
<div style="width: 100%; border:0px solid black">
<p class="title deco_01">개별자료 민원 등록내역</p>
<div class="card-header card-header-line">
<div class="card-title fw-bold">개별자료 민원 등록내역</div>
</div>
<div class="card-body">
<div id="grid_cplnt"></div>
</div>
</div>
<div class="w_fix04 card">
<div style="width: 100%; border:0px solid black">
<p class="title deco_01">차량번호 민원 등록내역</p>
<div class="card-header card-header-line">
<div class="card-title fw-bold">차량번호 민원 등록내역</div>
</div>
<div class="card-body">
<div id="grid_vhcle_no_cplnt"></div>
</div>
</div>
@ -36,14 +40,22 @@ Date Author Description
<div class="w_fix05">
<div class="d-flex mt-3">
<div class="w_fix04 card">
<p class="title deco_01">민원 내용</p>
<textarea id="content0" name="content0" cols="0" rows="5" style="overflow-y: scroll; width:100%;"></textarea>
<div class="card-header card-header-line">
<div class="card-title fw-bold">민원 내용</div>
</div>
<div class="card-body">
<textarea id="content0" name="content0" cols="0" rows="5" style="overflow-y: scroll; width:100%;"></textarea>
</div>
</div>
</div><%--box--%>
<div class="d-flex mt-3">
<div class="w_fix04 card">
<p class="title deco_01">차량번호 민원 내용</p>
<textarea id="content1" name="content1" cols="0" rows="5" style="overflow-y: scroll; width:100%;"></textarea>
<div class="card-header card-header-line">
<div class="card-title fw-bold">차량번호 민원 내용</div>
</div>
<div class="card-body">
<textarea id="content1" name="content1" cols="0" rows="5" style="overflow-y: scroll; width:100%;"></textarea>
</div>
</div>
</div><%--box--%>
</div>

@ -55,201 +55,204 @@ Date Author Description
<div class="popup" style="min-width: 100px;">
<div class="popup_inner inner_02">
<div class="w_fix09 card">
<p class="title deco_01" id="txtTitle"></p>
<form id="frm">
<input type="hidden" name="regltId" />
<input type="hidden" name="extrlRegltCntcId" />
<input type="hidden" name="interfaceSeqN" />
<input type="hidden" name="ctznSttemntDetailSn" />
<input type="hidden" name="payerId" />
<table class="tbl03">
<caption>위반정보 상세</caption>
<colgroup>
<col style="width: 12%;"/>
<col style="width: 39%;"/>
<col style="width: 12%;"/>
<col style="width: 39%;"/>
</colgroup>
<tbody>
<tr>
<th>등록구분</th>
<td>
<code:select id="registSeCode" name="registSeCode" codeId="FIM026" title="단속자료등록구분" cls="form-select" alt="단속자료등록구분"/>
</td>
<th>자료출처</th>
<td>
<code:select id="regltSeCode" name="regltSeCode" codeId="FIM002" title="자료출처" cls="form-select" alt="자료출처" disabled="true"/>
</td>
</tr>
<tr id="t">
<th>위반일</th>
<td>
<div class="card-header card-header-line">
<div id="txtTitle" class="card-title fw-bold"></div>
</div>
<div class="card-body">
<form id="frm">
<input type="hidden" name="regltId" />
<input type="hidden" name="extrlRegltCntcId" />
<input type="hidden" name="interfaceSeqN" />
<input type="hidden" name="ctznSttemntDetailSn" />
<input type="hidden" name="payerId" />
<table class="tbl03">
<caption>위반정보 상세</caption>
<colgroup>
<col style="width: 12%;"/>
<col style="width: 39%;"/>
<col style="width: 12%;"/>
<col style="width: 39%;"/>
</colgroup>
<tbody>
<tr>
<th>등록구분</th>
<td>
<code:select id="registSeCode" name="registSeCode" codeId="FIM026" title="단속자료등록구분" cls="form-select" alt="단속자료등록구분"/>
</td>
<th>자료출처</th>
<td>
<code:select id="regltSeCode" name="regltSeCode" codeId="FIM002" title="자료출처" cls="form-select" alt="자료출처" disabled="true"/>
</td>
</tr>
<tr id="t">
<th>위반일</th>
<td>
<span class="form-search-linebox">
<input type="text" data-fmt-type="day" id="regltDe" name="regltDe" style="width: 50%" class="form-control form-date" title="위반일 선택" placeholder="날짜를 선택하세요">
<button type="button" class="bx bx-calendar bg-white"></button>
</span>
</td>
</td>
<th>위반시간</th>
<td>
<input type="text" data-fmt-type="time" name="regltBeginTime" class="act_bg_color" />
</td>
</tr>
<tr>
<th>시스템구분</th>
<td>
<code:select id="sysCode" name="sysCode" codeId="FIM001" title="시스템구분" cls="form-select" alt="시스템구분" disabled="true"/>
</td>
<th>영상매체</th>
<td>
<code:select id="imageSeCode" name="imageSeCode" codeId="FIM027" title="영상매체" cls="form-select" alt="영상매체"/>
<input type="text" name="imageNmrs" data-fmt-type="number" style="width: 30%"/>
</td>
</tr>
<tr id="ctzn1">
<th>신고자</th>
<td>
<input type="text" name="cvplApplcntNm" />
</td>
<th>연락처</th>
<td>
<input type="text" name="cvplApplcntMoblphonNo" />
</td>
</tr>
<tr id="ctzn2">
<th>신고내용</th>
<td colspan="3">
<textarea type="text" name="cvplReqstCn" col="180" rows="5"></textarea>
</td>
</tr>
<tr>
<th>위반장소</th>
<td colspan="3">
<input type="text" name="regltPlace" />
</td>
</tr>
<tr>
<th>시군구</th>
<td>
<input type="text" name="" />
</td>
<th>법정동</th>
<td>
<input type="text" name="violtLegaldongCode" class="act_bg_color"/>
</td>
</tr>
<tr>
<th>접수일</th>
<td>
<input type="text" data-fmt-type="day" name="cvplRceptDt" />
</td>
<th>답변기한</th>
<td>
<td>
<input type="text" data-fmt-type="time" name="regltBeginTime" class="act_bg_color" />
</td>
</tr>
<tr>
<th>시스템구분</th>
<td>
<code:select id="sysCode" name="sysCode" codeId="FIM001" title="시스템구분" cls="form-select" alt="시스템구분" disabled="true"/>
</td>
<th>영상매체</th>
<td>
<code:select id="imageSeCode" name="imageSeCode" codeId="FIM027" title="영상매체" cls="form-select" alt="영상매체"/>
<input type="text" name="imageNmrs" data-fmt-type="number" style="width: 30%"/>
</td>
</tr>
<tr id="ctzn1">
<th>신고자</th>
<td>
<input type="text" name="cvplApplcntNm" />
</td>
<th>연락처</th>
<td>
<input type="text" name="cvplApplcntMoblphonNo" />
</td>
</tr>
<tr id="ctzn2">
<th>신고내용</th>
<td colspan="3">
<textarea type="text" name="cvplReqstCn" col="180" rows="5"></textarea>
</td>
</tr>
<tr>
<th>위반장소</th>
<td colspan="3">
<input type="text" name="regltPlace" />
</td>
</tr>
<tr>
<th>시군구</th>
<td>
<input type="text" name="" />
</td>
<th>법정동</th>
<td>
<input type="text" name="violtLegaldongCode" class="act_bg_color"/>
</td>
</tr>
<tr>
<th>접수일</th>
<td>
<input type="text" data-fmt-type="day" name="cvplRceptDt" />
</td>
<th>답변기한</th>
<td>
<span class="form-search-linebox">
<!-- FIXME: db data 형식과 pattern이 일치하지 않으면 JSP 생성시 에러 발생 -->
<input type="text" data-fmt-type="day" name="cvplProcessPd" style="width: 50%" class="form-control form-date" title="답변기한 선택" placeholder="날짜를 선택하세요">
<button type="button" class="bx bx-calendar bg-white"></button>
</span>
</td>
</tr>
<tr><td colspan="4" style="padding-bottom: 10px"></td></tr>
<tr>
<th>차량번호</th>
<td>
<input type="text" name="vhcleNo" style="width: 50%" class="act_bg_color"/>
<a id ="vhcleSearch">
<img src="<c:url value='/resources/framework/images/btn/search.png'/>" alt="차적조회" style="cursor: hand"/>
</a>
<a href="javascript:fnPopupBiz.goCarCrackdownCntPopup()">
<em id="crackdown" class="empCls">단속횟수: &nbsp;<span id="vhcleNoCnt"></span>&nbsp;회</em>
</a>
</td>
<th>면제차량여부</th>
<td>
<input type="text" name="" style="width: 50%" readonly/>
</td>
</tr>
<tr>
<th>특기사항</th>
<td colspan="3">
<input type="text" name="spcmntMatter" style="width: 70%" readonly/>
<%-- <em id="minwon" class="empCls">민원등록: &nbsp;<span id="minwonCnt"></span>&nbsp;회</em>--%>
<a href="javascript:fnPopupBiz.goMinwonPopup()"><em id="minwon" class="empCls">민원등록이력: &nbsp;<span id="minwonCnt"></span>&nbsp;회</em></a>
</td>
</tr>
<tr>
<th>소유자(차종)</th>
<td>
<input type="text" name="payerNm" style="width:60%"/>
<code:select id="vhctyAsortCode" name="vhctyAsortCode" codeId="FIM009" title="차종" cls="form-select" alt="차종"/>
</td>
<th>주민번호(구분)</th>
<td>
<code:select id="payerSeCode" name="payerSeCode" codeId="FIM011" title="납부자구분" cls="form-select" alt="납부자구분"/>
<input type="text" name="payerNo" style="width:70%"/>
</td>
</tr>
<tr>
<th>특별단속구역</th>
<td>
<code:select id="regltSpeclZoneSeCode" name="regltSpeclZoneSeCode" codeId="FIM006" title="특별단속구역" cls="form-select" alt="단속처리상태"/>
</td>
<th>위반내용</th>
<td>
<code:select id="violtDtlsCode" name="violtDtlsCode" codeId="FIM004" title="위반내용" cls="form-select" alt="위반내용"/>
</td>
</tr>
<tr>
<th>우편번호(주소)</th>
<td colspan="3">
<input type="text" name="zip" style="width: 30%" readonly/>
<a id ="addrSearch">
<img src="<c:url value='/resources/framework/images/btn/search.png'/>" alt="우편번호검색" style="cursor: hand"/>
</a>
</td>
</tr>
<tr>
<th>주소</th>
<td colspan="3">
<input type="text" name="adres" style="width: 65%" readonly/>
<input type="text" name="detailAdres" style="width: 33%" />
</td>
</tr>
<tr>
<th>차량명칭/색상</th>
<td>
<input type="text" name="vhcleNm" style="width:65%" readonly/>
<input type="text" name="vhcleColor" value="" style="width:33%" readonly/>
</td>
<th>차대번호</th>
<td>
<input type="text" name="vin" />
</td>
</tr>
</tbody>
</table>
</form>
<div class="container-window-btn1">
<div class="container-window-btn-right">
<button type="button" id="double_prev" name="double_prev">
<i class="fa-solid fa-angles-left"></i>
</button>
<button type="button" id="prev" name="prev">
<i class="fa-solid fa-angle-left"></i>
</button>
<span id="totCnt" style="padding: 0 10px;"></span>
<button type="button" id="next" name="next">
<i class="fa-solid fa-angle-right"></i>
</button>
<button type="button" id="double_next" name="double_next">
<i class="fa-solid fa-angles-right"></i>
</button>
</div>
</td>
</tr>
<tr><td colspan="4" style="padding-bottom: 10px"></td></tr>
<tr>
<th>차량번호</th>
<td>
<input type="text" name="vhcleNo" style="width: 50%" class="act_bg_color"/>
<a id ="vhcleSearch">
<img src="<c:url value='/resources/framework/images/btn/search.png'/>" alt="차적조회" style="cursor: hand"/>
</a>
<a href="javascript:fnPopupBiz.goCarCrackdownCntPopup()">
<em id="crackdown" class="empCls">단속횟수: &nbsp;<span id="vhcleNoCnt"></span>&nbsp;회</em>
</a>
</td>
<th>면제차량여부</th>
<td>
<input type="text" name="" style="width: 50%" readonly/>
</td>
</tr>
<tr>
<th>특기사항</th>
<td colspan="3">
<input type="text" name="spcmntMatter" style="width: 70%" readonly/>
<%-- <em id="minwon" class="empCls">민원등록: &nbsp;<span id="minwonCnt"></span>&nbsp;회</em>--%>
<a href="javascript:fnPopupBiz.goMinwonPopup()"><em id="minwon" class="empCls">민원등록이력: &nbsp;<span id="minwonCnt"></span>&nbsp;회</em></a>
</td>
</tr>
<tr>
<th>소유자(차종)</th>
<td>
<input type="text" name="payerNm" style="width:60%"/>
<code:select id="vhctyAsortCode" name="vhctyAsortCode" codeId="FIM009" title="차종" cls="form-select" alt="차종"/>
</td>
<th>주민번호(구분)</th>
<td>
<code:select id="payerSeCode" name="payerSeCode" codeId="FIM011" title="납부자구분" cls="form-select" alt="납부자구분"/>
<input type="text" name="payerNo" style="width:70%"/>
</td>
</tr>
<tr>
<th>특별단속구역</th>
<td>
<code:select id="regltSpeclZoneSeCode" name="regltSpeclZoneSeCode" codeId="FIM006" title="특별단속구역" cls="form-select" alt="단속처리상태"/>
</td>
<th>위반내용</th>
<td>
<code:select id="violtDtlsCode" name="violtDtlsCode" codeId="FIM004" title="위반내용" cls="form-select" alt="위반내용"/>
</td>
</tr>
<tr>
<th>우편번호(주소)</th>
<td colspan="3">
<input type="text" name="zip" style="width: 30%" readonly/>
<a id ="addrSearch">
<img src="<c:url value='/resources/framework/images/btn/search.png'/>" alt="우편번호검색" style="cursor: hand"/>
</a>
</td>
</tr>
<tr>
<th>주소</th>
<td colspan="3">
<input type="text" name="adres" style="width: 65%" readonly/>
<input type="text" name="detailAdres" style="width: 33%" />
</td>
</tr>
<tr>
<th>차량명칭/색상</th>
<td>
<input type="text" name="vhcleNm" style="width:65%" readonly/>
<input type="text" name="vhcleColor" value="" style="width:33%" readonly/>
</td>
<th>차대번호</th>
<td>
<input type="text" name="vin" />
</td>
</tr>
</tbody>
</table>
</form>
<div class="container-window-btn1">
<div class="container-window-btn-right">
<button type="button" id="double_prev" name="double_prev">
<i class="fa-solid fa-angles-left"></i>
</button>
<button type="button" id="prev" name="prev">
<i class="fa-solid fa-angle-left"></i>
</button>
<span id="totCnt" style="padding: 0 10px;"></span>
<button type="button" id="next" name="next">
<i class="fa-solid fa-angle-right"></i>
</button>
<button type="button" id="double_next" name="double_next">
<i class="fa-solid fa-angles-right"></i>
</button>
</div>
<c:if test="${!isImpose}">
<a href="#" class="btn btn-blue" id="btnImposeTgt">부과대상</a>
<a href="#" class="btn btn-blue" id="btnEnlight">계도처리</a>
@ -260,13 +263,18 @@ Date Author Description
</c:if>
<a href="#" id='btnClose' class="btn btn-lightgray">닫기</a>
</div>
</div>
</div>
</div>
<div class="w_fix09 card" style="width:0px; min-width:300px!important;">
<p class="title deco_01">위반사진</p>
<div id="imgList"></div>
<div>
<img id="uploadImage"/>
<div class="card-header card-header-line">
<div class="card-title fw-bold">위반사진</div>
</div>
<div class="card-body">
<div id="imgList"></div>
<div>
<img id="uploadImage"/>
</div>
</div>
</div>
</div>

@ -15,96 +15,101 @@
<div>
<div id="tabs_0">
<div class="w_fix01 card">
<p class="title deco_01">위반정보</p>
<table class="tbl03">
<caption><c:out value="${bizName}"/> 상세</caption>
<colgroup>
<col style="width: 13%;"/>
<col style="width: 20%;"/>
<col style="width: 13%;"/>
<col style="width: 20%;"/>
<col style="width: 13%;"/>
<col style="width: 20%;"/>
</colgroup>
<tbody>
<tr>
<th>기관코드</th>
<td><code:select id="insttCode" name="insttCode" codeId="XIT025" defaultSelect="${dto.insttCode}" title="기관코드" cls="form-select" alt="기관코드"/></td>
<th>과태료코드</th>
<td><code:select id="sysCode" name="sysCode" codeId="FIM001" defaultSelect="${dto.sysCode}" title="과태료코드" cls="form-select" alt="과태료코드"/></td>
<th>단속구분</th>
<td><code:select id="regltSeCode" name="regltSeCode" codeId="FIM002" defaultSelect="${dto.regltSeCode}" title="단속구분코드" cls="form-select" alt="단속구분코드"/></td>
</tr>
<tr>
<th>차량번호</th>
<td><input type="text" id="vhcleNo" name="vhcleNo" value="${dto.vhcleNo }"></td>
<th>단속일자</th>
<td><input type="text" id="regltDe" name="regltDe" value="${dto.regltDe }"></td>
<th>입력구분</th>
<td><code:select id="violtDtlsCode" name="violtDtlsCode" codeId="FIM004" defaultSelect="${dto.violtDtlsCode}" title="위반내역코드" cls="form-select" alt="위반내역코드"/></td>
</tr>
<tr>
<th>단속장소</th>
<td colspan=""><input type="text" id="regltPlace" name="regltPlace" value="${dto.regltPlace }"></td>
<th>단속시작시간</th>
<td colspan=""><input type="text" id="regltBeginTime" name="regltBeginTime" value="${dto.regltBeginTime }"></td>
<th>단속종료시간</th>
<td><input type="text" id="regltEndTime" name="regltEndTime" value="${dto.regltEndTime }"></td>
</tr>
<tr>
<th>위반법규</th>
<td><code:select id="violtLrgCode" name="violtLrgCode" codeId="WEB002" defaultSelect="${dto.violtLrgCode}" title="위반내역코드" cls="form-select" alt="위반내역코드"/></td>
<th>위반내역</th>
<td><code:select id="violtDtlsCode" name="violtDtlsCode" codeId="FIM004" defaultSelect="${dto.violtDtlsCode}" title="위반내역코드" cls="form-select" alt="위반내역코드"/></td>
<th>위반횟수</th>
<td colspan=""><input type="text" id="violtCo" name="violtCo" value="${dto.violtCo }"></td>
</tr>
<tr>
<th>감경금액</th>
<td><input type="text" id="redutionAmount" name="redutionAmount" value="${dto.redutionAmount}"></td>
<th>감경후 금액</th>
<td colspan=""><input type="text" id="redutionAftAmount" name="redutionAftAmount" value="${dto.redutionAftAmount}"></td>
<th>수납금액</th>
<td><input type="text" id="rcivAmount" name="rcivAmount" value="${dto.rcivAmount}"></td>
</tr>
<tr>
<th>감액</th>
<td><input type="text" id="rdcamt" name="rdcamt" value="${dto.rdcamt}"></td>
<th>가산금</th>
<td><input type="text" id="adamt" name="adamt" value="${dto.adamt}"></td>
<td colspan="2"></td>
</tr>
<tr>
<th>특이사항</th>
<td colspan="5"><textarea id="spcmntMatter" name="spcmntMatter" value="${dto.spcmntMatter}"></textarea></td>
</tr>
<tr>
<th>처리상태</th>
<td><code:select id="regltProcessSttusCode" name="regltProcessSttusCode" codeId="FIM010" defaultSelect="${dto.regltProcessSttusCode}" title="단속처리상태" cls="form-select" alt="단속처리상태"/></td>
<th>등록일시</th>
<td><input type="text" id="registDt" name="registDt" value="${dto.registDt}"></td>
<th>등록자</th>
<td><input type="text" id="register" name="register" value="${dto.register}"></td>
</tr>
<tr>
<th>최종처리일시</th>
<td><input type="text" id="lastProcessDt" name="lastProcessDt" value="${dto.lastProcessDt}"></td>
<th>최종처리자</th>
<td colspan=""><input type="text" id="lastOpetr" name="lastOpetr" value="${dto.lastOpetr}"></td>
</tr>
</tbody>
</table>
<div class="card-header card-header-line">
<div class="card-title fw-bold">위반정보</div>
</div>
<div class="card-body">
<table class="tbl03">
<caption><c:out value="${bizName}"/> 상세</caption>
<colgroup>
<col style="width: 13%;"/>
<col style="width: 20%;"/>
<col style="width: 13%;"/>
<col style="width: 20%;"/>
<col style="width: 13%;"/>
<col style="width: 20%;"/>
</colgroup>
<tbody>
<tr>
<th>기관코드</th>
<td><code:select id="insttCode" name="insttCode" codeId="XIT025" defaultSelect="${dto.insttCode}" title="기관코드" cls="form-select" alt="기관코드"/></td>
<th>과태료코드</th>
<td><code:select id="sysCode" name="sysCode" codeId="FIM001" defaultSelect="${dto.sysCode}" title="과태료코드" cls="form-select" alt="과태료코드"/></td>
<th>단속구분</th>
<td><code:select id="regltSeCode" name="regltSeCode" codeId="FIM002" defaultSelect="${dto.regltSeCode}" title="단속구분코드" cls="form-select" alt="단속구분코드"/></td>
</tr>
<tr>
<th>차량번호</th>
<td><input type="text" id="vhcleNo" name="vhcleNo" value="${dto.vhcleNo }"></td>
<th>단속일자</th>
<td><input type="text" id="regltDe" name="regltDe" value="${dto.regltDe }"></td>
<th>입력구분</th>
<td><code:select id="violtDtlsCode" name="violtDtlsCode" codeId="FIM004" defaultSelect="${dto.violtDtlsCode}" title="위반내역코드" cls="form-select" alt="위반내역코드"/></td>
</tr>
<tr>
<th>단속장소</th>
<td colspan=""><input type="text" id="regltPlace" name="regltPlace" value="${dto.regltPlace }"></td>
<th>단속시작시간</th>
<td colspan=""><input type="text" id="regltBeginTime" name="regltBeginTime" value="${dto.regltBeginTime }"></td>
<th>단속종료시간</th>
<td><input type="text" id="regltEndTime" name="regltEndTime" value="${dto.regltEndTime }"></td>
</tr>
<tr>
<th>위반법규</th>
<td><code:select id="violtLrgCode" name="violtLrgCode" codeId="WEB002" defaultSelect="${dto.violtLrgCode}" title="위반내역코드" cls="form-select" alt="위반내역코드"/></td>
<th>위반내역</th>
<td><code:select id="violtDtlsCode" name="violtDtlsCode" codeId="FIM004" defaultSelect="${dto.violtDtlsCode}" title="위반내역코드" cls="form-select" alt="위반내역코드"/></td>
<th>위반횟수</th>
<td colspan=""><input type="text" id="violtCo" name="violtCo" value="${dto.violtCo }"></td>
</tr>
<tr>
<th>감경금액</th>
<td><input type="text" id="redutionAmount" name="redutionAmount" value="${dto.redutionAmount}"></td>
<th>감경후 금액</th>
<td colspan=""><input type="text" id="redutionAftAmount" name="redutionAftAmount" value="${dto.redutionAftAmount}"></td>
<th>수납금액</th>
<td><input type="text" id="rcivAmount" name="rcivAmount" value="${dto.rcivAmount}"></td>
</tr>
<tr>
<th>감액</th>
<td><input type="text" id="rdcamt" name="rdcamt" value="${dto.rdcamt}"></td>
<th>가산금</th>
<td><input type="text" id="adamt" name="adamt" value="${dto.adamt}"></td>
<td colspan="2"></td>
</tr>
<tr>
<th>특이사항</th>
<td colspan="5"><textarea id="spcmntMatter" name="spcmntMatter" value="${dto.spcmntMatter}"></textarea></td>
</tr>
<tr>
<th>처리상태</th>
<td><code:select id="regltProcessSttusCode" name="regltProcessSttusCode" codeId="FIM010" defaultSelect="${dto.regltProcessSttusCode}" title="단속처리상태" cls="form-select" alt="단속처리상태"/></td>
<th>등록일시</th>
<td><input type="text" id="registDt" name="registDt" value="${dto.registDt}"></td>
<th>등록자</th>
<td><input type="text" id="register" name="register" value="${dto.register}"></td>
</tr>
<tr>
<th>최종처리일시</th>
<td><input type="text" id="lastProcessDt" name="lastProcessDt" value="${dto.lastProcessDt}"></td>
<th>최종처리자</th>
<td colspan=""><input type="text" id="lastOpetr" name="lastOpetr" value="${dto.lastOpetr}"></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="w_fix01 card" style="width:0px; min-width:300px!important;">
<p class="title deco_01">위반사진</p>
<div id="imgList"></div>
<div>
<img id="uploadImage"/>
<div class="card-header card-header-line">
<div class="card-title fw-bold">위반사진</div>
</div>
<div class="card-body">
<div id="imgList"></div>
<div>
<img id="uploadImage"/>
</div>
</div>
</div>
</div>
<%@include file="/WEB-INF/jsp/framework/biz-popup-tab-btn.jsp" %>

@ -101,7 +101,7 @@
<div class="chart-area" data-aos="fade-up" data-aos-easing="ease" data-aos-delay="200">
<div class="card">
<div class="card-header d-flex align-items-center justify-content-between">
<div class="card-header card-header-lg d-flex align-items-center justify-content-between">
<h5 class="card-title m-0 me-2">단속 자료 통계(유형별)</h5>
<div>건수(최근 n일)</div>
</div>
@ -115,7 +115,7 @@
</div>
<div class="chart-area" data-aos="fade-up" data-aos-easing="ease" data-aos-delay="200">
<div class="card">
<div class="card-header d-flex align-items-center justify-content-between">
<div class="card-header card-header-lg d-flex align-items-center justify-content-between">
<h5 class="card-title m-0 me-2">단속통계</h5>
<div>처리유형별(일별)</div>
</div>
@ -129,7 +129,7 @@
</div>
<div class="chart-area" data-aos="fade-up" data-aos-easing="ease" data-aos-delay="300">
<div class="card">
<div class="card-header d-flex align-items-center justify-content-between">
<div class="card-header card-header-lg d-flex align-items-center justify-content-between">
<h5 class="card-title m-0 me-2">발송통계</h5>
<div>발송유형별(일별)</div>
</div>
@ -143,7 +143,7 @@
</div>
<div class="chart-area" data-aos="fade-up" data-aos-easing="ease" data-aos-delay="300">
<div class="card">
<div class="card-header d-flex align-items-center justify-content-between">
<div class="card-header card-header-lg d-flex align-items-center justify-content-between">
<h5 class="card-title m-0 me-2">의견진술통계</h5>
<div>처리유형별(일별)</div>
</div>

@ -79,13 +79,7 @@ input[data-fmt-type=time], input[data-fmt-type=day] {
.deco_01 {
padding: 10px 10px 10px 15px;
margin-top: 12px;
}
.deco_02 {
padding: 10px 10px 10px 15px;
}
.title {
border: 0px solid green;
border-bottom: 1px solid #c3c3c3;

@ -103,13 +103,11 @@
.w_fix04 {
width: 400px;
height: 345px;
}
.w_fix05 {
width: 75%;
min-width: 700px;
height: 360px;
gap:1em;
display: flex;
}

@ -184,4 +184,10 @@
.card-header-line {
--bs-card-body-border-width : 1px;
margin-bottom: 1rem;
}
.card-header-lg {
--bs-card-cap-padding-x : 1.5rem;
--bs-card-cap-padding-y : 1.5rem;
}

@ -3757,15 +3757,15 @@ ul.nav-tabs > li.nav-item{
.card {
--bs-card-spacer-y: 1.5rem;
--bs-card-spacer-x: 1.5rem;
--bs-card-title-spacer-y: 0.875rem;
--bs-card-title-spacer-y: 0.175rem;
--bs-card-border-width: 0;
--bs-card-body-border-width: 0;
--bs-card-border-color: #d9dee3;
--bs-card-border-radius: 0.5rem;
--bs-card-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
--bs-card-inner-border-radius: 0.5rem;
--bs-card-cap-padding-y: 1.5rem;
--bs-card-cap-padding-x: 1.5rem;
--bs-card-cap-padding-y: 0.75rem;
--bs-card-cap-padding-x: 0.75rem;
--bs-card-cap-bg: transparent;
/*--bs-card-cap-color: ;*/ /* OPITON : 카드 헤더,푸터 색상 */
/*--bs-card-height: ;*/ /* OPITON : 카드 높이 */

Loading…
Cancel
Save