|
|
|
@ -4,50 +4,50 @@
|
|
|
|
|
<c:set var="prefixName" scope="request">의견제출 상세 정보</c:set>
|
|
|
|
|
|
|
|
|
|
<!-- inner page html -->
|
|
|
|
|
<div class="content-pop">
|
|
|
|
|
<div class="content-pop" data-doctx="${pageName}">
|
|
|
|
|
<!-- Content -->
|
|
|
|
|
<div class="container flex-grow-1 px-0">
|
|
|
|
|
<div class="card">
|
|
|
|
|
<!-- 입력 영역 -->
|
|
|
|
|
<form id="frmEdit--${pageName}" name="frmEdit">
|
|
|
|
|
<form name="frmEdit">
|
|
|
|
|
<!-- hidden -->
|
|
|
|
|
<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" />
|
|
|
|
|
<input type="hidden" id="crdnId--${pageName}" name="crdnId" data-map="CRDN_ID" />
|
|
|
|
|
<input type="hidden" id="opnnId--${pageName}" name="opnnId" data-map="OPNN_ID" />
|
|
|
|
|
<input type="hidden" name="sggCd" data-map="SGG_CD" />
|
|
|
|
|
<input type="hidden" name="taskSeCd" data-map="TASK_SE_CD" />
|
|
|
|
|
<input type="hidden" name="crdnId" data-map="CRDN_ID" />
|
|
|
|
|
<input type="hidden" name="opnnId" data-map="OPNN_ID" />
|
|
|
|
|
|
|
|
|
|
<div class="row g-1">
|
|
|
|
|
<!-- 단속일시 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="crdnYmdTm--${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="crdnYmdTm--${pageName}" name="crdnYmdTm" data-map="CRDN_YMD_TM" data-fmt-type="dt" />
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end" for="crdnYmdTm">단속일시</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-50" name="crdnYmdTm" data-map="CRDN_YMD_TM" data-fmt-type="dt" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 차량번호 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<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 w-40" id="vhrno--${pageName}" name="vhrno" data-map="VHRNO" />
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end" for="vhrno">차량번호</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-45" name="vhrno" data-map="VHRNO" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 납부자 명 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="rtpyrNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">납부자</label>
|
|
|
|
|
<input type="text" class="form-control w-55" id="rtpyrNm--${pageName}" name="rtpyrNm" data-map="RTPYR_NM" />
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end" for="rtpyrNm">납부자</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-55" name="rtpyrNm" data-map="RTPYR_NM" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 접수 번호 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="rcptNo--${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="rcptNo--${pageName}" name="rcptNo" data-map="RCPT_NO" />
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end" for="rcptNo">접수번호</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-40" name="rcptNo" data-map="RCPT_NO" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 접수 일자 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="rcptYmd--${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="rcptYmd--${pageName}" name="rcptYmd" data-map="RCPT_YMD"
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end required" for="rcptYmd">접수일자</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control form-date" name="rcptYmd" data-map="RCPT_YMD"
|
|
|
|
|
data-fmt-type="day" title="날짜 선택" maxlength="10" required />
|
|
|
|
|
<button type="button" class="bx bx-lg bx-calendar bg-white" id="btnRcptYmd--${pageName}"></button>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 접수 구분 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="rcptSeCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required">접수구분</label>
|
|
|
|
|
<select class="form-select" id="rcptSeCd--${pageName}" name="rcptSeCd" data-map="RCPT_SE_CD" required>
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end required" for="rcptSeCd">접수구분</label>
|
|
|
|
|
<select is="id-select" class="form-select" name="rcptSeCd" data-map="RCPT_SE_CD" required>
|
|
|
|
|
<option value="">선택하세요</option>
|
|
|
|
|
<c:forEach items="${FIM029List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
@ -56,21 +56,21 @@
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 진술자 이름 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="sttrNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required">성명</label>
|
|
|
|
|
<input type="text" class="form-control w-35" id="sttrNm--${pageName}" name="sttrNm" data-map="STTR_NM" required />
|
|
|
|
|
<button type="button" class="btn btn-sm btn-outline-dark" id="btnSearchPayer--${pageName}" title="납부자 정보 적용">
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end required" for="sttrNm">성명</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-35" name="sttrNm" data-map="STTR_NM" required />
|
|
|
|
|
<button type="button" class="btn btn-sm btn-outline-dark" name="btnSearchPayer" title="납부자 정보 적용">
|
|
|
|
|
납부자
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 진술자 생년월일 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="sttrBrdt--${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="sttrBrdt--${pageName}" name="sttrBrdt" data-map="STTR_BRDT" placeholder="YYMMDD" />
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end" for="sttrBrdt">생년월일</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-30" name="sttrBrdt" data-map="STTR_BRDT" placeholder="YYMMDD" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 소유주 관계 구분 코드 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="ownrRelCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">소유주관계</label>
|
|
|
|
|
<select class="form-select" id="ownrRelCd--${pageName}" name="ownrRelCd" data-map="OWNR_REL_CD">
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end required" for="ownrRelCd">소유주관계</label>
|
|
|
|
|
<select is="id-select" class="form-select" name="ownrRelCd" data-map="OWNR_REL_CD" required>
|
|
|
|
|
<option value="">선택하세요</option>
|
|
|
|
|
<c:forEach items="${FIM032List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
@ -79,37 +79,37 @@
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 진술자 주소 --><!-- 진술자 우편번호 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="sttrAddr--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">주소</label>
|
|
|
|
|
<input type="text" class="form-control w-70" id="sttrAddr--${pageName}" name="sttrAddr" data-map="STTR_ADDR" />
|
|
|
|
|
<input type="text" class="form-control w-px-75" id="sttrZip--${pageName}" name="sttrZip" data-map="STTR_ZIP" />
|
|
|
|
|
<button type="button" class="btn btn-sm btn-outline-dark" id="btnSearchAddr--${pageName}" title="주소 검색">
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end" for="sttrAddr">주소</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-70" name="sttrAddr" data-map="STTR_ADDR" />
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-px-75" name="sttrZip" data-map="STTR_ZIP" />
|
|
|
|
|
<button type="button" class="btn btn-sm btn-outline-dark" name="btnSearchAddr" title="주소 검색">
|
|
|
|
|
검색
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 진술자 상세주소 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="sttrDaddr--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">상세주소</label>
|
|
|
|
|
<input type="text" class="form-control w-85" id="sttrDaddr--${pageName}" name="sttrDaddr" data-map="STTR_DADDR" />
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end" for="sttrDaddr">상세주소</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-85" name="sttrDaddr" data-map="STTR_DADDR" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 진술자 연락처 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="sttrCttpc--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">연락처</label>
|
|
|
|
|
<input type="text" class="form-control w-45" id="sttrCttpc--${pageName}" name="sttrCttpc" data-map="STTR_CTTPC" />
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end" for="sttrCttpc">연락처</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-45" name="sttrCttpc" data-map="STTR_CTTPC" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 진술자 이메일 -->
|
|
|
|
|
<div class="col-md-8">
|
|
|
|
|
<label for="sttrEml--${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="sttrEml--${pageName}" name="sttrEml" data-map="STTR_EML" />
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end" for="sttrEml">이메일</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-40" name="sttrEml" data-map="STTR_EML" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 의견 제출 내용 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="opnnSbmsnCn--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">의견제출내용</label>
|
|
|
|
|
<textarea type="text" class="form-control w-85" id="opnnSbmsnCn--${pageName}" name="opnnSbmsnCn" data-map="OPNN_SBMSN_CN" rows="5" data-maxlengthb="4000"></textarea>
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end align-top" for="opnnSbmsnCn">의견제출내용</label>
|
|
|
|
|
<textarea is="id-textarea" type="text" class="form-control w-85" name="opnnSbmsnCn" data-map="OPNN_SBMSN_CN" rows="5" data-maxlengthb="4000"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 의견 제출 구분 코드 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="opnnSbmsnSeCd--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required">의견제출구분</label>
|
|
|
|
|
<select class="form-select" id="opnnSbmsnSeCd--${pageName}" name="opnnSbmsnSeCd" data-map="OPNN_SBMSN_SE_CD" required>
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end required" for="opnnSbmsnSeCd">의견제출구분</label>
|
|
|
|
|
<select is="id-select" class="form-select" name="opnnSbmsnSeCd" data-map="OPNN_SBMSN_SE_CD" required>
|
|
|
|
|
<option value="">선택하세요</option>
|
|
|
|
|
<c:forEach items="${FIM033List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
@ -118,14 +118,13 @@
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 의견 제출 요지 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="opnnSbmsnGist--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">의견제출요지</label>
|
|
|
|
|
<input type="text" class="form-control w-85" id="opnnSbmsnGist--${pageName}" name="opnnSbmsnGist" data-map="OPNN_SBMSN_GIST" data-maxlengthb="300" />
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end" for="opnnSbmsnGist">의견제출요지</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-85" name="opnnSbmsnGist" data-map="OPNN_SBMSN_GIST" data-maxlengthb="300" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 담당자 검토 의견 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="picRvwOpnn--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">검토의견</label>
|
|
|
|
|
<textarea class="form-control w-85" id="picRvwOpnn--${pageName}" name="picRvwOpnn" data-map="PIC_RVW_OPNN" rows="3" data-maxlengthb="1000">
|
|
|
|
|
</textarea>
|
|
|
|
|
<label is="name-label" class="col-form-label bg-lighter pe-2 w-px-120 text-sm-end align-top" for="picRvwOpnn">검토의견</label>
|
|
|
|
|
<textarea is="id-textarea" class="form-control w-85" name="picRvwOpnn" data-map="PIC_RVW_OPNN" rows="2" data-maxlengthb="1000"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
@ -133,17 +132,17 @@
|
|
|
|
|
|
|
|
|
|
<!-- 첨부 파일 -->
|
|
|
|
|
<div class="card">
|
|
|
|
|
<form id="frmFile--${pageName}" method="post" enctype="multipart/form-data" >
|
|
|
|
|
<input type="file" id="uploadFiles--${pageName}" name="uploadFiles" multiple="multiple" onchange="pageObject['${pageName}'].fnAddFiles(this);" hidden />
|
|
|
|
|
<form name="frmFile" method="post" enctype="multipart/form-data" >
|
|
|
|
|
<input type="file" name="uploadFiles" multiple="multiple" onchange="pageObject['${pageName}'].fnAddFiles(this);" hidden />
|
|
|
|
|
</form>
|
|
|
|
|
<div class="row g-1">
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<button type="button" class="btn btn-blue w-px-120" id="btnAddFile--${pageName}" title="첨부파일 추가">파일추가</button>
|
|
|
|
|
<button type="button" class="btn btn-blue w-px-120" name="btnAddFile" title="첨부파일 추가">파일추가</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 첨부 파일 테이블 -->
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
<table class="table table-bordered table-hover table-striped" id="fileList--${pageName}">
|
|
|
|
|
<table class="table table-bordered table-hover table-striped" name="fileList">
|
|
|
|
|
<thead>
|
|
|
|
|
<th class="text-center" style="width: 24px">No.</th>
|
|
|
|
|
<th class="text-center" style="width: 200px">파일번호</th>
|
|
|
|
@ -152,7 +151,7 @@
|
|
|
|
|
<th class="text-center" style="width: 120px">다운로드</th>
|
|
|
|
|
<th class="text-center" style="width: 120px">삭제</th>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tbody name="tbodyFileList">
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div> <!-- 첨부 파일 테이블 <div class="table-responsive"> -->
|
|
|
|
@ -164,7 +163,9 @@
|
|
|
|
|
<span class="container-page-btn">
|
|
|
|
|
<!-- 업무 버튼 -->
|
|
|
|
|
<span class="container-window-btn-right">
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" id="btnSave--${pageName}" title="저장">저장</button>
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" name="btnSave" title="저장">
|
|
|
|
|
저장
|
|
|
|
|
</button>
|
|
|
|
|
</span>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
@ -179,7 +180,7 @@
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* Global Variable
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
pageObject["${pageName}"] = {};
|
|
|
|
|
pageObject["${pageName}"] = newDoctxFinder("${pageName}");
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* script 진입
|
|
|
|
@ -191,43 +192,47 @@
|
|
|
|
|
// infoDialog 호출 용도(view 조회(편집불가), create 등록, update 수정)
|
|
|
|
|
$P.callPurpose = "${callPurpose}";
|
|
|
|
|
// FormFields
|
|
|
|
|
$P.formFields = new FimsFormFields("#frmEdit--${pageName}");
|
|
|
|
|
$P.formFields = new FimsFormFields($P.selector("frmEdit"));
|
|
|
|
|
// 파일 리스트
|
|
|
|
|
$P.fileListArr = new Array();
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* DatasetControl
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
$P.control = new DatasetControl({
|
|
|
|
|
$P.ctrl = new DatasetControl({
|
|
|
|
|
prefix: "opnn"
|
|
|
|
|
, prefixName: "의견제출"
|
|
|
|
|
, keymapper: info => info ? info.OPNN_ID : ""
|
|
|
|
|
, dataGetter: obj => obj.${infoPrefix}Info
|
|
|
|
|
, dataGetter: obj => obj.info
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* DatasetControl 이벤트
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
// 현재 선택 자료 변경 이벤트
|
|
|
|
|
$P.control.onCurrentChange = (item) => {
|
|
|
|
|
$P.ctrl.onCurrentChange = (item) => {
|
|
|
|
|
if (!item) return;
|
|
|
|
|
|
|
|
|
|
// Dataset 셋팅
|
|
|
|
|
$P.formFields.set($P.control, item);
|
|
|
|
|
$P.formFields.set($P.ctrl, item);
|
|
|
|
|
|
|
|
|
|
// 업무구분에 따른 URL 변경
|
|
|
|
|
$P.fnSetURL(item.data.TASK_SE_CD);
|
|
|
|
|
|
|
|
|
|
let key = item.data.OPNN_ID;
|
|
|
|
|
|
|
|
|
|
// 호출용도가 등록..
|
|
|
|
|
if ($P.callPurpose == "create") {
|
|
|
|
|
$("#rcptYmd--${pageName}").datepicker("setDate", new Date());
|
|
|
|
|
$P.$find("rcptYmd").datepicker("setDate", TODAY());
|
|
|
|
|
} else {
|
|
|
|
|
$P.fnSearchFileList(item.data.OPNN_ID); // 첨부파일 조회
|
|
|
|
|
// 첨부파일 조회
|
|
|
|
|
if (key != null) { $P.fnSearchFileList(key); }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 저장 callback
|
|
|
|
|
$P.control.onSave = (resp) => {
|
|
|
|
|
let dialogTitle = $("#" + $P.control.prefix + "Dialog--${openerPageName}").find("h5.modal-title").html();
|
|
|
|
|
$P.ctrl.onSave = (resp) => {
|
|
|
|
|
let dialogTitle = $("#" + $P.selfDlgId()).find("h5.modal-title").html();
|
|
|
|
|
let showMessage = resp.rtnMsg.replace(/[S]|[F]/g, dialogTitle);
|
|
|
|
|
|
|
|
|
|
// 메시지 출력
|
|
|
|
@ -235,18 +240,19 @@
|
|
|
|
|
content: showMessage
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
, onOK: () => { }
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
, onClose: () => {
|
|
|
|
|
if (resp.saved) {
|
|
|
|
|
// 폼을 리셋해서 uploadFiles에 출력된 선택 파일을 초기화시킨다.
|
|
|
|
|
document.getElementById("frmFile--${pageName}").reset();
|
|
|
|
|
$P.find("frmFile").reset();
|
|
|
|
|
|
|
|
|
|
dialog.close($P.control.prefix + "Dialog--${openerPageName}");
|
|
|
|
|
dialog.close($P.selfDlgId());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 저장
|
|
|
|
|
$P.control.save = (info) => {
|
|
|
|
|
$P.ctrl.save = (info) => {
|
|
|
|
|
if (!info) return;
|
|
|
|
|
|
|
|
|
|
let create = ($P.callPurpose == "create");
|
|
|
|
@ -262,11 +268,11 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ajax.post({
|
|
|
|
|
url: !create ? $P.control.urls.update : $P.control.urls.create
|
|
|
|
|
url: !create ? $P.ctrl.urls.update : $P.ctrl.urls.create
|
|
|
|
|
, data: formData
|
|
|
|
|
, contentType: false
|
|
|
|
|
, processData: false
|
|
|
|
|
, success: resp => $P.control.onSave(resp)
|
|
|
|
|
, success: (resp) => { $P.ctrl.onSave(resp); }
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -275,45 +281,45 @@
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
// 업무구분에 따른 url 변경
|
|
|
|
|
$P.fnSetURL = (taskSeCd) => {
|
|
|
|
|
$P.control.urls.create = wctx.url("/" + taskSeCd + "${infoPrefixUrl}" + "/020/create.do"); // 등록
|
|
|
|
|
$P.control.urls.update = wctx.url("/" + taskSeCd + "${infoPrefixUrl}" + "/020/update.do"); // 수정
|
|
|
|
|
$P.ctrl.urls.create = wctx.url("/" + taskSeCd + "${infoPrefixUrl}" + "/020/create.do"); // 등록
|
|
|
|
|
$P.ctrl.urls.update = wctx.url("/" + taskSeCd + "${infoPrefixUrl}" + "/020/update.do"); // 수정
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 주소 검색 결과 callback
|
|
|
|
|
$P.callbackSearchAddr = (obj) => {
|
|
|
|
|
$("#sttrAddr--${pageName}").val(obj.ADDR); // 주소
|
|
|
|
|
$("#sttrZip--${pageName}").val(obj.ZIP); // 우편번호
|
|
|
|
|
$("#sttrDaddr--${pageName}").val(obj.DTL_ADDR); // 상세 주소
|
|
|
|
|
$P.$find("sttrAddr").val(obj.ADDR); // 주소
|
|
|
|
|
$P.$find("sttrZip").val(obj.ZIP); // 우편번호
|
|
|
|
|
$P.$find("sttrDaddr").val(obj.DTL_ADDR); // 상세 주소
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* 버튼 clickEvent
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
// 납부자 정보를 진술자 정보로 입력한다.
|
|
|
|
|
$P.fnSearchPayer = (title) => {
|
|
|
|
|
$("select[name='ownrRelCd'] option:contains('본인')").attr("selected", "selected");
|
|
|
|
|
$("#sttrNm--${pageName}").val($P.control.getValue("RTPYR_NM"));
|
|
|
|
|
$("#sttrBrdt--${pageName}").val($P.control.getValue("RTPYR_BRDT"));
|
|
|
|
|
$("#sttrAddr--${pageName}").val($P.control.getValue("ADDR"));
|
|
|
|
|
$("#sttrZip--${pageName}").val($P.control.getValue("ZIP"));
|
|
|
|
|
$("#sttrDaddr--${pageName}").val($P.control.getValue("DTL_ADDR"));
|
|
|
|
|
|
|
|
|
|
if ($P.control.getValue("RTPYR_MBL_TELNO") != "")
|
|
|
|
|
$("#sttrCttpc--${pageName}").val($P.control.getValue("RTPYR_MBL_TELNO"));
|
|
|
|
|
$P.fnSearchPayer = (btnTitle) => {
|
|
|
|
|
$P.$find("frmEdit").find("[name='ownrRelCd'] option:contains('본인')").prop("selected", true);
|
|
|
|
|
$P.$find("sttrNm").val($P.ctrl.getValue("RTPYR_NM"));
|
|
|
|
|
$P.$find("sttrBrdt").val($P.ctrl.getValue("RTPYR_BRDT"));
|
|
|
|
|
$P.$find("sttrAddr").val($P.ctrl.getValue("ADDR"));
|
|
|
|
|
$P.$find("sttrZip").val($P.ctrl.getValue("ZIP"));
|
|
|
|
|
$P.$find("sttrDaddr").val($P.ctrl.getValue("DTL_ADDR"));
|
|
|
|
|
|
|
|
|
|
if ($P.ctrl.getValue("RTPYR_MBL_TELNO") != "")
|
|
|
|
|
$P.$find("sttrCttpc").val($P.ctrl.getValue("RTPYR_MBL_TELNO"));
|
|
|
|
|
else
|
|
|
|
|
$("#sttrCttpc--${pageName}").val($P.control.getValue("RTPYR_TELNO"));
|
|
|
|
|
$P.$find("sttrCttpc").val($P.ctrl.getValue("RTPYR_TELNO"));
|
|
|
|
|
|
|
|
|
|
$("#sttrEml--${pageName}").val($P.control.getValue("RTPYR_EML"));
|
|
|
|
|
$P.$find("sttrEml").val($P.ctrl.getValue("RTPYR_EML"));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 주소 검색
|
|
|
|
|
$P.fnSearchAddr = async(title) => {
|
|
|
|
|
$P.fnSearchAddr = async(btnTitle) => {
|
|
|
|
|
let resp = await fetch(wctx.url("/resources/html/searchAddr.html"));
|
|
|
|
|
let template = await resp.text();
|
|
|
|
|
|
|
|
|
|
dialog.open({
|
|
|
|
|
id: "searchAddrDialog"
|
|
|
|
|
, title: title
|
|
|
|
|
, title: btnTitle
|
|
|
|
|
, size: "lg"
|
|
|
|
|
, content: template
|
|
|
|
|
, init: () => {
|
|
|
|
@ -326,8 +332,16 @@
|
|
|
|
|
|
|
|
|
|
// 첨부파일 조회
|
|
|
|
|
$P.fnSearchFileList = (opnnId) => {
|
|
|
|
|
let tableFileList = $P.find("fileList"); // table element 찾기
|
|
|
|
|
let fileLength = tableFileList.rows.length;
|
|
|
|
|
|
|
|
|
|
// 기존 table에 자료가 존재하면 tableRow 삭제
|
|
|
|
|
for (let iLoop = 1; iLoop < fileLength; iLoop++) {
|
|
|
|
|
tableFileList.deleteRow(1); // table 행(Row) 삭제
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 의견제출 등록일 경우에는 첨부파일을 조회하지 안는다..
|
|
|
|
|
if (opnnId == null || opnnId == "") return;
|
|
|
|
|
if (!opnnId) return;
|
|
|
|
|
|
|
|
|
|
// 첨부파일 리스트
|
|
|
|
|
ajax.get({
|
|
|
|
@ -337,7 +351,7 @@
|
|
|
|
|
, infoKeys: opnnId
|
|
|
|
|
, fetchSize: 0
|
|
|
|
|
}
|
|
|
|
|
, success: resp => {
|
|
|
|
|
, success: (resp) => {
|
|
|
|
|
let fileNo = 0;
|
|
|
|
|
let fileList = resp.fileList;
|
|
|
|
|
|
|
|
|
@ -356,7 +370,7 @@
|
|
|
|
|
innerHtml += "pageObject['${pageName}'].fnFileRemove(this);" + "><i class='bx bx-trash me-1'></i></button>" + "</td>";
|
|
|
|
|
innerHtml += "</tr>";
|
|
|
|
|
|
|
|
|
|
$("#fileList--${pageName} > tbody:last").append(innerHtml);
|
|
|
|
|
$P.$find("tbodyFileList").append(innerHtml);
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
@ -364,10 +378,10 @@
|
|
|
|
|
|
|
|
|
|
// 첨부파일 등록
|
|
|
|
|
$P.fnAddFiles = (obj) => {
|
|
|
|
|
let fileNo = $("#fileList--${pageName} > tbody tr").length; // table의 tr 개수
|
|
|
|
|
|
|
|
|
|
let maxFileCnt = 3; // 첨부파일 최대 개수
|
|
|
|
|
let attFileCnt = obj.files.length; // 선택한 파일 개수 + 기존 파일 개수
|
|
|
|
|
let tableFileList = $P.find("fileList"); // table element 찾기
|
|
|
|
|
let fileNo = tableFileList.rows.length - 1; // table에 있는 파일 갯수 (첫번째 title은 제외하기 위해서 -1 처리)
|
|
|
|
|
let maxFileCnt = 3; // 의견제출에 등록 할 수 있는 첨부 파일 최대 개수
|
|
|
|
|
let attFileCnt = obj.files.length; // 선택한 파일의 개수
|
|
|
|
|
let fileArr = new Array(); // 파일 배열
|
|
|
|
|
|
|
|
|
|
fileArr = $P.fileListArr;
|
|
|
|
@ -376,6 +390,8 @@
|
|
|
|
|
if (attFileCnt + fileNo > maxFileCnt) {
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content : "첨부파일은 최대 " + maxFileCnt + "개 까지 첨부 가능합니다."
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
, onOK: () => { }
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
@ -397,7 +413,7 @@
|
|
|
|
|
innerHtml += "pageObject['${pageName}'].fnFileRemove(this);" + "><i class='bx bx-trash me-1'></i></button>" + "</td>";
|
|
|
|
|
innerHtml += "</tr>";
|
|
|
|
|
|
|
|
|
|
$("#fileList--${pageName} > tbody:last").append(innerHtml);
|
|
|
|
|
$P.$find("tbodyFileList").append(innerHtml);
|
|
|
|
|
|
|
|
|
|
fileArr.push(obj.files[iLoop]);
|
|
|
|
|
}
|
|
|
|
@ -410,19 +426,21 @@
|
|
|
|
|
, onOK: () => {
|
|
|
|
|
let tr = $(obj).parent().parent(); // 클릭한 버튼이 속한 tr 요소
|
|
|
|
|
let td = tr.children();
|
|
|
|
|
let fileNo = td.eq(0).text(); // 삭제할 파일 번호
|
|
|
|
|
let fileId = td.eq(1).text();
|
|
|
|
|
let fileId = td.eq(1).text(); // 삭제할 파일번호
|
|
|
|
|
let fileName = td.eq(2).text(); // 삭제할 파일이름
|
|
|
|
|
|
|
|
|
|
if (fileId != null && fileId != "") {
|
|
|
|
|
ajax.post({
|
|
|
|
|
url: "file/remove.do"
|
|
|
|
|
, data: { fileIDs: fileId }
|
|
|
|
|
, success: resp => { // 성공
|
|
|
|
|
}
|
|
|
|
|
, success: (resp) => { }
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
// 배열에서 삭제한다. 배열은 0부터 시작하기 때문에 -1 해준다.
|
|
|
|
|
$P.fileListArr.splice(fileNo - 1);
|
|
|
|
|
let filtered = $P.fileListArr.filter((value, index, arr) => {
|
|
|
|
|
return (value.name != fileName);
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$P.fileListArr = filtered;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$(obj).closest("tr").remove(); // table 에서 제거
|
|
|
|
@ -438,14 +456,12 @@
|
|
|
|
|
// 저장
|
|
|
|
|
$P.fnSave = () => {
|
|
|
|
|
// validate 확인
|
|
|
|
|
if (!customValidate($("#frmEdit--${pageName}").find("input, select, textarea"))) return;
|
|
|
|
|
if (!customValidate($P.$find("frmEdit").find("input,select,textarea"))) return;
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: "현재 " + $P.control.prefixName + " 정보를 저장하시겠습니까?"
|
|
|
|
|
content: "현재 " + $P.ctrl.prefixName + " 정보를 저장하시겠습니까?"
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
, onOK: () => {
|
|
|
|
|
$P.control.save($P.formFields.get()); // formFields
|
|
|
|
|
}
|
|
|
|
|
, onOK: () => { $P.ctrl.save($P.formFields.get()); } // formFields
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -455,7 +471,7 @@
|
|
|
|
|
// 이벤트 설정
|
|
|
|
|
$P.setEvent = () => {
|
|
|
|
|
// form-date 항목에서 키보드로 입력시 날짜 포맷팅 적용
|
|
|
|
|
$("#frmEdit--${pageName}").find(".form-date").each(function() {
|
|
|
|
|
$P.$find("frmEdit").find(".form-date").each(function() {
|
|
|
|
|
$(this).on("input", function() {
|
|
|
|
|
let value = this.value.replaceAll("-", "");
|
|
|
|
|
|
|
|
|
@ -468,40 +484,37 @@
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// 버튼 이벤트
|
|
|
|
|
$("#btnSearchPayer--${pageName}").on("click", function() { // 납부자 정보 조회 버튼 이벤트
|
|
|
|
|
$P.fnSearchPayer($(this).attr("title"));
|
|
|
|
|
$P.$find("btnSearchPayer").on("click", function() {
|
|
|
|
|
$P.fnSearchPayer($(this).attr("title")); // 납부자 정보 조회 버튼 이벤트
|
|
|
|
|
});
|
|
|
|
|
$("#btnSearchAddr--${pageName}").on("click", function() { // 주소 검색 버튼 이벤트
|
|
|
|
|
$P.fnSearchAddr($(this).attr("title"));
|
|
|
|
|
$P.$find("btnSearchAddr").on("click", function() {
|
|
|
|
|
$P.fnSearchAddr($(this).attr("title")); // 주소 검색 버튼 이벤트
|
|
|
|
|
});
|
|
|
|
|
$("#btnAddFile--${pageName}").on('click', () => $("#uploadFiles--${pageName}").trigger("click")); // 파일 등록 버튼 이벤트
|
|
|
|
|
$("#btnSave--${pageName}").on("click", () => $P.fnSave()); // 저장 버튼 이벤트
|
|
|
|
|
$P.$find("btnAddFile").on("click", () => $P.$find("uploadFiles").trigger("click")); // 파일 등록 버튼 이벤트
|
|
|
|
|
$P.$find("btnSave").on("click", () => { $P.fnSave() }); // 저장
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 초기 화면 설정
|
|
|
|
|
$P.initForm = () => {
|
|
|
|
|
// 달력 초기화
|
|
|
|
|
initDatepicker("frmEdit--${pageName}");
|
|
|
|
|
$("#rcptYmd--${pageName}").datepicker("setDate", new Date());
|
|
|
|
|
// 화면 초기화
|
|
|
|
|
$P.find("frmEdit").reset();
|
|
|
|
|
|
|
|
|
|
// 화면 활성화 설정
|
|
|
|
|
$("#vhrno--${pageName}").prop("readonly", true); // 차량번호
|
|
|
|
|
$("#crdnYmdTm--${pageName}").prop("readonly", true); // 단속 일자
|
|
|
|
|
$("#rtpyrNm--${pageName}").prop("readonly", true); // 납부자 명
|
|
|
|
|
// 달력 초기화
|
|
|
|
|
initDatepicker($P.find("frmEdit"));
|
|
|
|
|
$P.$find("rcptYmd").datepicker("setDate", TODAY());
|
|
|
|
|
|
|
|
|
|
// View로 호출
|
|
|
|
|
// View로 호출되었을때 disabled 셋팅
|
|
|
|
|
if ($P.callPurpose == "view") {
|
|
|
|
|
// input 요소들을 disabled
|
|
|
|
|
$("#frmEdit--${pageName}").find("input,textarea,select").prop("disabled", true);
|
|
|
|
|
$P.$find("frmEdit").find("input,textarea,select").prop("disabled", true);
|
|
|
|
|
// button 요소들을 disabled
|
|
|
|
|
$("#btnRcptYmd--${pageName}").prop("disabled", true); // 접수 일자 달력 버튼
|
|
|
|
|
$("#btnSearchPayer--${pageName}").prop("disabled", true); // 납부자 버튼
|
|
|
|
|
$("#btnSearchAddr--${pageName}").prop("disabled", true); // 우편번호 버튼
|
|
|
|
|
$("#btnAddFile--${pageName}").prop("disabled", true); // 파일 추가 버튼
|
|
|
|
|
$("#btnSave--${pageName}").prop("disabled", true); // 저장 버튼
|
|
|
|
|
$P.$find("btnRcptYmd").prop("disabled", true); // 접수 일자 달력 버튼
|
|
|
|
|
$P.$find("btnSearchPayer").prop("disabled", true); // 납부자 버튼
|
|
|
|
|
$P.$find("btnSearchAddr").prop("disabled", true); // 우편번호 버튼
|
|
|
|
|
$P.$find("btnAddFile").prop("disabled", true); // 파일 추가 버튼
|
|
|
|
|
$P.$find("btnSave").prop("disabled", true); // 저장 버튼
|
|
|
|
|
} else if ($P.callPurpose == "create") {
|
|
|
|
|
$("#rcptNo--${pageName}").prop("readonly", true); // 접수 번호
|
|
|
|
|
$("#rcptYmd--${pageName}").datepicker("setDate", new Date()); // 접수 일자
|
|
|
|
|
$P.$find("rcptNo").prop("readonly", true); // 접수 번호
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -515,7 +528,7 @@
|
|
|
|
|
$P.initForm();
|
|
|
|
|
|
|
|
|
|
// 3. Dataset 설정
|
|
|
|
|
$P.control.setData([${opnnSbmsnInfo}]);
|
|
|
|
|
$P.ctrl.setData([${info}]);
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|