개별총정보 - 단속정보 탭에 사전통지일자 추가.

main
jjh 4 months ago
parent eecff3bc38
commit 6ec8b7f1fa

@ -148,10 +148,16 @@
<label for="vhclColor--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">차량색상</label> <label for="vhclColor--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">차량색상</label>
<input type="text" class="form-control w-40" id="vhclColor--${pageName}" name="vhclColor" data-map="VHCL_COLOR" readonly /> <input type="text" class="form-control w-40" id="vhclColor--${pageName}" name="vhclColor" data-map="VHCL_COLOR" readonly />
</div> </div>
<!-- 사전통지 일자 -->
<div class="col-md-4">
<label for="advntceBgngYmd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">사전통지일자</label>
<input type="text" class="form-control w-30" id="advntceBgngYmd--${pageName}" name="advntceBgngYmd" data-map="ADVNTCE_BGNG_YMD" readonly /> ~
<input type="text" class="form-control w-30" id="advntceDudtYmd--${pageName}" name="advntceDudtYmd" data-map="ADVNTCE_DUDT_YMD" readonly />
</div>
<!-- 기타 내용 --> <!-- 기타 내용 -->
<div class="col-md-12"> <div class="col-md-8">
<label for="etcCn--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end align-top">기타내용</label> <label for="etcCn--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end align-top">기타내용</label>
<textarea type="text" class="form-control w-87" id="etcCn--${pageName}" name="etcCn" data-map="ETC_CN" cols="100%" rows="3" readonly></textarea> <textarea type="text" class="form-control w-80" id="etcCn--${pageName}" name="etcCn" data-map="ETC_CN" cols="100%" rows="3" readonly></textarea>
</div> </div>
<!-- 과태료 단속금액 --> <!-- 과태료 단속금액 -->
<div class="col-md-3"> <div class="col-md-3">
@ -364,7 +370,9 @@
, dataGetter: obj => obj.crdnPayerInfo , dataGetter: obj => obj.crdnPayerInfo
, formats: { , formats: {
CRDN_YMD_TM: datetimeFormat CRDN_YMD_TM: datetimeFormat
, CVLCPT_RCPT_YMD: datetimeFormat , CVLCPT_RCPT_YMD: dateFormat // 민원 접수 일자
, ADVNTCE_BGNG_YMD: dateFormat // 사전통지 시작 일자
, ADVNTCE_DUDT_YMD: dateFormat // 사전통지 납기 일자
, FFNLG_CRDN_AMT: numberFormat // 과태료 단속 금액 , FFNLG_CRDN_AMT: numberFormat // 과태료 단속 금액
, FFNLG_AMT: numberFormat // 과태료 금액 , FFNLG_AMT: numberFormat // 과태료 금액
, ADVNTCE_AMT: numberFormat // 사전통지 금액 , ADVNTCE_AMT: numberFormat // 사전통지 금액

Loading…
Cancel
Save