|
|
|
@ -13,7 +13,8 @@
|
|
|
|
|
<div class="col-md-12 ps-4 pe-4">
|
|
|
|
|
<button type="button" id="btnReset--${pageName}" class="btn btn-primary">초기화</button>
|
|
|
|
|
<span class="float-end">
|
|
|
|
|
<input type="text" id="countStauts--${pageName}" class="form-control w-px-150 text-center fw-bold" readonly />
|
|
|
|
|
<input type="text" id="countStauts--${pageName}"
|
|
|
|
|
class="form-control w-px-150 text-center fw-bold" readonly />
|
|
|
|
|
<button type="button" id="btnPrev--${pageName}" class="w-px-50 btn-PageUp">◀</button>
|
|
|
|
|
<button type="button" id="btnNext--${pageName}" class="w-px-50 btn-PageDown">▶</button>
|
|
|
|
|
</span>
|
|
|
|
@ -24,8 +25,12 @@
|
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
|
<template class="pvs bpv">
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="crdnSeCd--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">단속구분</label>
|
|
|
|
|
<select id="crdnSeCd--${pageName}" name="crdnSeCd" data-map="CRDN_SE_CD" class="form-select">
|
|
|
|
|
<label for="crdnSeCd--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
단속구분
|
|
|
|
|
</label>
|
|
|
|
|
<select id="crdnSeCd--${pageName}" name="crdnSeCd"
|
|
|
|
|
data-map="CRDN_SE_CD" class="form-select">
|
|
|
|
|
<c:forEach items="${FIM002List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
|
</c:forEach>
|
|
|
|
@ -34,7 +39,8 @@
|
|
|
|
|
</template>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="crdnYmd--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
<label for="crdnYmd--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
위반일자
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="crdnYmd--${pageName}" name="crdnYmd" data-map="CRDN_YMD"
|
|
|
|
@ -42,7 +48,8 @@
|
|
|
|
|
<button type="button" class="bx bx-sm bx-calendar bg-white"></button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="crdnTm--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
<label for="crdnTm--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
위반시간
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="crdnTm--${pageName}" name="crdnTm" data-map="CRDN_TM"
|
|
|
|
@ -66,12 +73,15 @@
|
|
|
|
|
</c:forEach>
|
|
|
|
|
</select>
|
|
|
|
|
<label for="dstrbncYn--${pageName}">
|
|
|
|
|
<input type="checkbox" id="dstrbncYn--${pageName}" name="dstrbncYn" data-map="DSTRBNC_YN" value="Y" />
|
|
|
|
|
<input type="checkbox" id="dstrbncYn--${pageName}" name="dstrbncYn"
|
|
|
|
|
data-map="DSTRBNC_YN" value="Y" />
|
|
|
|
|
1면 방해
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6 select2-primary">
|
|
|
|
|
<label for="crdnStdgNm--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">법정동</label>
|
|
|
|
|
<label for="crdnStdgNm--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
법정동
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="crdnStdgNm--${pageName}" name="crdnStdgNm" data-map="CRDN_STDG_NM"
|
|
|
|
|
class="form-control" list="stdgNmList--${pageName}" />
|
|
|
|
|
<datalist id="stdgNmList--${pageName}">
|
|
|
|
@ -81,22 +91,32 @@
|
|
|
|
|
</datalist>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="crdnPlc--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">단속장소</label>
|
|
|
|
|
<label for="crdnPlc--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
단속장소
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="crdnPlc--${pageName}" name="crdnPlc" data-map="CRDN_PLC"
|
|
|
|
|
class="form-control w-px-300" data-maxlengthb="200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6" slot="edit">
|
|
|
|
|
<template class="bpv">
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="dtlCrdnPlc--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">상세단속장소</label>
|
|
|
|
|
<input type="text" id="dtlCrdnPlc--${pageName}" name="dtlCrdnPlc" data-map="DTL_CRDN_PLC" class="form-control"
|
|
|
|
|
<label for="dtlCrdnPlc--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
상세단속장소
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="dtlCrdnPlc--${pageName}" name="dtlCrdnPlc"
|
|
|
|
|
data-map="DTL_CRDN_PLC" class="form-control"
|
|
|
|
|
data-maxlenghb="200" />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
<template class="pvs">
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="crdnSpareaCd--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">특별구역</label>
|
|
|
|
|
<select id="crdnSpareaCd--${pageName}" name="crdnSpareaCd" data-map="CRDN_SPAREA_CD" class="form-select">
|
|
|
|
|
<label for="crdnSpareaCd--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
특별구역
|
|
|
|
|
</label>
|
|
|
|
|
<select id="crdnSpareaCd--${pageName}" name="crdnSpareaCd"
|
|
|
|
|
data-map="CRDN_SPAREA_CD" class="form-select">
|
|
|
|
|
<c:forEach items="${FIM007List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
|
</c:forEach>
|
|
|
|
@ -105,35 +125,51 @@
|
|
|
|
|
</template>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="cvlcptAplcntNm--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">신고자</label>
|
|
|
|
|
<input type="text" id="cvlcptAplcntNm--${pageName}" name="cvlcptAplcntNm" data-map="CVLCPT_APLCNT_NM"
|
|
|
|
|
class="form-control" readonly />
|
|
|
|
|
<label for="cvlcptAplcntNm--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
신고자
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="cvlcptAplcntNm--${pageName}" name="cvlcptAplcntNm"
|
|
|
|
|
data-map="CVLCPT_APLCNT_NM" class="form-control" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="cvlcptPrcsPicNm--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">담당자</label>
|
|
|
|
|
<input type="text" id="cvlcptPrcsPicNm--${pageName}" name="cvlcptPrcsPicNm" data-map="CVLCPT_PRCS_PIC_NM"
|
|
|
|
|
class="form-control" readonly />
|
|
|
|
|
<label for="cvlcptPrcsPicNm--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
담당자
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="cvlcptPrcsPicNm--${pageName}" name="cvlcptPrcsPicNm"
|
|
|
|
|
data-map="CVLCPT_PRCS_PIC_NM" class="form-control" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="cvlcptAplyCn--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end align-top"
|
|
|
|
|
<label for="cvlcptAplyCn--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end align-top"
|
|
|
|
|
>신고내용</label>
|
|
|
|
|
<textarea type="text" id="cvlcptAplyCn--${pageName}" name="cvlcptAplyCn" data-map="CVLCPT_APLY_CN"
|
|
|
|
|
class="form-control" cols="100%" rows="4" readonly
|
|
|
|
|
<textarea type="text" id="cvlcptAplyCn--${pageName}" name="cvlcptAplyCn"
|
|
|
|
|
data-map="CVLCPT_APLY_CN" class="form-control"
|
|
|
|
|
cols="100%" rows="4" readonly
|
|
|
|
|
></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="cvlcptRcptYmd--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">접수일</label>
|
|
|
|
|
<input type="text" id="cvlcptRcptYmd--${pageName}" name="cvlcptRcptYmd" data-map="CVLCPT_RCPT_YMD"
|
|
|
|
|
class="form-control form-date" data-fmt-type="day" maxlength="10" disabled />
|
|
|
|
|
<label for="cvlcptRcptYmd--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
접수일
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="cvlcptRcptYmd--${pageName}" name="cvlcptRcptYmd"
|
|
|
|
|
data-map="CVLCPT_RCPT_YMD" class="form-control form-date"
|
|
|
|
|
data-fmt-type="day" maxlength="10" disabled />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="cvldptPrcsPrnmntDt--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">답변기한</label>
|
|
|
|
|
<input type="text" id="cvldptPrcsPrnmntDt--${pageName}" name="cvldptPrcsPrnmntDt" data-map="CVLCPT_PRCS_PRNMNT_DT"
|
|
|
|
|
class="form-control form-date" data-fmt-type="day" maxlength="10" disabled />
|
|
|
|
|
<input type="text" id="cvldptPrcsPrnmntDt--${pageName}" name="cvldptPrcsPrnmntDt"
|
|
|
|
|
data-map="CVLCPT_PRCS_PRNMNT_DT" class="form-control form-date"
|
|
|
|
|
data-fmt-type="day" maxlength="10" disabled />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="etcCn--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">특기사항</label>
|
|
|
|
|
<label for="etcCn--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
특기사항
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="etcCn--${pageName}" name="etcCn" data-map="ETC_CN"
|
|
|
|
|
class="form-control w-px-500" data-maxlengthb="1000" />
|
|
|
|
|
</div>
|
|
|
|
@ -150,54 +186,76 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="rtpyrNm--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">납부자명</label>
|
|
|
|
|
<label for="rtpyrNm--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
납부자명
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="rtpyrNm--${pageName}" name="rtpyrNm" data-map="RTPYR_NM"
|
|
|
|
|
class="form-control w-px-140" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-3">
|
|
|
|
|
<label for="rtpyrSeCd--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">납부자구분</label>
|
|
|
|
|
<select id="rtpyrSeCd--${pageName}" name="rtpyrSeCd" data-map="RTPYR_SE_CD" class="form-select" disabled>
|
|
|
|
|
<label for="rtpyrSeCd--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
납부자구분
|
|
|
|
|
</label>
|
|
|
|
|
<select id="rtpyrSeCd--${pageName}" name="rtpyrSeCd"
|
|
|
|
|
data-map="RTPYR_SE_CD" class="form-select" disabled>
|
|
|
|
|
<c:forEach items="${FIM011List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
|
</c:forEach>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-5">
|
|
|
|
|
<label for="rtpyrNo--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">납부자번호</label>
|
|
|
|
|
<label for="rtpyrNo--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
납부자번호
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="rtpyrNo--${pageName}" name="rtpyrNo" data-map="RTPYR_NO"
|
|
|
|
|
class="form-control privacy" readonly />
|
|
|
|
|
<input type="text" id="mask-rtpyrNo--${pageName}" class="form-control privacy-mask" disabled value="******"/>
|
|
|
|
|
<input type="text" id="mask-rtpyrNo--${pageName}" class="form-control privacy-mask"
|
|
|
|
|
disabled value="******"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="zip--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">우편번호</label>
|
|
|
|
|
<label for="zip--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
우편번호
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="zip--${pageName}" name="zip" data-map="ZIP" class="form-control w-px-100"
|
|
|
|
|
readonly maxlength="7" pattern="(\d{3}-\d{3}|\d{6}|\d{5})" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="addr--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">주소</label>
|
|
|
|
|
<label for="addr--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
주소
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="addr--${pageName}" name="addr" data-map="ADDR"
|
|
|
|
|
class="form-control w-px-700" readonly data-maxlengthb="320" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="dtlAddr--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">상세주소</label>
|
|
|
|
|
<label for="dtlAddr--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
상세주소
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="dtlAddr--${pageName}" name="dtlAddr" data-map="DTL_ADDR"
|
|
|
|
|
class="form-control w-px-700" readonly data-maxlengthb="200" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row g-1">
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="vin--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">차대번호</label>
|
|
|
|
|
<label for="vin--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
차대번호
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="vin--${pageName}" name="vin" data-map="VIN" class="form-control" readonly
|
|
|
|
|
placeholder="입력항목이 아닙니다." />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="vhclNm--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">차량명칭</label>
|
|
|
|
|
<input type="text" id="vhclNm--${pageName}" name="vhclNm" data-map="VHCL_NM" class="form-control" readonly
|
|
|
|
|
<label for="vhclNm--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
차량명칭
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="vhclNm--${pageName}" name="vhclNm"
|
|
|
|
|
data-map="VHCL_NM" class="form-control" readonly
|
|
|
|
|
placeholder="입력항목이 아닙니다." />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="vhclColor--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">차량색상</label>
|
|
|
|
|
<input type="text" id="vhclColor--${pageName}" name="vhclColor" data-map="VHCL_COLOR" class="form-control" readonly
|
|
|
|
|
<label for="vhclColor--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
차량색상
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="vhclColor--${pageName}" name="vhclColor"
|
|
|
|
|
data-map="VHCL_COLOR" class="form-control" readonly
|
|
|
|
|
placeholder="입력항목이 아닙니다." />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
@ -205,8 +263,8 @@
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="ffnlgCarmdlCd--${pageName}"
|
|
|
|
|
class="w-px-150 bg-lighter pe-2 col-form-label text-sm-end">차종</label>
|
|
|
|
|
<select id="ffnlgCarmdlCd--${pageName}" name ="ffnlgCarmdlCd" data-map="FFNLG_CARMDL_CD"
|
|
|
|
|
class="form-select">
|
|
|
|
|
<select id="ffnlgCarmdlCd--${pageName}" name ="ffnlgCarmdlCd"
|
|
|
|
|
data-map="FFNLG_CARMDL_CD" class="form-select">
|
|
|
|
|
<option value=""></option>
|
|
|
|
|
<c:forEach items="${FIM009List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
@ -218,8 +276,12 @@
|
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
|
<template class="eca">
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="useFuelCd--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">연료구분</label>
|
|
|
|
|
<select id="useFuelCd--${pageName}" name="useFuelCd" data-map="USE_FUEL_CD" class="form-select" disabled>
|
|
|
|
|
<label for="useFuelCd--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
연료구분
|
|
|
|
|
</label>
|
|
|
|
|
<select id="useFuelCd--${pageName}" name="useFuelCd"
|
|
|
|
|
data-map="USE_FUEL_CD" class="form-select" disabled>
|
|
|
|
|
<option value=""></option>
|
|
|
|
|
<c:forEach items="${LVS005List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
@ -231,7 +293,10 @@
|
|
|
|
|
<div class="col-md-4" slot="edit">
|
|
|
|
|
<template class="dpv eca pvs">
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="towngYn--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">견인지시</label>
|
|
|
|
|
<label for="towngYn--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
견인지시
|
|
|
|
|
</label>
|
|
|
|
|
<select id="towngYn--${pageName}" name="towngYn" class="form-select" data-map="TOWNG_YN">
|
|
|
|
|
<c:forEach items="${FIM053List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
@ -243,8 +308,12 @@
|
|
|
|
|
<div class="col-md-4" slot="edit">
|
|
|
|
|
<template class="dpv eca pvs">
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="crdnSn--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">스티커번호</label>
|
|
|
|
|
<input type="text" id="crdnSn--${pageName}" name="crdnSn" data-map="CRDN_SN" class="form-control"
|
|
|
|
|
<label for="crdnSn--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
스티커번호
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="crdnSn--${pageName}" name="crdnSn"
|
|
|
|
|
data-map="CRDN_SN" class="form-control"
|
|
|
|
|
maxlength="20" data-maxlengthb="20" />
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
@ -252,8 +321,12 @@
|
|
|
|
|
<div class="col-md-4" slot="edit">
|
|
|
|
|
<template class="dpv">
|
|
|
|
|
<slot>
|
|
|
|
|
<label for="parkngPsbltyRsltCd--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">장애차량확인</label>
|
|
|
|
|
<select id="parkngPsbltyRsltCd--${pageName}" name="parkngPsbltyRsltCd" data-map="PARKNG_PSBLTY_RSLT_CD" class="form-select">
|
|
|
|
|
<label for="parkngPsbltyRsltCd--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
장애차량확인
|
|
|
|
|
</label>
|
|
|
|
|
<select id="parkngPsbltyRsltCd--${pageName}" name="parkngPsbltyRsltCd"
|
|
|
|
|
data-map="PARKNG_PSBLTY_RSLT_CD" class="form-select">
|
|
|
|
|
<c:forEach items="${FIM034List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
|
</c:forEach>
|
|
|
|
@ -266,13 +339,27 @@
|
|
|
|
|
<div class="row mt-4 justify-content-end mb-3">
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<div class="float-end pe-4">
|
|
|
|
|
<button type="button" id="btnInstLevyExcl1--${pageName}" class="btn btn-primary">저장(서손처리)</button>
|
|
|
|
|
<button type="button" id="btnInstLevyExcl2--${pageName}" class="btn btn-primary">저장(계고처리)</button>
|
|
|
|
|
<button type="button" id="btnAccept--${pageName}" class="btn btn-primary">저장(수용)</button>
|
|
|
|
|
<button type="button" id="btnSendBack--${pageName}" class="btn btn-primary">반송</button>
|
|
|
|
|
<button type="button" id="btnDataCopy--${pageName}" class="btn btn-primary">자료복사</button>
|
|
|
|
|
<button type="button" id="btnHold--${pageName}" class="btn btn-primary">처리보류</button>
|
|
|
|
|
<button type="button" id="btnOpenCvlcptOrgnl--${pageName}" class="btn btn-primary">원본보기</button>
|
|
|
|
|
<button type="button" id="btnInstLevyExcl1--${pageName}" class="btn btn-primary">
|
|
|
|
|
저장(서손처리)
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="btnInstLevyExcl2--${pageName}" class="btn btn-primary">
|
|
|
|
|
저장(계고처리)
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="btnAccept--${pageName}" class="btn btn-primary">
|
|
|
|
|
저장(수용)
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="btnSendBack--${pageName}" class="btn btn-primary">
|
|
|
|
|
반송
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="btnDataCopy--${pageName}" class="btn btn-primary">
|
|
|
|
|
자료복사
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="btnHold--${pageName}" class="btn btn-primary">
|
|
|
|
|
처리보류
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="btnOpenCvlcptOrgnl--${pageName}" class="btn btn-primary">
|
|
|
|
|
원본보기
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -281,32 +368,47 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card" style="width:500px;">
|
|
|
|
|
<form id="frmFile--${pageName}" method="post" enctype="multipart/form-data">
|
|
|
|
|
<input type="file" id="newFileList--${pageName}" name="newFileList" multiple accept="image/*" hidden />
|
|
|
|
|
<input type="file" id="modifyFileList--${pageName}" name="modifyFileList" multiple accept="image/*" hidden />
|
|
|
|
|
<input type="file" id="newFileList--${pageName}" name="newFileList"
|
|
|
|
|
multiple accept="image/*" hidden />
|
|
|
|
|
<input type="file" id="modifyFileList--${pageName}" name="modifyFileList"
|
|
|
|
|
multiple accept="image/*" hidden />
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<div class="col-md-12 d-flex justify-content-between">
|
|
|
|
|
<div class="fs-4 fw-bold">등록된 사진</div>
|
|
|
|
|
<div>
|
|
|
|
|
<button type="button" id="btnEditPhoto--${pageName}" class="btn btn-primary">선택 사진 편집</button>
|
|
|
|
|
<button type="button" id="btnDeleteExistPhoto--${pageName}" class="btn btn-primary">선택 사진 삭제</button>
|
|
|
|
|
<button type="button" id="btnEditPhoto--${pageName}" class="btn btn-primary">
|
|
|
|
|
선택 사진 편집
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="btnDeleteExistPhoto--${pageName}" class="btn btn-primary">
|
|
|
|
|
선택 사진 삭제
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="displayForExist--${pageName}" style="overflow-y: scroll;min-height: 40px;max-height: 340px;border-style: solid;">
|
|
|
|
|
<div id="displayForExist--${pageName}"
|
|
|
|
|
style="overflow-y: scroll;min-height: 40px;max-height: 340px;border-style: solid;">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form id="frmUploadSet--${pageName}" method="post" enctype="multipart/form-data">
|
|
|
|
|
<input type="file" id="inputUploadSet--${pageName}" name="inputUploadSet" multiple accept="image/*" hidden />
|
|
|
|
|
<input type="file" id="inputUploadSet--${pageName}" name="inputUploadSet"
|
|
|
|
|
multiple accept="image/*" hidden />
|
|
|
|
|
</form>
|
|
|
|
|
<div class="col-md-12 d-flex justify-content-between">
|
|
|
|
|
<div class="fs-4 fw-bold">추가한 사진</div>
|
|
|
|
|
<div>
|
|
|
|
|
<button type="button" id="btnAddFile--${pageName}" class="btn btn-primary">사진 추가</button>
|
|
|
|
|
<button type="button" id="btnOpenVideoCapture--${pageName}" class="btn btn-primary">동영상 캡쳐</button>
|
|
|
|
|
<button type="button" id="btnCancelAddFile--${pageName}" class="btn btn-primary">선택 사진 삭제</button>
|
|
|
|
|
<button type="button" id="btnAddFile--${pageName}" class="btn btn-primary">
|
|
|
|
|
사진 추가
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="btnOpenVideoCapture--${pageName}" class="btn btn-primary">
|
|
|
|
|
동영상 캡쳐
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="btnCancelAddFile--${pageName}" class="btn btn-primary">
|
|
|
|
|
선택 사진 삭제
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="displayForNew--${pageName}" style="overflow-y: scroll;min-height: 40px;max-height: 340px;border-style: solid;">
|
|
|
|
|
<div id="displayForNew--${pageName}"
|
|
|
|
|
style="overflow-y: scroll;min-height: 40px;max-height: 340px;border-style: solid;">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|