refactor : 단속 테이블 수정

main
이범준 1 year ago
parent 6484f19d4b
commit 0848a68109

@ -218,7 +218,7 @@
, violt_dtls_code
, violt_dtls_etc_cn
, crdn_plc
, violt_co
, vltn_nmtm
, violt_stdg_cd
, crdn_sparea_cd
, gps_x

@ -150,7 +150,7 @@
, violt_dtls_code
, violt_dtls_etc_cn
, crdn_plc
, violt_co
, vltn_nmtm
, violt_stdg_cd
, crdn_sparea_cd
, gps_x

@ -275,7 +275,7 @@
},
{
header: '위반횟수',
name: 'violtCo',
name: 'vltnNmtm',
minWidth: 80,
sortable: false,
align: 'right'

@ -61,7 +61,7 @@
<th>위반내역</th>
<td><code:select id="violtDtlsCode" name="violtDtlsCode" grpId="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>
<td colspan=""><input type="text" id="vltnNmtm" name="vltnNmtm" value="${dto.vltnNmtm }"></td>
</tr>
<tr>
<th>감경금액</th>

Loading…
Cancel
Save