|
|
|
@ -56,18 +56,16 @@
|
|
|
|
|
<input type="text" class="form-control w-40" id="crdnInptSeNm--${pageName}" name="crdnInptSeNm" data-map="CRDN_INPT_SE_NM" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 단속 시작 시각 ~ 단속 종료 시각 -->
|
|
|
|
|
<div class="col-md-4" slot="edit">
|
|
|
|
|
<template class="pes pvs"> <!-- 밤샘주차 주정차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="crdnBgngTm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">단속시간</label>
|
|
|
|
|
<input type="text" class="form-control w-25" id="crdnBgngTm--${pageName}" name="crdnBgngTm" data-map="CRDN_BGNG_TM" readonly /> ~
|
|
|
|
|
<input type="text" class="form-control w-25" id="crdnEndTm--${pageName}" name="crdnEndTm" data-map="CRDN_END_TM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="bpv dpv eca">
|
|
|
|
|
<slot>
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<span slot="edit">
|
|
|
|
|
<template class="pes pvs"> <!-- 밤샘주차 주정차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="crdnBgngTm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">단속시간</label>
|
|
|
|
|
<input type="text" class="form-control w-25" id="crdnBgngTm--${pageName}" name="crdnBgngTm" data-map="CRDN_BGNG_TM" readonly /> ~
|
|
|
|
|
<input type="text" class="form-control w-25" id="crdnEndTm--${pageName}" name="crdnEndTm" data-map="CRDN_END_TM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 단속 일시 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
@ -80,22 +78,18 @@
|
|
|
|
|
<input type="text" class="form-control w-40" id="vhrno--${pageName}" name="vhrno" data-map="VHRNO" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 위반 내용 -->
|
|
|
|
|
<div class="col-md-4" slot="edit">
|
|
|
|
|
<template class="dpv"> <!-- 장애인 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="vltnArtcl--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">위반내용</label>
|
|
|
|
|
<input type="text" class="form-control w-50" id="vltnArtcl--${pageName}" name="vltnArtcl" data-map="VLTN_ARTCL" readonly />
|
|
|
|
|
<label for="dstrbncYn--${pageName}">
|
|
|
|
|
<input type="checkbox" id="dstrbncYn--${pageName}" name="dstrbncYn" data-map="DSTRBNC_YN" disabled />1면방해
|
|
|
|
|
</label>
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="bpv eca pes pvs">
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="vltnArtcl--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">위반내용</label>
|
|
|
|
|
<input type="text" class="form-control w-50" id="vltnArtcl--${pageName}" name="vltnArtcl" data-map="VLTN_ARTCL" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="vltnArtcl--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">위반내용</label>
|
|
|
|
|
<input type="text" class="form-control w-50" id="vltnArtcl--${pageName}" name="vltnArtcl" data-map="VLTN_ARTCL" readonly />
|
|
|
|
|
<span slot="edit">
|
|
|
|
|
<template class="dpv"> <!-- 장애인 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="dstrbncYn--${pageName}">
|
|
|
|
|
<input type="checkbox" id="dstrbncYn--${pageName}" name="dstrbncYn" data-map="DSTRBNC_YN" disabled />1면방해
|
|
|
|
|
</label>
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 법정동 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
@ -107,26 +101,22 @@
|
|
|
|
|
<label for="crdnPlc--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">단속장소</label>
|
|
|
|
|
<input type="text" class="form-control w-60" id="crdnPlc--${pageName}" name="crdnPlc" data-map="CRDN_PLC" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- -->
|
|
|
|
|
<div class="col-md-4" slot="edit">
|
|
|
|
|
<!-- 단속 일련번호 -->
|
|
|
|
|
<template class="dpv eca pvs"> <!-- 장애인 전기차 주정차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="crdnSn--${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="crdnSn--${pageName}" name="crdnSn" maxlength="20" data-maxlengthb="20" data-map="CRDN_SN" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<!-- 상세 단속 장소 -->
|
|
|
|
|
<template class="bpv">
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="dtlCrdnPlc--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">상세단속장소</label>
|
|
|
|
|
<input type="text" class="form-control w-60" id="dtlCrdnPlc--${pageName}" name="dtlCrdnPlc" data-map="DTL_CRDN_PLC" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="pes">
|
|
|
|
|
<slot>
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<!-- 단속일련번호 / 상세단속장소 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<span slot="edit">
|
|
|
|
|
<template class="dpv eca pvs"> <!-- 장애인 전기차 주정차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="crdnSn--${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="crdnSn--${pageName}" name="crdnSn" maxlength="20" data-maxlengthb="20" data-map="CRDN_SN" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="bpv"> <!-- 전용차로 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="dtlCrdnPlc--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">상세단속장소</label>
|
|
|
|
|
<input type="text" class="form-control w-60" id="dtlCrdnPlc--${pageName}" name="dtlCrdnPlc" data-map="DTL_CRDN_PLC" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 민원 신청인 명 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
@ -204,65 +194,57 @@
|
|
|
|
|
<input type="text" class="form-control w-40 text-sm-end fw-bold text-red" id="sumAmt--${pageName}" name="sumAmt" data-map="SUM_AMT" data-fmt-type="number" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 업무별 화면 표시 -->
|
|
|
|
|
<div class="col-md-3" slot="edit">
|
|
|
|
|
<template class="bpv pvs"> <!-- 전용차로 주정차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="ffnlgCarmdlNm--${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="ffnlgCarmdlNm--${pageName}" name="ffnlgCarmdlNm" data-map="FFNLG_CARMDL_NM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="dpv"> <!-- 장애인 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="parkngPsbltyRsltNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">주차가능결과</label>
|
|
|
|
|
<input type="text" class="form-control w-50" id="parkngPsbltyRsltNm--${pageName}" name="parkngPsbltyRsltNm" data-map="PARKNG_PSBLTY_RSLT_NM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="eca"> <!-- 전기차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="useFuelNm--${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="useFuelNm--${pageName}" name="useFuelNm" data-map="USE_FUEL_NM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="pes"> <!-- 밤샘주차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<div class="col-md-3">
|
|
|
|
|
<span slot="edit">
|
|
|
|
|
<template class="bpv pvs"> <!-- 전용차로 주정차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="ffnlgCarmdlNm--${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="ffnlgCarmdlNm--${pageName}" name="ffnlgCarmdlNm" data-map="FFNLG_CARMDL_NM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="dpv"> <!-- 장애인 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="parkngPsbltyRsltNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">주차가능결과</label>
|
|
|
|
|
<input type="text" class="form-control w-50" id="parkngPsbltyRsltNm--${pageName}" name="parkngPsbltyRsltNm" data-map="PARKNG_PSBLTY_RSLT_NM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="eca"> <!-- 전기차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="useFuelNm--${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="useFuelNm--${pageName}" name="useFuelNm" data-map="USE_FUEL_NM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-3" slot="edit">
|
|
|
|
|
<template class="pvs"> <!-- 주정차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="crdnSpareaNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">단속특별구역</label>
|
|
|
|
|
<input type="text" class="form-control w-50" id="crdnSpareaNm--${pageName}" name="crdnSpareaNm" data-map="CRDN_SPAREA_NM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="bpv dpv eca pes">
|
|
|
|
|
<slot>
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<div class="col-md-3">
|
|
|
|
|
<span slot="edit">
|
|
|
|
|
<template class="pvs"> <!-- 주정차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="crdnSpareaNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">단속특별구역</label>
|
|
|
|
|
<input type="text" class="form-control w-50" id="crdnSpareaNm--${pageName}" name="crdnSpareaNm" data-map="CRDN_SPAREA_NM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-3" slot="edit">
|
|
|
|
|
<template class="pvs"> <!-- 주정차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="ovtimeNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">2시간초과</label>
|
|
|
|
|
<input type="text" class="form-control w-25" id="ovtimeNm--${pageName}" name="ovtimeNm" data-map="OVTIME_NM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="bpv dpv eca pes">
|
|
|
|
|
<slot>
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<div class="col-md-3">
|
|
|
|
|
<span slot="edit">
|
|
|
|
|
<template class="pvs"> <!-- 주정차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="ovtimeNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">2시간초과</label>
|
|
|
|
|
<input type="text" class="form-control w-25" id="ovtimeNm--${pageName}" name="ovtimeNm" data-map="OVTIME_NM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-3" slot="edit">
|
|
|
|
|
<template class="pvs"> <!-- 주정차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="towngNm--${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="towngNm--${pageName}" name="towngNm" data-map="TOWNG_NM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="bpv dpv eca pes">
|
|
|
|
|
<slot>
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<div class="col-md-3">
|
|
|
|
|
<span slot="edit">
|
|
|
|
|
<template class="pvs"> <!-- 주정차 -->
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="towngNm--${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="towngNm--${pageName}" name="towngNm" data-map="TOWNG_NM" readonly />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div> <!-- <div class="card"> -->
|
|
|
|
|