|
|
|
@ -15,12 +15,6 @@ Date Author Description
|
|
|
|
|
<c:set var="citizen" value="<%= FimsConst.RegltSeCode.CITIZEN.getCode() %>"/>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
#regltProcessSttusCode {
|
|
|
|
|
width: 29%;
|
|
|
|
|
color: #2a48ff;
|
|
|
|
|
background-color: #d8e7ff;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#registSeCode {
|
|
|
|
|
color: #2a48ff;
|
|
|
|
@ -33,9 +27,6 @@ Date Author Description
|
|
|
|
|
.bg_red_color {
|
|
|
|
|
background-color: darkred;
|
|
|
|
|
}
|
|
|
|
|
select[name=imageSeCode] {
|
|
|
|
|
width: 68%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.curImgData {
|
|
|
|
|
border: 1px solid black;
|
|
|
|
@ -99,8 +90,10 @@ Date Author Description
|
|
|
|
|
</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" class="w-px-50" />
|
|
|
|
|
<div class="d-flex gap-1">
|
|
|
|
|
<code:select id="imageSeCode" name="imageSeCode" codeId="FIM027" title="영상매체" cls="form-select" alt="영상매체"/>
|
|
|
|
|
<input type="text" name="imageNmrs" data-fmt-type="number" class="w-px-50" />
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
@ -182,13 +175,17 @@ Date Author Description
|
|
|
|
|
<tr>
|
|
|
|
|
<th>소유자(차종)</th>
|
|
|
|
|
<td>
|
|
|
|
|
<input type="text" name="payerNm" style="width:60%"/>
|
|
|
|
|
<code:select id="vhctyAsortCode" name="vhctyAsortCode" codeId="FIM009" title="차종" cls="form-select w-form-select" alt="차종"/>
|
|
|
|
|
<div class="d-flex gap-1">
|
|
|
|
|
<input type="text" name="payerNm" />
|
|
|
|
|
<code:select id="vhctyAsortCode" name="vhctyAsortCode" codeId="FIM009" title="차종" cls="form-select w-form-select" alt="차종"/>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<th>주민번호(구분)</th>
|
|
|
|
|
<td>
|
|
|
|
|
<code:select id="payerSeCode" name="payerSeCode" codeId="FIM011" title="납부자구분" cls="form-select w-form-select" alt="납부자구분"/>
|
|
|
|
|
<input type="text" name="payerNo" style="width:70%"/>
|
|
|
|
|
<div class="d-flex gap-1">
|
|
|
|
|
<code:select id="payerSeCode" name="payerSeCode" codeId="FIM011" title="납부자구분" cls="form-select w-form-select" alt="납부자구분"/>
|
|
|
|
|
<input type="text" name="payerNo" />
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|