|
|
|
@ -45,6 +45,11 @@
|
|
|
|
|
<label for="rcptYmd--${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="rcptYmd--${pageName}" name="rcptYmd" data-map="RCPT_YMD" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 접수 구분 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="rcptSeNm--${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="rcptSeNm--${pageName}" name="rcptSeNm" data-map="RCPT_SE_NM" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 진술자 이름 -->
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="sttrNm--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">성명</label>
|
|
|
|
@ -141,16 +146,21 @@
|
|
|
|
|
<label for="docNo--${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="docNo--${pageName}" name="docNo" data-map="DOC_NO" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 답변일시 -->
|
|
|
|
|
<!-- 통보 구분 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="ansYmdTm--${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="ansYmdTm--${pageName}" name="ansYmdTm" data-map="ANS_YMD_TM" readonly />
|
|
|
|
|
<label for="ntfctnSeNm--${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="ntfctnSeNm--${pageName}" name="ntfctnSeNm" data-map="NTFCTN_SE_NM" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 의견 제출 상태 코드 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="opnnSbmsnSttsNm--${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="opnnSbmsnSttsNm--${pageName}" name="opnnSbmsnSttsNm" data-map="OPNN_SBMSN_STTS_NM" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 답변일시 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="ansYmdTm--${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="ansYmdTm--${pageName}" name="ansYmdTm" data-map="ANS_YMD_TM" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 답변 내용 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label for="ansCn--${pageName}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">처리 내용</label>
|
|
|
|
@ -220,14 +230,12 @@
|
|
|
|
|
url : wctx.url("/excl/excl02/020/info.do")
|
|
|
|
|
, data : params || {}
|
|
|
|
|
, success : resp => {
|
|
|
|
|
resp = resp.replace(/infoPrefix/g, this.prefix)
|
|
|
|
|
.replace(/prefixName/g, this.prefixName)
|
|
|
|
|
dialog.open({
|
|
|
|
|
id : "opnnInfoDialog"
|
|
|
|
|
, title : dialogTitle
|
|
|
|
|
, content : resp
|
|
|
|
|
, size : "xl"
|
|
|
|
|
, onClose : () => { fnDataRefreshInfo(); } // callback 자료 조회
|
|
|
|
|
, onClose : () => { fnDataRefreshInfo(params.crdnId); } // callback 자료 조회
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
@ -255,13 +263,13 @@
|
|
|
|
|
url : wctx.url("/excl/excl02/030/info.do")
|
|
|
|
|
, data : params || {}
|
|
|
|
|
, success : resp => {
|
|
|
|
|
resp = resp.replace(/infoPrefix/g, this.prefix)
|
|
|
|
|
.replace(/prefixName/g, this.prefixName)
|
|
|
|
|
|
|
|
|
|
dialog.open({
|
|
|
|
|
id : "opnnInfoDialog"
|
|
|
|
|
id : "opnnSbmsnInfoDialog"
|
|
|
|
|
, title : "의견제출 답변 처리"
|
|
|
|
|
, content : resp
|
|
|
|
|
, size : "lg"
|
|
|
|
|
, onClose : () => { fnDataRefreshInfo(params.crdnId); } // callback 자료 조회
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|