|
|
@ -1,213 +1,220 @@
|
|
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
|
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
|
|
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
|
|
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
|
|
|
|
|
|
|
|
|
|
|
<c:set var="prefixName" scope="request">단속자료 수정</c:set>
|
|
|
|
<!-- inner page html -->
|
|
|
|
|
|
|
|
<div class="content-wrapper">
|
|
|
|
<!-- Page Body -->
|
|
|
|
<!-- Content -->
|
|
|
|
<div class="card">
|
|
|
|
<div class="container-xxl flex-grow-1 px-0">
|
|
|
|
<!-- 입력 영역 -->
|
|
|
|
<c:set var="prefixName" scope="request">단속자료 수정</c:set>
|
|
|
|
<form id="frmEdit--${pageName}" name="frmEdit">
|
|
|
|
|
|
|
|
<!-- hidden -->
|
|
|
|
<!-- Page Body -->
|
|
|
|
<input type="hidden" id="crdnId--${pageName}" name="crdnId" data-map="CRDN_ID" />
|
|
|
|
<div class="card">
|
|
|
|
<input type="hidden" id="sggCd--${pageName}" name="sggCd" data-map="SGG_CD" />
|
|
|
|
<!-- 입력 영역 -->
|
|
|
|
<input type="hidden" id="taskSeCd--${pageName}" name="taskSeCd" data-map="TASK_SE_CD" />
|
|
|
|
<form id="frmEdit--${pageName}" name="frmEdit">
|
|
|
|
|
|
|
|
<!-- hidden -->
|
|
|
|
<div class="row g-1">
|
|
|
|
<input type="hidden" id="crdnId--${pageName}" name="crdnId" data-map="CRDN_ID" />
|
|
|
|
<!-- 단속 일자 -->
|
|
|
|
<input type="hidden" id="sggCd--${pageName}" name="sggCd" data-map="SGG_CD" />
|
|
|
|
<div class="col-md-6">
|
|
|
|
<input type="hidden" id="taskSeCd--${pageName}" name="taskSeCd" data-map="TASK_SE_CD" />
|
|
|
|
<label for="crdnYmd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required">단속일자</label>
|
|
|
|
|
|
|
|
<input type="text" class="form-control form-date" id="crdnYmd--${pageName}" name="crdnYmd" data-map="CRDN_YMD" data-fmt-type="day" maxlength="10" required />
|
|
|
|
<div class="row g-1">
|
|
|
|
<button type="button" class="bx bx-sm bx-calendar bg-white"></button>
|
|
|
|
<!-- 단속 일자 -->
|
|
|
|
</div>
|
|
|
|
<div class="col-md-6">
|
|
|
|
<!-- 단속 시간 -->
|
|
|
|
<label for="crdnYmd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required">단속일자</label>
|
|
|
|
<div class="col-md-6">
|
|
|
|
<input type="text" class="form-control form-date" id="crdnYmd--${pageName}" name="crdnYmd" data-map="CRDN_YMD" data-fmt-type="day" maxlength="10" required />
|
|
|
|
<label for="crdnTm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required">단속시간</label>
|
|
|
|
<button type="button" class="bx bx-sm bx-calendar bg-white"></button>
|
|
|
|
<input type="text" class="form-control form-time" id="crdnTm--${pageName}" name="crdnTm" data-map="CRDN_TM" data-fmt-type="time" maxlength="8" required placeholder="시:분:초" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 단속 시간 -->
|
|
|
|
<!-- 차량번호 -->
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<label for="crdnTm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required">단속시간</label>
|
|
|
|
<label for="vhrno--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">차량번호</label>
|
|
|
|
<input type="text" class="form-control form-time" id="crdnTm--${pageName}" name="crdnTm" data-map="CRDN_TM" data-fmt-type="time" maxlength="8" required placeholder="시:분:초" />
|
|
|
|
<input type="text" class="form-control w-40" id="vhrno--${pageName}" name="vhrno" data-map="VHRNO" />
|
|
|
|
</div>
|
|
|
|
<button type="button" class="btn btn-sm btn-outline-dark" id="btnVehicle--${pageName}" title="우편번호 검색" onclick="fnVehicle${pageName}();">
|
|
|
|
<!-- 차량번호 -->
|
|
|
|
조회
|
|
|
|
<div class="col-md-6">
|
|
|
|
</button>
|
|
|
|
<label for="vhrno--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">차량번호</label>
|
|
|
|
</div>
|
|
|
|
<input type="text" class="form-control w-40" id="vhrno--${pageName}" name="vhrno" data-map="VHRNO" />
|
|
|
|
<!-- 위반 내용 -->
|
|
|
|
<button type="button" class="btn btn-sm btn-outline-dark" id="btnVehicle--${pageName}" title="우편번호 검색" onclick="fnVehicle${pageName}();">
|
|
|
|
<div class="col-md-6">
|
|
|
|
조회
|
|
|
|
<label for="vltnCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">위반내용</label>
|
|
|
|
</button>
|
|
|
|
<select class="form-select" id="vltnCd--${pageName}" name="vltnCd" data-map="VLTN_CD">
|
|
|
|
</div>
|
|
|
|
<c:forEach items="${VLTNList}" var="item">
|
|
|
|
<!-- 위반 내용 -->
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
<div class="col-md-6">
|
|
|
|
</c:forEach>
|
|
|
|
<label for="vltnCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">위반내용</label>
|
|
|
|
</select>
|
|
|
|
<select class="form-select" id="vltnCd--${pageName}" name="vltnCd" data-map="VLTN_CD">
|
|
|
|
</div>
|
|
|
|
<c:forEach items="${VLTNList}" var="item">
|
|
|
|
<!-- 법정동 -->
|
|
|
|
|
|
|
|
<div class="col-md-6 select2-primary">
|
|
|
|
|
|
|
|
<label for="crdnStdgNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">법정동</label>
|
|
|
|
|
|
|
|
<input type="text" class="form-control w-px-150" id="crdnStdgNm--${pageName}" name="crdnStdgNm" data-map="CRDN_STDG_NM" list="stdgNmList--${pageName}" />
|
|
|
|
|
|
|
|
<datalist id="stdgNmList--${pageName}">
|
|
|
|
|
|
|
|
<c:forEach items="${stdgNmList}" var="item">
|
|
|
|
|
|
|
|
<option value="${item}"></option>
|
|
|
|
|
|
|
|
</c:forEach>
|
|
|
|
|
|
|
|
</datalist>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- 도로명 -->
|
|
|
|
|
|
|
|
<div class="col-md-6 select2-primary">
|
|
|
|
|
|
|
|
<label for="crdnRoadNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">도로명</label>
|
|
|
|
|
|
|
|
<input type="text" class="form-control" id="crdnRoadNm--${pageName}" name="crdnRoadNm" data-map="CRDN_ROAD_NM" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- 단속 장소 -->
|
|
|
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
|
|
|
<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-80" id="crdnPlc--${pageName}" name="crdnPlc" data-map="CRDN_PLC" data-maxlengthb="200" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- 상세 단속 장소 -->
|
|
|
|
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
|
|
|
|
<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-80" id="dtlCrdnPlc--${pageName}" name="dtlCrdnPlc" data-map="DTL_CRDN_PLC" data-maxlenghb="200" />
|
|
|
|
|
|
|
|
</slot>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-md-6" slot="edit">
|
|
|
|
|
|
|
|
<template class="pvs">
|
|
|
|
|
|
|
|
<slot>
|
|
|
|
|
|
|
|
<label for="crdnSpareaCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">특별구역</label>
|
|
|
|
|
|
|
|
<select class="form-select" id="crdnSpareaCd--${pageName}" name="crdnSpareaCd" data-map="CRDN_SPAREA_CD">
|
|
|
|
|
|
|
|
<c:forEach items="${FIM007List}" var="item">
|
|
|
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
</c:forEach>
|
|
|
|
</c:forEach>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</slot>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
<!-- 법정동 -->
|
|
|
|
</div>
|
|
|
|
<div class="col-md-6 select2-primary">
|
|
|
|
<div class="col-md-6" slot="edit">
|
|
|
|
<label for="crdnStdgNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">법정동</label>
|
|
|
|
<template class="pvs">
|
|
|
|
<input type="text" class="form-control w-px-150" id="crdnStdgNm--${pageName}" name="crdnStdgNm" data-map="CRDN_STDG_NM" list="stdgNmList--${pageName}" />
|
|
|
|
<slot>
|
|
|
|
<datalist id="stdgNmList--${pageName}">
|
|
|
|
<label for="towngYnNm--${pageName}">
|
|
|
|
<c:forEach items="${stdgNmList}" var="item">
|
|
|
|
<input type="checkbox" class="form-check-input" id="towngYnNm--${pageName}" name="towngYnNm" data-map="TOWNG_YN_NM" />견인여부
|
|
|
|
<option value="${item}"></option>
|
|
|
|
</label>
|
|
|
|
</c:forEach>
|
|
|
|
</slot>
|
|
|
|
</datalist>
|
|
|
|
</template>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 도로명 -->
|
|
|
|
<!-- 기타 내용 -->
|
|
|
|
<div class="col-md-6 select2-primary">
|
|
|
|
<div class="col-md-12">
|
|
|
|
<label for="crdnRoadNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">도로명</label>
|
|
|
|
<label for="etcCn--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">특기사항</label>
|
|
|
|
<input type="text" class="form-control" id="crdnRoadNm--${pageName}" name="crdnRoadNm" data-map="CRDN_ROAD_NM" />
|
|
|
|
<input type="text" class="form-control w-80" id="etcCn--${pageName}" name="etcCn" data-map="ETC_CN" data-maxlengthb="1000" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 단속 장소 -->
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="col-md-12">
|
|
|
|
<label for="vin--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">차대번호</label>
|
|
|
|
<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" id="vin--${pageName}" name="vin" data-map="VIN" readonly placeholder="입력항목이 아닙니다." />
|
|
|
|
<input type="text" class="form-control w-80" id="crdnPlc--${pageName}" name="crdnPlc" data-map="CRDN_PLC" data-maxlengthb="200" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-6">
|
|
|
|
<!-- 상세 단속 장소 -->
|
|
|
|
<label for="vhclNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">차량명칭</label>
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
<input type="text" class="form-control" id="vhclNm--${pageName}" name="vhclNm" data-map="VHCL_NM" readonly placeholder="입력항목이 아닙니다." />
|
|
|
|
<template class="bpv">
|
|
|
|
</div>
|
|
|
|
<slot>
|
|
|
|
<div class="col-md-6">
|
|
|
|
<label for="dtlCrdnPlc--${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-80" id="dtlCrdnPlc--${pageName}" name="dtlCrdnPlc" data-map="DTL_CRDN_PLC" data-maxlenghb="200" />
|
|
|
|
<input type="text" class="form-control" id="vhclColor--${pageName}" name="vhclColor" data-map="VHCL_COLOR" readonly placeholder="입력항목이 아닙니다." />
|
|
|
|
</slot>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
</div>
|
|
|
|
<template class="pvs bpv">
|
|
|
|
<div class="col-md-6" slot="edit">
|
|
|
|
<slot>
|
|
|
|
<template class="pvs">
|
|
|
|
<label for="ffnlgCarmdlCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">차종</label>
|
|
|
|
<slot>
|
|
|
|
<select class="form-select" id="ffnlgCarmdlCd--${pageName}" name ="ffnlgCarmdlCd" data-map="FFNLG_CARMDL_CD">
|
|
|
|
<label for="crdnSpareaCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">특별구역</label>
|
|
|
|
<option value=""></option>
|
|
|
|
<select class="form-select" id="crdnSpareaCd--${pageName}" name="crdnSpareaCd" data-map="CRDN_SPAREA_CD">
|
|
|
|
<c:forEach items="${FIM009List}" var="item">
|
|
|
|
<c:forEach items="${FIM007List}" var="item">
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
</c:forEach>
|
|
|
|
</c:forEach>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</slot>
|
|
|
|
</slot>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
<div class="col-md-6" slot="edit">
|
|
|
|
<template class="eca">
|
|
|
|
<template class="pvs">
|
|
|
|
<slot>
|
|
|
|
<slot>
|
|
|
|
<label for="useFuelCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">연료구분</label>
|
|
|
|
<label for="towngYnNm--${pageName}">
|
|
|
|
<select id="useFuelCd--${pageName}" class="form-select" name="useFuelCd" data-map="USE_FUEL_CD" disabled>
|
|
|
|
<input type="checkbox" class="form-check-input" id="towngYnNm--${pageName}" name="towngYnNm" data-map="TOWNG_YN_NM" />견인여부
|
|
|
|
<option value=""></option>
|
|
|
|
</label>
|
|
|
|
<c:forEach items="${LVS005List}" var="item">
|
|
|
|
</slot>
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
</template>
|
|
|
|
</c:forEach>
|
|
|
|
</div>
|
|
|
|
</select>
|
|
|
|
<!-- 기타 내용 -->
|
|
|
|
</slot>
|
|
|
|
<div class="col-md-12">
|
|
|
|
</template>
|
|
|
|
<label for="etcCn--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">특기사항</label>
|
|
|
|
</div>
|
|
|
|
<input type="text" class="form-control w-80" id="etcCn--${pageName}" name="etcCn" data-map="ETC_CN" data-maxlengthb="1000" />
|
|
|
|
<div class="col-md-6" slot="edit">
|
|
|
|
</div>
|
|
|
|
<template class="dpv eca pvs">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<slot>
|
|
|
|
<label for="vin--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">차대번호</label>
|
|
|
|
<label for="towngYn--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">견인지시</label>
|
|
|
|
<input type="text" class="form-control" id="vin--${pageName}" name="vin" data-map="VIN" readonly placeholder="입력항목이 아닙니다." />
|
|
|
|
<select class="form-select" id="towngYn--${pageName}" name="towngYn" data-map="TOWNG_YN">
|
|
|
|
</div>
|
|
|
|
<c:forEach items="${FIM053List}" var="item">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
<label for="vhclNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">차량명칭</label>
|
|
|
|
</c:forEach>
|
|
|
|
<input type="text" class="form-control" id="vhclNm--${pageName}" name="vhclNm" data-map="VHCL_NM" readonly placeholder="입력항목이 아닙니다." />
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</slot>
|
|
|
|
<div class="col-md-6">
|
|
|
|
</template>
|
|
|
|
<label for="vhclColor--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">차량색상</label>
|
|
|
|
</div>
|
|
|
|
<input type="text" class="form-control" id="vhclColor--${pageName}" name="vhclColor" data-map="VHCL_COLOR" readonly placeholder="입력항목이 아닙니다." />
|
|
|
|
<div class="col-md-6" slot="edit">
|
|
|
|
</div>
|
|
|
|
<template class="dpv eca pvs">
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
<slot>
|
|
|
|
<template class="pvs bpv">
|
|
|
|
<label for="crdnSn--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">스티커번호</label>
|
|
|
|
<slot>
|
|
|
|
<input type="text" class="form-control" id="crdnSn--${pageName}" name="crdnSn" data-map="CRDN_SN" maxlength="20" data-maxlengthb="20" />
|
|
|
|
<label for="ffnlgCarmdlCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">차종</label>
|
|
|
|
</slot>
|
|
|
|
<select class="form-select" id="ffnlgCarmdlCd--${pageName}" name ="ffnlgCarmdlCd" data-map="FFNLG_CARMDL_CD">
|
|
|
|
</template>
|
|
|
|
<option value=""></option>
|
|
|
|
</div>
|
|
|
|
<c:forEach items="${FIM009List}" var="item">
|
|
|
|
<div class="col-md-6" slot="edit">
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
<template class="dpv">
|
|
|
|
</c:forEach>
|
|
|
|
<slot>
|
|
|
|
</select>
|
|
|
|
<label for="parkngPsbltyRsltCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">장애차량확인</label>
|
|
|
|
</slot>
|
|
|
|
<select class="form-select" id="parkngPsbltyRsltCd--${pageName}" name="parkngPsbltyRsltCd" data-map="PARKNG_PSBLTY_RSLT_CD">
|
|
|
|
</template>
|
|
|
|
<c:forEach items="${FIM034List}" var="item">
|
|
|
|
</div>
|
|
|
|
<c:if test="${item.code == '0' or item.code == '1'}">
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
<template class="eca">
|
|
|
|
</c:if>
|
|
|
|
<slot>
|
|
|
|
</c:forEach>
|
|
|
|
<label for="useFuelCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">연료구분</label>
|
|
|
|
</select>
|
|
|
|
<select id="useFuelCd--${pageName}" class="form-select" name="useFuelCd" data-map="USE_FUEL_CD" disabled>
|
|
|
|
</slot>
|
|
|
|
<option value=""></option>
|
|
|
|
</template>
|
|
|
|
<c:forEach items="${LVS005List}" var="item">
|
|
|
|
</div>
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
</c:forEach>
|
|
|
|
<template class="pvs bpv">
|
|
|
|
</select>
|
|
|
|
<slot>
|
|
|
|
</slot>
|
|
|
|
<label for="teamId--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">단속조</label>
|
|
|
|
</template>
|
|
|
|
<select class="form-select" id="teamId--${pageName}" name="teamId" data-map="TEAM_ID">
|
|
|
|
</div>
|
|
|
|
<option value=""></option>
|
|
|
|
<div class="col-md-6" slot="edit">
|
|
|
|
<c:forEach items="${TeamList}" var="item">
|
|
|
|
<template class="dpv eca pvs">
|
|
|
|
<option value="${item.TEAM_ID}">${item.TEAM_NM}</option>
|
|
|
|
<slot>
|
|
|
|
</c:forEach>
|
|
|
|
<label for="towngYn--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">견인지시</label>
|
|
|
|
</select>
|
|
|
|
<select class="form-select" id="towngYn--${pageName}" name="towngYn" data-map="TOWNG_YN">
|
|
|
|
</slot>
|
|
|
|
<c:forEach items="${FIM053List}" var="item">
|
|
|
|
</template>
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
</div>
|
|
|
|
</c:forEach>
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
</select>
|
|
|
|
<template class="pvs bpv">
|
|
|
|
</slot>
|
|
|
|
<slot>
|
|
|
|
</template>
|
|
|
|
<label class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">단속원</label>
|
|
|
|
</div>
|
|
|
|
<input type="text" class="form-control" id="teamer1--${pageName}" name="teamer1" data-map="TEAMER_1" />
|
|
|
|
<div class="col-md-6" slot="edit">
|
|
|
|
<input type="text" class="form-control" id="teamer2--${pageName}" name="teamer2" data-map="TEAMER_2" />
|
|
|
|
<template class="dpv eca pvs">
|
|
|
|
<input type="text" class="form-control" id="teamer3--${pageName}" name="teamer3" data-map="TEAMER_3" />
|
|
|
|
<slot>
|
|
|
|
<input type="text" class="form-control" id="teamer4--${pageName}" name="teamer4" data-map="TEAMER_4" />
|
|
|
|
<label for="crdnSn--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">스티커번호</label>
|
|
|
|
</slot>
|
|
|
|
<input type="text" class="form-control" id="crdnSn--${pageName}" name="crdnSn" data-map="CRDN_SN" maxlength="20" data-maxlengthb="20" />
|
|
|
|
</template>
|
|
|
|
</slot>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-md-6" slot="edit">
|
|
|
|
|
|
|
|
<template class="dpv">
|
|
|
|
|
|
|
|
<slot>
|
|
|
|
|
|
|
|
<label for="parkngPsbltyRsltCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">장애차량확인</label>
|
|
|
|
|
|
|
|
<select class="form-select" id="parkngPsbltyRsltCd--${pageName}" name="parkngPsbltyRsltCd" data-map="PARKNG_PSBLTY_RSLT_CD">
|
|
|
|
|
|
|
|
<c:forEach items="${FIM034List}" var="item">
|
|
|
|
|
|
|
|
<c:if test="${item.code == '0' or item.code == '1'}">
|
|
|
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
|
|
|
|
</c:if>
|
|
|
|
|
|
|
|
</c:forEach>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</slot>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
|
|
|
|
<template class="pvs bpv">
|
|
|
|
|
|
|
|
<slot>
|
|
|
|
|
|
|
|
<label for="teamId--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">단속조</label>
|
|
|
|
|
|
|
|
<select class="form-select" id="teamId--${pageName}" name="teamId" data-map="TEAM_ID">
|
|
|
|
|
|
|
|
<option value=""></option>
|
|
|
|
|
|
|
|
<c:forEach items="${TeamList}" var="item">
|
|
|
|
|
|
|
|
<option value="${item.TEAM_ID}">${item.TEAM_NM}</option>
|
|
|
|
|
|
|
|
</c:forEach>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</slot>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-md-12" slot="edit">
|
|
|
|
|
|
|
|
<template class="pvs bpv">
|
|
|
|
|
|
|
|
<slot>
|
|
|
|
|
|
|
|
<label class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">단속원</label>
|
|
|
|
|
|
|
|
<input type="text" class="form-control" id="teamer1--${pageName}" name="teamer1" data-map="TEAMER_1" />
|
|
|
|
|
|
|
|
<input type="text" class="form-control" id="teamer2--${pageName}" name="teamer2" data-map="TEAMER_2" />
|
|
|
|
|
|
|
|
<input type="text" class="form-control" id="teamer3--${pageName}" name="teamer3" data-map="TEAMER_3" />
|
|
|
|
|
|
|
|
<input type="text" class="form-control" id="teamer4--${pageName}" name="teamer4" data-map="TEAMER_4" />
|
|
|
|
|
|
|
|
</slot>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<!-- /입력 영역 -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- <div class="card"> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 업무 버튼 표시 -->
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<span class="container-page-btn">
|
|
|
|
|
|
|
|
<span class="container-window-btn-right">
|
|
|
|
|
|
|
|
<!-- 업무 버튼 -->
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-primary" id="btnSave--${pageName}" title="저장" onclick="fnSave${pageName}()">저장</button>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<!-- / 업무 버튼 표시 -->
|
|
|
|
<!-- /입력 영역 -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div> <!-- / Content <div class="container-xxl flex-grow-1 px-0"> -->
|
|
|
|
<!-- <div class="card"> -->
|
|
|
|
</div> <!-- / inner page html <div class="content-wrapper"> -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 업무 버튼 표시 -->
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<span class="container-page-btn">
|
|
|
|
|
|
|
|
<span class="container-window-btn-right">
|
|
|
|
|
|
|
|
<!-- 업무 버튼 -->
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-primary" id="btnSave--${pageName}" title="저장" onclick="fnSave${pageName}()">저장</button>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- / 업무 버튼 표시 -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
/**************************************************************************
|
|
|
|
/**************************************************************************
|
|
|
|