parent
9231554820
commit
d06e851f77
@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="cokr.xit.fims.excl.dao.Excl03Mapper">
|
||||
<mapper namespace="cokr.xit.fims.excl.dao.CrdnReRegMapper">
|
||||
|
||||
<!-- 단속 재등록 정보 매퍼
|
||||
========== 변경 이력 ==========
|
||||
2023-07-03 JoJH 최초 작성
|
||||
============================ -->
|
||||
|
||||
<resultMap id="excl03Row" type="cokr.xit.fims.excl.CrdnReReg">
|
||||
<resultMap id="crdnReRegRow" type="cokr.xit.fims.excl.CrdnReReg">
|
||||
<!-- TB_CRDN_RE_REG 단속 재등록 대장 -->
|
||||
<result property="reRegId" column="RE_REG_ID" /> <!-- 재등록 ID -->
|
||||
<result property="bfrCrdnId" column="BFR_CRDN_ID" /> <!-- 이전 단속 ID -->
|
@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="cokr.xit.fims.excl.dao.Excl01Mapper">
|
||||
<mapper namespace="cokr.xit.fims.excl.dao.LevyExclMapper">
|
||||
|
||||
<!-- 부과제외 대장 정보 매퍼
|
||||
========== 변경 이력 ==========
|
||||
2023-06-23 JoJH 최초 작성
|
||||
============================ -->
|
||||
|
||||
<resultMap id="excl01Row" type="cokr.xit.fims.excl.LevyExcl">
|
||||
<resultMap id="levyExclRow" type="cokr.xit.fims.excl.LevyExcl">
|
||||
<!-- TB_LEVY_EXCL 부과제외 대장 -->
|
||||
<result property="levyExclId" column="LEVY_EXCL_ID" /> <!-- 부과 제외 ID -->
|
||||
<result property="sggCd" column="SGG_CD" /> <!-- 시군구 코드 -->
|
@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="cokr.xit.fims.excl.dao.Excl02Mapper">
|
||||
<mapper namespace="cokr.xit.fims.excl.dao.OpnnSbmsnMapper">
|
||||
|
||||
<!-- 의견제출 대장 정보 매퍼
|
||||
========== 변경 이력 ==========
|
||||
2023-06-27 JoJH 최초 작성
|
||||
============================ -->
|
||||
|
||||
<resultMap id="excl02Row" type="cokr.xit.fims.excl.OpnnSbmsn">
|
||||
<resultMap id="opnnSbmsnRow" type="cokr.xit.fims.excl.OpnnSbmsn">
|
||||
<!-- TB_OPNN_SBMSN 의견제출 대장 -->
|
||||
<result property="opnnId" column="OPNN_ID" /> <!-- 의견 ID -->
|
||||
<result property="crdnId" column="CRDN_ID" /> <!-- 단속 ID -->
|
@ -0,0 +1,194 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
||||
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
||||
|
||||
<!-- Page Body -->
|
||||
<div class="content-wrapper">
|
||||
<!-- 입력 영역 -->
|
||||
<form id="frmEdit--${pageName}" name="frmEdit">
|
||||
<!-- hidden -->
|
||||
<input type="hidden" id="crdnId--${pageName}" name="crdnId" data-map="CRDN_ID" />
|
||||
|
||||
<div class="d-flex flex-row justify-content-evenly">
|
||||
<!-- 화면 왼쪽 -->
|
||||
<div class="col-xl-9 mx-1">
|
||||
<!-- 의견제출 정보 -->
|
||||
<div class="card">
|
||||
<!-- 업무 버튼 -->
|
||||
<div class="container-page-btn">
|
||||
<label class="w-px-120 bg-label-danger pe-2 col-form-label text-sm-center">발송 정보</label>
|
||||
<!-- 버튼 우측 정렬 -->
|
||||
<span class="container-window-btn-right">
|
||||
<button type="button" class="btn btn-primary" id="btnSndngCreate--${pageName}" title="개별 발송 등록" onclick="fnBtnSndngCreate${pageName}();">
|
||||
개별 발송 등록
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary" id="btnSndngRemove--${pageName}" title="개별 발송 삭제" onclick="fnBtnSndngRemove${pageName}();">
|
||||
개별 발송 삭제
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary" id="btnSndbkCreate--${pageName}" title="개별 반송 등록" onclick="fnBtnSndbkCreate${pageName}();">
|
||||
개별 반송 등록
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary" id="btnSndbkUpdate--${pageName}" title="개별 반송 수정" onclick="fnBtnSndbkUpdate${pageName}();">
|
||||
개별 반송 수정
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary" id="btnSndbkRemove--${pageName}" title="개별 반송 삭제" onclick="fnBtnSndbkRemove${pageName}();">
|
||||
개별 반송 삭제
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary" id="btnPostTraceView--${pageName}" title="우편 종적 보기" onclick="fnBtnPostTraceView${pageName}();">
|
||||
우편 종적 보기
|
||||
</button>
|
||||
</span> <!-- <span class="container-window-btn-right"> -->
|
||||
</div> <!-- <div class="container-page-btn"> -->
|
||||
|
||||
<div class="row g-1">
|
||||
|
||||
</div> <!-- <div class="row g-1"> -->
|
||||
</div> <!-- <div class="card"> -->
|
||||
</div> <!-- <div class="col-xl-9 mx-1"> -->
|
||||
|
||||
<!-- 화면 오른쪽 -->
|
||||
<div class="col-xl-3 mx-0">
|
||||
<!-- 가상계좌 정보 -->
|
||||
<div class="card">
|
||||
<!-- 업무 버튼 -->
|
||||
<div class="container-page-btn">
|
||||
<label class="w-px-120 bg-label-danger pe-2 col-form-label text-sm-center">가상계좌 정보</label>
|
||||
<!-- 버튼 우측 정렬 -->
|
||||
<span class="container-window-btn-right">
|
||||
</span> <!-- <span class="container-window-btn-right"> -->
|
||||
</div> <!-- <div class="container-page-btn"> -->
|
||||
|
||||
<div class="row g-1">
|
||||
|
||||
</div>
|
||||
</div> <!-- 가상계좌 정보 <div class="card"> -->
|
||||
</div> <!-- <div class="col-xl-3 mx-0"> -->
|
||||
</div> <!-- <div class="d-flex flex-row justify-content-evenly"> -->
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
/**************************************************************************
|
||||
* Global Variable
|
||||
**************************************************************************/
|
||||
// URL
|
||||
var ${pageName}PrefixUrl = "/sprt/sprt02";
|
||||
// FormFields
|
||||
var ${pageName}Fields = new FormFields("#frmEdit--${pageName}");
|
||||
// 파일 리스트
|
||||
var $fileListArr = new Array();
|
||||
|
||||
/**************************************************************************
|
||||
* DatasetControl
|
||||
**************************************************************************/
|
||||
var ${pageName}Control = new DatasetControl({
|
||||
prefix : "totalInfoSndng"
|
||||
, prefixName : "발송 정보"
|
||||
, keymapper : info => info ? info.SNDNG_ID : ""
|
||||
, dataGetter : obj => obj.sndngInfo
|
||||
, formats : {
|
||||
RCPT_YMD : dateFormat
|
||||
, ANS_YMD_TM : datetimeFormat
|
||||
}
|
||||
});
|
||||
|
||||
${pageName}Control.onCurrentChange = item => {
|
||||
// Dataset 셋팅
|
||||
${pageName}Fields.set(item);
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
// 삭제 후 재조회
|
||||
${pageName}Control.onRemoveOpnnSbmsn = (resp) => {
|
||||
if (resp.saved) {
|
||||
fnDataRefreshInfo();
|
||||
}
|
||||
}
|
||||
// 삭제
|
||||
${pageName}Control.removeOpnnSbmsn = (opnnId) => {
|
||||
// ajax.post({
|
||||
// url : wctx.url("/excl/excl02/010/remove.do")
|
||||
// , data : {opnnId : opnnId}
|
||||
// , success : resp => ${pageName}Control.onRemoveOpnnSbmsn(resp)
|
||||
// });
|
||||
}
|
||||
|
||||
// 재조회
|
||||
function fnDataRefreshInfo() {
|
||||
let crdnId = $("#crdnId--${pageName}").val();
|
||||
|
||||
ajax.get({
|
||||
url : wctx.url("/sprt/sprt02/030/info.do")
|
||||
, headers: { Accept: "application/json; charset=utf-8" } // json
|
||||
, data : { crdnId : crdnId }
|
||||
, success : resp => {
|
||||
// Dataset 셋팅
|
||||
${pageName}Control.setData([resp.sndngInfo]);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
* 초기 셋팅
|
||||
**************************************************************************/
|
||||
// 검색조건 초기값 셋팅
|
||||
function initForm${pageName}() {
|
||||
|
||||
}
|
||||
|
||||
// 이벤트 설정
|
||||
function setEvent${pageName}() {
|
||||
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
* function
|
||||
**************************************************************************/
|
||||
// 개별 발송 등록
|
||||
fnBtnSndngCreate${pageName} = () => {
|
||||
|
||||
}
|
||||
|
||||
// 개별 발송 삭제
|
||||
fnBtnSndngRemove${pageName} = () => {
|
||||
|
||||
}
|
||||
|
||||
// 개별 반송 등록
|
||||
fnBtnSndbkCreate${pageName} = () => {
|
||||
|
||||
}
|
||||
|
||||
// 개별 반송 수정
|
||||
fnBtnSndbkUpdate${pageName} = () => {
|
||||
|
||||
}
|
||||
|
||||
// 개별 반송 등록
|
||||
fnBtnSndbkRemove${pageName} = () => {
|
||||
|
||||
}
|
||||
|
||||
// 우편 종적 보기
|
||||
fnBtnPostTraceView${pageName} = () => {
|
||||
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
* script 진입
|
||||
**************************************************************************/
|
||||
$(document).ready(function() {
|
||||
// 이벤트 설정
|
||||
setEvent${pageName}();
|
||||
|
||||
// 화면 초기 설정
|
||||
initForm${pageName}();
|
||||
|
||||
// Dataset 셋팅
|
||||
${pageName}Control.setData([${sndngInfo}]);
|
||||
});
|
||||
|
||||
// #sourceURL=sprt02040-info.jsp
|
||||
</script>
|
@ -0,0 +1,432 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
||||
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
||||
|
||||
<!-- Page Body -->
|
||||
<div class="content-wrapper">
|
||||
<!-- 입력 영역 -->
|
||||
<form id="frmEdit--${pageName}" name="frmEdit">
|
||||
<!-- hidden -->
|
||||
<input type="hidden" id="crdnId--${pageName}" name="crdnId" data-map="CRDN_ID" />
|
||||
<input type="hidden" id="opnnId--${pageName}" name="opnnId" data-map="OPNN_ID" />
|
||||
|
||||
<div class="d-flex flex-row justify-content-evenly">
|
||||
<!-- 화면 왼쪽 -->
|
||||
<div class="col-xl-9 mx-1">
|
||||
<!-- 의견제출 정보 -->
|
||||
<div class="card">
|
||||
<!-- 업무 버튼 -->
|
||||
<div class="container-page-btn">
|
||||
<label class="w-px-120 bg-label-danger pe-2 col-form-label text-sm-center">의견제출 정보</label>
|
||||
<!-- 버튼 우측 정렬 -->
|
||||
<span class="container-window-btn-right">
|
||||
<button type="button" class="btn btn-primary" id="btnOpnnSbmsnCreate--${pageName}" title="의견제출 등록" onclick="fnBtnOpnnSbmsnCreate${pageName}();">
|
||||
의견제출 등록
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary" id="btnOpnnSbmsnUpdate--${pageName}" title="의견제출 수정" onclick="fnBtnOpnnSbmsnUpdate${pageName}();">
|
||||
의견제출 수정
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary" id="btnOpnnSbmsnRemove--${pageName}" title="의견제출 삭제" onclick="fnBtnOpnnSbmsnRemove${pageName}();">
|
||||
의견제출 삭제
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary" id="btnDlbrtLtfrOtpt --${pageName}" title="심의의결서 출력" onclick="fnBtnDlbrtLtfrOtpt${pageName}();">
|
||||
심의의결서 출력
|
||||
</button>
|
||||
</span> <!-- <span class="container-window-btn-right"> -->
|
||||
</div> <!-- <div class="container-page-btn"> -->
|
||||
|
||||
<div class="row g-1">
|
||||
<!-- 접수 번호 -->
|
||||
<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-30" id="rcptNo--${pageName}" name="rcptNo" data-map="RCPT_NO" readonly />
|
||||
</div>
|
||||
<!-- 접수 일자 -->
|
||||
<div class="col-md-4">
|
||||
<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="sttrNm--${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="sttrNm--${pageName}" name="sttrNm" data-map="STTR_NM" readonly />
|
||||
</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-25" id="sttrBrdt--${pageName}" name="sttrBrdt" data-map="STTR_BRDT" placeholder="YY-MM-DD" readonly />
|
||||
</div>
|
||||
<!-- 소유주 관계 구분 명 -->
|
||||
<div class="col-md-4">
|
||||
<label for="ownrRelNm--${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="ownrRelNm--${pageName}" name="ownrRelNm" data-map="OWNR_REL_NM" readonly />
|
||||
</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-80" id="sttrAddr--${pageName}" name="sttrAddr" data-map="STTR_ADDR" readonly />
|
||||
<input type="text" class="form-control w-px-75" id="sttrZip--${pageName}" name="sttrZip" data-map="STTR_ZIP" readonly />
|
||||
</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-87" id="sttrDaddr--${pageName}" name="sttrDaddr" data-map="STTR_DADDR" readonly />
|
||||
</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-35" id="sttrCttpc--${pageName}" name="sttrCttpc" data-map="STTR_CTTPC" readonly />
|
||||
</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-35" id="sttrEml--${pageName}" name="sttrEml" data-map="STTR_EML" readonly />
|
||||
</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-87" id="opnnSbmsnCn--${pageName}" name="opnnSbmsnCn" data-map="OPNN_SBMSN_CN" rows="4" data-maxlengthb="4000" readonly>
|
||||
</textarea>
|
||||
</div>
|
||||
<!-- 의견 제출 구분 명 -->
|
||||
<div class="col-md-4">
|
||||
<label for="opnnSbmsnSeNm--${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="opnnSbmsnSeNm--${pageName}" name="opnnSbmsnSeNm" data-map="OPNN_SBMSN_SE_NM" readonly />
|
||||
</div>
|
||||
<!-- 의견 제출 요지 -->
|
||||
<div class="col-md-8">
|
||||
<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-80" id="opnnSbmsnGist--${pageName}" name="opnnSbmsnGist" data-map="OPNN_SBMSN_GIST" data-maxlengthb="300" readonly />
|
||||
</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-87" id="picRvwOpnn--${pageName}" name="picRvwOpnn" data-map="PIC_RVW_OPNN" rows="3" data-maxlengthb="1000" readonly>
|
||||
</textarea>
|
||||
</div>
|
||||
|
||||
<!-- 첨부 파일 테이블 -->
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered table-hover table-striped" id="fileList--${pageName}">
|
||||
<thead>
|
||||
<th class="text-center" style="width: 24px">NO.</th>
|
||||
<th class="text-center" style="width: 200px">파일 번호</th>
|
||||
<th class="text-center">파일 이름</th>
|
||||
<th class="text-center" style="width: 200px">파일 크기</th>
|
||||
<th class="text-center" style="width: 120px">다운로드</th>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div> <!-- 첨부 파일 테이블 <div class="table-responsive"> -->
|
||||
</div> <!-- <div class="row g-1"> -->
|
||||
</div> <!-- <div class="card"> -->
|
||||
</div> <!-- <div class="col-xl-9 mx-1"> -->
|
||||
|
||||
<!-- 화면 오른쪽 -->
|
||||
<div class="col-xl-3 mx-0">
|
||||
<!-- 심의 정보 -->
|
||||
<div class="card">
|
||||
<!-- 업무 버튼 -->
|
||||
<div class="container-page-btn">
|
||||
<label class="w-px-120 bg-label-danger pe-2 col-form-label text-sm-center">심의 정보</label>
|
||||
<!-- 버튼 우측 정렬 -->
|
||||
<span class="container-window-btn-right">
|
||||
<button type="button" class="btn btn-primary" id="btnOpnnSbmsnDlbrt--${pageName}" title="의견제출 심의" onclick="fnBtnOpnnSbmsnDlbrt${pageName}();">
|
||||
의견제출 심의
|
||||
</button>
|
||||
</span> <!-- <span class="container-window-btn-right"> -->
|
||||
</div> <!-- <div class="container-page-btn"> -->
|
||||
|
||||
<div class="row g-1">
|
||||
<!-- 문서 번호 -->
|
||||
<div class="col-md-12">
|
||||
<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-50" 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-50" id="ansYmdTm--${pageName}" name="ansYmdTm" data-map="ANS_YMD_TM" 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-50" id="opnnSbmsnSttsNm--${pageName}" name="opnnSbmsnSttsNm" data-map="OPNN_SBMSN_STTS_NM" 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>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<textarea type="text" class="form-control w-100" id="ansCn--${pageName}" name="ansCn" data-map="ANS_CN" rows="14" data-maxlengthb="4000">
|
||||
</textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- 의견제출 심의 정보 <div class="card" title="심의 정보"> -->
|
||||
</div> <!-- <div class="col-xl-3 mx-0"> -->
|
||||
</div> <!-- <div class="d-flex flex-row justify-content-evenly"> -->
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
/**************************************************************************
|
||||
* Global Variable
|
||||
**************************************************************************/
|
||||
// URL
|
||||
var ${pageName}PrefixUrl = "/sprt/sprt02";
|
||||
// FormFields
|
||||
var ${pageName}Fields = new FormFields("#frmEdit--${pageName}");
|
||||
// 파일 리스트
|
||||
var $fileListArr = new Array();
|
||||
|
||||
/**************************************************************************
|
||||
* DatasetControl
|
||||
**************************************************************************/
|
||||
var ${pageName}Control = new DatasetControl({
|
||||
prefix : "totalInfoOpnnSbmsn"
|
||||
, prefixName : "의견제출 정보"
|
||||
, keymapper : info => info ? info.CRDN_ID : ""
|
||||
, dataGetter : obj => obj.opnnSbmsnInfo
|
||||
, formats : {
|
||||
RCPT_YMD : dateFormat
|
||||
, ANS_YMD_TM : datetimeFormat
|
||||
}
|
||||
});
|
||||
|
||||
${pageName}Control.onCurrentChange = item => {
|
||||
// Dataset 셋팅
|
||||
${pageName}Fields.set(item);
|
||||
|
||||
if (item.data.OPNN_ID != null) {
|
||||
// 첨부파일 조회
|
||||
fnSearchFileList${pageName}(item.data.OPNN_ID);
|
||||
}
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
**************************************************************************/
|
||||
// 의견제출 dialog
|
||||
${pageName}Control.getOpnnSbmsnInfo = (params) => {
|
||||
let dialogTitle = "";
|
||||
if (params.callPurpose == "create") {
|
||||
dialogTitle = "의견제출 등록";
|
||||
} else if (params.callPurpose == "update") {
|
||||
dialogTitle = "의견제출 수정";
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
||||
ajax.get({
|
||||
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
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// 삭제 후 재조회
|
||||
${pageName}Control.onRemoveOpnnSbmsn = (resp) => {
|
||||
if (resp.saved) {
|
||||
fnDataRefreshInfo();
|
||||
}
|
||||
}
|
||||
// 삭제
|
||||
${pageName}Control.removeOpnnSbmsn = (opnnId) => {
|
||||
ajax.post({
|
||||
url : wctx.url("/excl/excl02/010/remove.do")
|
||||
, data : {opnnId : opnnId}
|
||||
, success : resp => ${pageName}Control.onRemoveOpnnSbmsn(resp)
|
||||
});
|
||||
}
|
||||
|
||||
// 심의 dialog
|
||||
${pageName}Control.getOpnnSbmsnDlbrtInfo = (params) => {
|
||||
ajax.get({
|
||||
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"
|
||||
, title : "의견제출 답변 처리"
|
||||
, content : resp
|
||||
, size : "lg"
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// 재조회
|
||||
function fnDataRefreshInfo() {
|
||||
let crdnId = $("#crdnId--${pageName}").val();
|
||||
|
||||
ajax.get({
|
||||
url : wctx.url("/sprt/sprt02/030/info.do")
|
||||
, headers: { Accept: "application/json; charset=utf-8" } // json
|
||||
, data : { crdnId : crdnId }
|
||||
, success : resp => {
|
||||
// Dataset 셋팅
|
||||
${pageName}Control.setData([resp.opnnSbmsnInfo]);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
* 초기 셋팅
|
||||
**************************************************************************/
|
||||
// 검색조건 초기값 셋팅
|
||||
function initForm${pageName}() {
|
||||
|
||||
}
|
||||
|
||||
// 이벤트 설정
|
||||
function setEvent${pageName}() {
|
||||
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
* function
|
||||
**************************************************************************/
|
||||
// 의견제출 등록
|
||||
function fnBtnOpnnSbmsnCreate${pageName}() {
|
||||
let crdnId = ${pageName}Control.dataset.getValue("CRDN_ID");
|
||||
|
||||
// 단속 ID 가 없다면.. return
|
||||
if (crdnId == undefined || crdnId == "") {
|
||||
return;
|
||||
}
|
||||
|
||||
let params = {
|
||||
callPurpose : "create"
|
||||
, crdnId : crdnId
|
||||
};
|
||||
|
||||
${pageName}Control.getOpnnSbmsnInfo(params);
|
||||
}
|
||||
|
||||
|
||||
// 의견제출 수정
|
||||
function fnBtnOpnnSbmsnUpdate${pageName}() {
|
||||
let opnnId = ${pageName}Control.dataset.getValue("OPNN_ID")
|
||||
|
||||
// 의견 ID 가 없다면.. return
|
||||
if (opnnId == undefined || opnnId == "") {
|
||||
return;
|
||||
}
|
||||
|
||||
let params = {
|
||||
callPurpose : "update"
|
||||
, opnnId : opnnId
|
||||
};
|
||||
|
||||
${pageName}Control.getOpnnSbmsnInfo(params);
|
||||
}
|
||||
|
||||
// 의견제출 삭제
|
||||
function fnBtnOpnnSbmsnRemove${pageName}() {
|
||||
let opnnId = ${pageName}Control.dataset.getValue("OPNN_ID");
|
||||
|
||||
// 의견 ID 가 없다면.. return
|
||||
if (opnnId == undefined || opnnId == "") {
|
||||
return;
|
||||
}
|
||||
|
||||
dialog.alert({
|
||||
content : "선택한 ${prefixName} 정보를 삭제하시겠습니까?"
|
||||
, onOK : () => {
|
||||
${pageName}Control.removeOpnnSbmsn(opnnId);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// 의견제출 심의
|
||||
function fnBtnOpnnSbmsnDlbrt${pageName}() {
|
||||
let opnnId = ${pageName}Control.dataset.getValue("OPNN_ID");
|
||||
|
||||
// 의견제출 ID 가 없다면.. return
|
||||
if (opnnId == undefined || opnnId == "") {
|
||||
return;
|
||||
}
|
||||
|
||||
let params = {
|
||||
callPurpose : "update"
|
||||
, opnnId : opnnId
|
||||
};
|
||||
|
||||
${pageName}Control.getOpnnSbmsnDlbrtInfo(params);
|
||||
}
|
||||
|
||||
// 심의의결서 출력
|
||||
function fnBtnDlbrtLtfrOtpt${pageName}() {
|
||||
|
||||
}
|
||||
|
||||
// 첨부파일 조회
|
||||
function fnSearchFileList${pageName}(opnnId) {
|
||||
// 의견제출 등록일 경우에는 첨부파일을 조회하지 안는다..
|
||||
if (opnnId == null || opnnId == "") {
|
||||
return;
|
||||
}
|
||||
|
||||
// 첨부파일 리스트
|
||||
ajax.get({
|
||||
url : "file/list.do"
|
||||
, data : {
|
||||
infoType : "110"
|
||||
, infoKeys : opnnId
|
||||
, fetchSize : 0
|
||||
}
|
||||
, success : resp => {
|
||||
let fileNo = 0;
|
||||
let fileList = resp.fileList;
|
||||
|
||||
fileList.forEach(function (item, index, array) {
|
||||
fileNo = index + 1;
|
||||
|
||||
let innerHtml = "";
|
||||
|
||||
innerHtml += "<tr>";
|
||||
innerHtml += "<td class='text-center'>" + fileNo + "</td>";
|
||||
innerHtml += "<td class='text-center'>" + item.FILE_ID + "</td>";
|
||||
innerHtml += "<td class='text-center'>" + item.FILE_NM + "</td>";
|
||||
innerHtml += "<td class='text-center'>" + item.FILE_SIZE + " byte</td>";
|
||||
innerHtml += "<td class='text-center'>" + "<button class='btn' onclick='fnBtnFileDownload${pageName}(" + item.FILE_ID + ");'><i class='bx bx-download me-1'></i></button>" + "</td>";
|
||||
innerHtml += "</tr>";
|
||||
|
||||
$("#fileList--${pageName} > tbody:last").append(innerHtml);
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// 첨부파일 다운로드
|
||||
function fnBtnFileDownload${pageName}(fileID) {
|
||||
top.location.href = "/file/download.do?fileID=" + fileID;
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
* script 진입
|
||||
**************************************************************************/
|
||||
$(document).ready(function() {
|
||||
// 이벤트 설정
|
||||
setEvent${pageName}();
|
||||
|
||||
// 화면 초기 설정
|
||||
initForm${pageName}();
|
||||
|
||||
// Dataset 셋팅
|
||||
${pageName}Control.setData([${opnnSbmsnInfo}]);
|
||||
});
|
||||
|
||||
// #sourceURL=sprt02030-info.jsp
|
||||
</script>
|
Loading…
Reference in New Issue