|
|
|
@ -4,17 +4,20 @@
|
|
|
|
|
<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">
|
|
|
|
|
<!-- 상단 버튼 -->
|
|
|
|
|
<div class="container-page-btn">
|
|
|
|
|
<button type="button" class="btn btn-outline-dark w-px-120" name="btnReset" title="초기화">
|
|
|
|
|
초기화
|
|
|
|
|
</button>
|
|
|
|
|
<span class="container-window-btn-right">
|
|
|
|
|
<button type="button" class="btn btn-search w-px-120" id="btnSearch--${pageName}" title="검색">
|
|
|
|
|
<button type="button" class="btn btn-search w-px-120" name="btnSearch" title="검색">
|
|
|
|
|
검색
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" id="btnOK--${pageName}" title="임대기업 선택 확인">
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" name="btnOK" title="임대기업 선택 확인">
|
|
|
|
|
선택 확인
|
|
|
|
|
</button>
|
|
|
|
|
</span>
|
|
|
|
@ -22,26 +25,25 @@
|
|
|
|
|
<!-- 상단 버튼 -->
|
|
|
|
|
|
|
|
|
|
<!-- 검색 조건 영역 -->
|
|
|
|
|
<form id="frmSearch--${pageName}" name="frmSearch">
|
|
|
|
|
<form name="frmSearch">
|
|
|
|
|
<!-- hidden -->
|
|
|
|
|
<input type="hidden" id="userId--${pageName}" name="userId" />
|
|
|
|
|
<input type="hidden" name="userId" />
|
|
|
|
|
|
|
|
|
|
<!-- 메인 조건 -->
|
|
|
|
|
<div class="container-search">
|
|
|
|
|
<div class="row g-1">
|
|
|
|
|
<!-- 기업 번호 -->
|
|
|
|
|
<div class="col-6">
|
|
|
|
|
<label class="form-label fw-bold form-search-title w-px-120 text-end" for="schEntNo--${pageName}">법인(사업자)번호</label>
|
|
|
|
|
<input type="text" class="form-control w-px-160" id="schEntNo--${pageName}" name="schEntNo" autocomplete="off" />
|
|
|
|
|
<label is="name-label" class="form-label fw-bold form-search-title w-px-120 text-end" for="schEntNo">법인(사업자)번호</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-px-160" name="schEntNo" autocomplete="off" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 기업 명 -->
|
|
|
|
|
<div class="col-6">
|
|
|
|
|
<label class="form-label fw-bold form-search-title w-px-120 text-end" for="schEntNm--${pageName}">기업명</label>
|
|
|
|
|
<input type="text" class="form-control w-px-200" id="schEntNm--${pageName}" name="schEntNm" autocomplete="off" />
|
|
|
|
|
<label is="name-label" class="form-label fw-bold form-search-title w-px-120 text-end" for="schEntNm">기업명</label>
|
|
|
|
|
<input is="id-input" type="text" class="form-control w-px-200" name="schEntNm" autocomplete="off" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 메인 조건 -->
|
|
|
|
|
</div> <!-- 메인 조건 -->
|
|
|
|
|
</form>
|
|
|
|
|
<!-- 검색 조건 영역 -->
|
|
|
|
|
|
|
|
|
@ -50,12 +52,21 @@
|
|
|
|
|
<span class="container-page-btn">
|
|
|
|
|
<!-- 건수, 페이지 표시 -->
|
|
|
|
|
<div class="d-flex flex-row justify-content-between">
|
|
|
|
|
<span class="dataTables_info" id="paging--${pageName}PagingInfo" role="status" aria-live="polite"></span>
|
|
|
|
|
<ul class="pagination pagination-primary" id="paging--${pageName}">
|
|
|
|
|
<span is="paging-info" class="dataTables_info" name="dataPagingInfo" role="status" aria-live="polite"></span>
|
|
|
|
|
<ul class="pagination pagination-primary" name="dataPaging">
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 업무 버튼 -->
|
|
|
|
|
<span class="container-window-btn-right">
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" name="btnCreate" title="임대기업 등록">
|
|
|
|
|
기업 등록
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" name="btnUpdate" title="임대기업 수정">
|
|
|
|
|
기업 수정
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" name="btnRemove" title="임대기업 삭제">
|
|
|
|
|
기업 삭제
|
|
|
|
|
</button>
|
|
|
|
|
</span>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
@ -63,124 +74,51 @@
|
|
|
|
|
|
|
|
|
|
<!-- DataTables(그리드) -->
|
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
|
|
|
|
|
<div class="table-responsive ox-scroll oy-scroll h-px-300" id="table-responsive--${pageName}">
|
|
|
|
|
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
|
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
|
<div class="table-responsive ox-scroll oy-scroll h-px-300" name="table-responsive">
|
|
|
|
|
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" name="DataTables_Table_0" aria-describedby="DataTables_Table_0_info">
|
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
|
<tr id="theadTr--${pageName}"
|
|
|
|
|
data-by="by--${pageName}" data-by-output="byOutput--${pageName}" data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
|
|
|
|
<tr name="theadTr" data-search-target="[data-doctx='${pageName}']">
|
|
|
|
|
<th class="cmn" style="width: 72px;">No.</th>
|
|
|
|
|
<th class="cmn" style="width: 56px;"><input type="checkbox" class="form-check-input" name="gridAllCheckbox" onchange="pageObject['${pageName}'].dataTableCheckbox(this, this.checked);" /></th>
|
|
|
|
|
<th class="cmn" style="width: 200px;">기업명</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;">법인(사업자)번호</th>
|
|
|
|
|
<th class="cmn" style="width: 120px;">대표자명</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;">전화번호</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;">팩스번호</th>
|
|
|
|
|
<th class="cmn" style="width: 100px;">우편번호</th>
|
|
|
|
|
<th class="cmn" style="width: 280px;">주소</th>
|
|
|
|
|
<th class="cmn" style="width: 180px;">등록일시</th>
|
|
|
|
|
|
|
|
|
|
<th class="cmn dummy-th"></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="tbody--${pageName}">
|
|
|
|
|
<tbody name="tbodyList">
|
|
|
|
|
</tbody>
|
|
|
|
|
<template id="${infoPrefix}Row--${pageName}">
|
|
|
|
|
<tr data-key="{ENT_ID}">
|
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{ROW_NUM}</td>
|
|
|
|
|
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}">{ENT_NM}</td>
|
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{ENT_NO}</td>
|
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{RPRSV_NM}</td>
|
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{ENT_ZIP}</td>
|
|
|
|
|
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}">{ENT_ADDR}</td>
|
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{REG_DT}</td>
|
|
|
|
|
<template is="curly-brackets" name="dataRow">
|
|
|
|
|
<tr data-key="ENT_ID">
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{ROW_NUM}</td>
|
|
|
|
|
<td class="cmn text-center"><input type="checkbox" class="form-check-input" name="gridCheckbox" value="ENT_ID" onchange="pageObject['${pageName}'].dataTableCheckbox(this, this.checked);" /></td>
|
|
|
|
|
<td class="cmn text-start" onclick ondblclick>{ENT_NM}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{ENT_NO}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{RPRSV_NM}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{ENT_TELNO}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{ENT_FXNO}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{ENT_ZIP}</td>
|
|
|
|
|
<td class="cmn text-start" onclick ondblclick>{ENT_ADDR}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{REG_DT}</td>
|
|
|
|
|
<td class="cmn dummy-td"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
<template id="${infoPrefix}NotFound--${pageName}">
|
|
|
|
|
<template name="dataNotFound">
|
|
|
|
|
<tr class="odd">
|
|
|
|
|
<td valign="top" colspan="8" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="11" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div> <!-- DataTables(그리드) -->
|
|
|
|
|
|
|
|
|
|
<!-- 입력 영역 -->
|
|
|
|
|
<form id="frmEdit--${pageName}" name="frmEdit">
|
|
|
|
|
<!-- 업무 버튼 -->
|
|
|
|
|
<div class="container-page-btn">
|
|
|
|
|
<button type="button" class="btn btn-outline-dark w-px-120" id="btnReset--${pageName}" title="초기화">
|
|
|
|
|
초기화
|
|
|
|
|
</button>
|
|
|
|
|
<!-- 버튼 우측 정렬 -->
|
|
|
|
|
<span class="container-window-btn-right">
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" id="btnCreate--${pageName}" title="임대기업 등록">
|
|
|
|
|
등록
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" id="btnUpdate--${pageName}" title="임대기업 수정">
|
|
|
|
|
수정
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" id="btnRemove--${pageName}" title="임대기업 삭제">
|
|
|
|
|
삭제
|
|
|
|
|
</button>
|
|
|
|
|
</span>
|
|
|
|
|
</div> <!-- <div class="container-page-btn"> -->
|
|
|
|
|
<div class="row g-1">
|
|
|
|
|
<!-- 기업 구분 코드 -->
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required" for="entSeCd--${pageName}">기업구분</label>
|
|
|
|
|
<select class="form-select" id="entSeCd--${pageName}" name="entSeCd" data-map="ENT_SE_CD" required>
|
|
|
|
|
<option value="">선택하세요</option>
|
|
|
|
|
<c:forEach items="${FIM088List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
|
</c:forEach>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 기업 번호 -->
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required" for="entNo--${pageName}">법인(사업자)번호</label>
|
|
|
|
|
<input type="text" class="form-control w-30" id="entNo--${pageName}" name="entNo" data-map="ENT_NO" autocomplete="off" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 기업 명 -->
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required" for="entNm--${pageName}">기업명</label>
|
|
|
|
|
<input type="text" class="form-control w-40" id="entNm--${pageName}" name="entNm" data-map="ENT_NM" autocomplete="off" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 대표자 명 -->
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end" for="rprsvNm--${pageName}">대표자명</label>
|
|
|
|
|
<input type="text" class="form-control w-30" id="rprsvNm--${pageName}" name="rprsvNm" data-map="RPRSV_NM" autocomplete="off" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 기업 전화번호 -->
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end" for="entTelno--${pageName}">전화번호</label>
|
|
|
|
|
<input type="text" class="form-control w-30" id="entTelno--${pageName}" name="entTelno" data-map="ENT_TELNO" autocomplete="off" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 기업 팩스번호 -->
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end" for="entFxno--${pageName}">팩스번호</label>
|
|
|
|
|
<input type="text" class="form-control w-30" id="entFxno--${pageName}" name="entFxno" data-map="ENT_FXNO" autocomplete="off" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 기업 이메일 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end" for="entEmlAddr--${pageName}">이메일</label>
|
|
|
|
|
<input type="text" class="form-control w-30" id="entEmlAddr--${pageName}" name="entEmlAddr" data-map="ENT_EML_ADDR" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 주소 --><!-- 우편번호 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end" for="entAddr--${pageName}">주소</label>
|
|
|
|
|
<input type="text" class="form-control w-70" id="entAddr--${pageName}" name="entAddr" data-map="ENT_ADDR" autocomplete="off" />
|
|
|
|
|
<input type="text" class="form-control w-px-100" id="entZip--${pageName}" name="entZip" data-map="ENT_ZIP" autocomplete="off" />
|
|
|
|
|
<button type="button" class="btn btn-sm btn-outline-dark" id="btnZipCode--${pageName}" title="우편번호검색">
|
|
|
|
|
검색
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 상세주소 -->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<label class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end" for="entDtlAddr--${pageName}">상세주소</label>
|
|
|
|
|
<input type="text" class="form-control w-85" id="entDtlAddr--${pageName}" name="entDtlAddr" data-map="ENT_DTL_ADDR" autocomplete="off" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- DataTables(그리드) -->
|
|
|
|
|
</div> <!-- <div class="card"> -->
|
|
|
|
|
</div> <!-- <div class="container flex-grow-1 px-0"> -->
|
|
|
|
|
<!-- Content -->
|
|
|
|
@ -191,7 +129,7 @@
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* Global Variable
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
pageObject["${pageName}"] = {};
|
|
|
|
|
pageObject["${pageName}"] = newDoctxFinder("${pageName}");
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* script 진입
|
|
|
|
@ -201,318 +139,317 @@
|
|
|
|
|
let $P = pageObject["${pageName}"];
|
|
|
|
|
|
|
|
|
|
// FormFields
|
|
|
|
|
$P.formSearchFields = new FimsFormFields("#frmSearch--${pageName}");
|
|
|
|
|
$P.formEditFields = new FimsFormFields("#frmEdit--${pageName}");
|
|
|
|
|
$P.formFields = new FimsFormFields($P.selector("frmSearch"));
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* DatasetControl
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
$P.control = new DatasetControl({
|
|
|
|
|
$P.ctrl = new DatasetControl({
|
|
|
|
|
prefix: "rentEnt"
|
|
|
|
|
, prefixName: "임대기업 매핑"
|
|
|
|
|
, prefixName: "임대 기업"
|
|
|
|
|
, keymapper: info => info ? info.ENT_ID : ""
|
|
|
|
|
, dataGetter: obj => obj.${infoPrefix}List
|
|
|
|
|
, dataGetter: obj => obj["List"]
|
|
|
|
|
, appendData: true
|
|
|
|
|
, infoSize: "lg"
|
|
|
|
|
, urls: {
|
|
|
|
|
create: wctx.url("${prefixUrl}" + "/020/createMpng.do") // 매핑 등록
|
|
|
|
|
, load: wctx.url("${prefixUrl}" + "/020/list.do") // 임대기업 검색
|
|
|
|
|
, remove: wctx.url("${prefixUrl}" + "/020/remove.do") // 임대기업 삭제
|
|
|
|
|
, getInfo: wctx.url("${prefixUrl}" + "/030/info.do") // 임대기업 상세 정보
|
|
|
|
|
}
|
|
|
|
|
, formats: {
|
|
|
|
|
REG_DT: datetimeFormat
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
// $P.control 설정
|
|
|
|
|
$P.control.defaultFetchSize = FETCH_XS; // 1 페이지당 조회되는 자료 건수 index.jsp에서 확인 FETCH_XS = 30
|
|
|
|
|
$P.control.query = { pageNum : 1, fetchSize : $P.control.defaultFetchSize };
|
|
|
|
|
$P.control.beforeCurrent = null;
|
|
|
|
|
// 검색 조건
|
|
|
|
|
$P.ctrl.query = { pageNum: 1, fetchSize: DEFAULT_FETCH_SIZE }; // 1 페이지당 자료 건수 index.jsp에서 확인
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* DatasetControl 이벤트
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
// Dataset 변경 이벤트
|
|
|
|
|
$P.control.onDatasetChange = (obj, option) => {
|
|
|
|
|
$P.renderList(obj.${infoPrefix}Total, option);
|
|
|
|
|
|
|
|
|
|
$("#paging--${pageName}").setPagingInfo({
|
|
|
|
|
list: $P.control.dataset
|
|
|
|
|
, prefix: "paging--${pageName}"
|
|
|
|
|
, start: obj.${infoPrefix}Start
|
|
|
|
|
, totalSize: obj.${infoPrefix}Total
|
|
|
|
|
, fetchSize: obj.${infoPrefix}Fetch
|
|
|
|
|
, func: "pageObject['${pageName}'].control.load({index})"
|
|
|
|
|
});
|
|
|
|
|
$P.ctrl.onDatasetChange = (obj, option) => {
|
|
|
|
|
$P.renderList(obj["Total"], option);
|
|
|
|
|
|
|
|
|
|
// datasetPaging
|
|
|
|
|
Apply.fromDataset.paging($P.ctrl.dataset, obj, $P.find("dataPaging"), $P.find("dataPagingInfo"));
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
// 현재 선택 자료 변경 이벤트
|
|
|
|
|
$P.control.onCurrentChange = (item) => {
|
|
|
|
|
if (!item) return;
|
|
|
|
|
|
|
|
|
|
$P.formEditFields.set($P.control, item); // 화면에 자료 셋팅
|
|
|
|
|
$P.ctrl.onCurrentChange = (item) => {
|
|
|
|
|
if (!item) return;
|
|
|
|
|
|
|
|
|
|
let key = item.data.ENT_ID;
|
|
|
|
|
|
|
|
|
|
$("#tbody--${pageName}").setCurrentRow(key);
|
|
|
|
|
$P.$find("tbodyList").setCurrentRow(key);
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
// 저장 callback
|
|
|
|
|
$P.control.onSave = (resp) => {
|
|
|
|
|
let dialogTitle = $("#" + $P.control.prefix + "Dialog--${openerPageName}").find("h5.modal-title").html();
|
|
|
|
|
let showMessage = resp.rtnMsg.replace(/[S]|[F]/g, dialogTitle);
|
|
|
|
|
|
|
|
|
|
// 메시지 출력
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: showMessage
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
, onOK: () => { }
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
if (resp.saved) { $P.fnRefreshList(); } // 자료 재조회
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 저장
|
|
|
|
|
$P.control.save = (info) => {
|
|
|
|
|
if (!info) return;
|
|
|
|
|
// 선택(체크) 변경 이벤트
|
|
|
|
|
$P.ctrl.onSelectionChange = (selected) => {
|
|
|
|
|
Apply.fromDataset.gridCheckbox($P.ctrl.dataset, $P.find("tbodyList"), 1, selected);
|
|
|
|
|
Apply.fromDataset.gridButton($P.ctrl.dataset, $P.find("btnOK"), selected); // 선택 확인 버튼
|
|
|
|
|
Apply.fromDataset.gridButton($P.ctrl.dataset, $P.find("btnRemove"), selected); // 삭제 버튼
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
let create = (info.callPurpose == "create");
|
|
|
|
|
// 사용자 임대기업 매핑 저장
|
|
|
|
|
$P.ctrl.save = (params) => {
|
|
|
|
|
if (!params) return;
|
|
|
|
|
|
|
|
|
|
ajax.post({
|
|
|
|
|
url: !create ? $P.control.urls.update : $P.control.urls.create
|
|
|
|
|
, data: info || {}
|
|
|
|
|
, success: resp => $P.control.onSave(resp)
|
|
|
|
|
url: $P.ctrl.urls.create
|
|
|
|
|
, data: params || {}
|
|
|
|
|
, success: (resp) => {
|
|
|
|
|
let dialogTitle = $("#" + $P.selfDlgId()).find("h5.modal-title").html();
|
|
|
|
|
let showMessage = resp.rtnMsg.replace(/[S]|[F]/g, dialogTitle);
|
|
|
|
|
|
|
|
|
|
// 메시지 출력
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: showMessage
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
, onOK: () => { }
|
|
|
|
|
, onClose: () => {
|
|
|
|
|
if (resp.saved) { dialog.close($P.selfDlgId()); }
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 삭제 callback
|
|
|
|
|
$P.control.onRemove = (resp) => {
|
|
|
|
|
let btnTitle = $("#btnRemove--${pageName}").attr("title");
|
|
|
|
|
let showMessage = resp.rtnMsg.replace(/[S]|[F]/g, btnTitle);
|
|
|
|
|
// 임대기업 상세정보 dialog
|
|
|
|
|
$P.ctrl.getInfo = (params) => {
|
|
|
|
|
if (!params) return;
|
|
|
|
|
|
|
|
|
|
// 메시지 출력
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: showMessage
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
, onOK: () => { }
|
|
|
|
|
ajax.get({
|
|
|
|
|
url: $P.ctrl.urls.getInfo
|
|
|
|
|
, data: params || {}
|
|
|
|
|
, success: (resp) => {
|
|
|
|
|
let dialogName = $P.ctrl.prefixed("Dialog");
|
|
|
|
|
let dialogId = dialogName + "-" + uuid();
|
|
|
|
|
|
|
|
|
|
dialog.open({
|
|
|
|
|
id: dialogId
|
|
|
|
|
, title: $P.ctrl.prefixName + " 정보"
|
|
|
|
|
, size: $P.ctrl.infoSize
|
|
|
|
|
, content: resp
|
|
|
|
|
, init: () => {
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
|
|
|
|
|
$("#" + dialogId).attr("name", dialogName);
|
|
|
|
|
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
|
|
|
|
|
}
|
|
|
|
|
, onClose: () => {
|
|
|
|
|
$P.ctrl.reload({ all: true });
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
if (resp.saved) { $P.fnRefreshList(); } // 자료 재조회
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 삭제
|
|
|
|
|
$P.control.remove = (params) => {
|
|
|
|
|
$P.ctrl.remove = (params) => {
|
|
|
|
|
if (!params) return;
|
|
|
|
|
|
|
|
|
|
ajax.post({
|
|
|
|
|
url: $P.control.urls.remove
|
|
|
|
|
url: $P.ctrl.urls.remove
|
|
|
|
|
, data: params || {}
|
|
|
|
|
, success: resp => $P.control.onRemove(resp)
|
|
|
|
|
, success: (resp) => {
|
|
|
|
|
let showMessage = resp.rtnMsg.replace(/[S]|[F]/g, $P.ctrl.prefixName);
|
|
|
|
|
|
|
|
|
|
// 메시지 출력
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: showMessage
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
, onOK: () => { }
|
|
|
|
|
, onClose: () => {
|
|
|
|
|
if (resp.saved) { $P.ctrl.reload({ all: true }); }
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* DataTables 이벤트
|
|
|
|
|
* DataTable 이벤트
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
// DataTables에 click, dbclick 이벤트
|
|
|
|
|
// DataTable에 click, dbclick 이벤트
|
|
|
|
|
$P.renderList = (totalSize, option) => {
|
|
|
|
|
let ${infoPrefix}List = $P.control.dataset;
|
|
|
|
|
let empty = ${infoPrefix}List.empty;
|
|
|
|
|
|
|
|
|
|
let trs = empty ?
|
|
|
|
|
[document.getElementById("${infoPrefix}NotFound--${pageName}").innerHTML] : <%-- from template#${infoPrefix}NotFound --%>
|
|
|
|
|
${infoPrefix}List.inStrings(
|
|
|
|
|
document.getElementById("${infoPrefix}Row--${pageName}").innerHTML, <%-- from template#${infoPrefix}Row --%>
|
|
|
|
|
(str, dataItem) => str
|
|
|
|
|
.replace(/{onclick}/gi, "pageObject['${pageName}'].control.setCurrent('" + dataItem.getValue("ENT_ID") + "');")
|
|
|
|
|
.replace(/{ondblclick}/gi, "pageObject['${pageName}'].fnOK('" + dataItem.getValue("ENT_ID") + "');")
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
let noMore = (${infoPrefix}List.length >= totalSize);
|
|
|
|
|
let initScroll = ($P.control.query.pageNum < 2);
|
|
|
|
|
let dataList = $P.ctrl.dataset;
|
|
|
|
|
let empty = dataList.empty;
|
|
|
|
|
|
|
|
|
|
let trs = empty ? [$P.find("dataNotFound").innerHTML] :
|
|
|
|
|
dataList.inStrings($P.find("dataRow").innerHTML, (str, dataItem) => str
|
|
|
|
|
.replace(/{onclick}/gi, "pageObject['${pageName}'].dataTableClick('" + dataItem.getValue("ENT_ID") + "');")
|
|
|
|
|
.replace(/{ondblclick}/gi, "pageObject['${pageName}'].dataTableDblClick('" + dataItem.getValue("ENT_ID") + "');")
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
let noMore = (dataList.length >= totalSize);
|
|
|
|
|
let initScroll = ($P.ctrl.query.pageNum < 2);
|
|
|
|
|
|
|
|
|
|
if (option != null && option.reloaded) {
|
|
|
|
|
initScroll = false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$("#table-responsive--${pageName}")[0].changeContent(trs.join(), initScroll, noMore);
|
|
|
|
|
$P.find("table-responsive").changeContent(trs.join(), initScroll, noMore);
|
|
|
|
|
|
|
|
|
|
// checkbox 체크 해제
|
|
|
|
|
$P.$find("gridAllCheckbox").prop("checked", false);
|
|
|
|
|
|
|
|
|
|
//보안모드
|
|
|
|
|
fn_securityModeToggle($("#securityMode--top").is(":checked"));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// DataTables에 스크롤이 맨 밑으로 이동했을 때 이벤트
|
|
|
|
|
$P.scrollDataList = () => {
|
|
|
|
|
$P.control.load($P.control.query.pageNum + 1);
|
|
|
|
|
}
|
|
|
|
|
// dataTable 체크박스 클릭 이벤트
|
|
|
|
|
$P.dataTableCheckbox = (element, bool) => {
|
|
|
|
|
GRID.checkbox.sync(element, bool);
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* 사용자 함수(function)
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
// 검색 자료 재조회
|
|
|
|
|
$P.fnRefreshList = () => {
|
|
|
|
|
$P.control.reload({all : true});
|
|
|
|
|
}
|
|
|
|
|
let atLeastOne = GRID.checkbox.countChecked(element) > 0;
|
|
|
|
|
$P.$find("btnOK").prop("disabled", !atLeastOne);
|
|
|
|
|
$P.$find("btnRemove").prop("disabled", !atLeastOne);
|
|
|
|
|
|
|
|
|
|
// 우편번호 검색 결과
|
|
|
|
|
$P.callbackSearchAddr = (obj) => {
|
|
|
|
|
$("#entAddr--${pageName}").val(obj.ADDR); // 주소
|
|
|
|
|
$("#entZip--${pageName}").val(obj.ZIP); // 우편번호
|
|
|
|
|
$("#entDtlAddr--${pageName}").val(obj.DTL_ADDR); // 상세 주소
|
|
|
|
|
Apply.toDataset.selection($P.ctrl.dataset, element, bool);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 저장
|
|
|
|
|
$P.saveMpng = (params) => {
|
|
|
|
|
if (!params) return;
|
|
|
|
|
// dataTable 클릭 이벤트
|
|
|
|
|
$P.dataTableClick = (dataKey) => {
|
|
|
|
|
if (dataKey == "") return;
|
|
|
|
|
|
|
|
|
|
ajax.post({
|
|
|
|
|
url: wctx.url("${infoPrefixUrl}" + "/020/createMpng.do")
|
|
|
|
|
, data: params || {}
|
|
|
|
|
, success: resp => {
|
|
|
|
|
let dialogTitle = $("#" + $P.control.prefix + "Dialog--${openerPageName}").find("h5.modal-title").html();
|
|
|
|
|
let showMessage = resp.rtnMsg.replace(/[S]|[F]/g, dialogTitle);
|
|
|
|
|
$P.$find("tbodyList").setCurrentRow(dataKey);
|
|
|
|
|
|
|
|
|
|
// 메시지 출력
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: showMessage
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
, onOK: () => { }
|
|
|
|
|
});
|
|
|
|
|
Apply.toDataset.current($P.ctrl.dataset, dataKey);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (resp.saved) {
|
|
|
|
|
dialog.close($P.control.prefix + "Dialog--${openerPageName}");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
// dataTable 더블 클릭 이벤트
|
|
|
|
|
$P.dataTableDblClick = (dataKey) => {
|
|
|
|
|
let params = {
|
|
|
|
|
callPurpose: "update"
|
|
|
|
|
, entId: dataKey
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
$P.ctrl.getInfo(params);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// DataTable에 스크롤이 맨 밑으로 이동했을 때 이벤트
|
|
|
|
|
$P.scrollDataList = () => {
|
|
|
|
|
$P.ctrl.load($P.ctrl.query.pageNum + 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* 사용자 함수(function)
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* 버튼 clickEvent
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
// 업무 구분 변경 이벤트
|
|
|
|
|
$P.fnResetAndChangeBiz = (taskSeCd) => {
|
|
|
|
|
// 초기 기본 설정
|
|
|
|
|
$P.initForm();
|
|
|
|
|
// 업무 구분별 설정
|
|
|
|
|
$P.setTask();
|
|
|
|
|
$P.fnReset = (initSearchYN) => {
|
|
|
|
|
// 화면 초기화
|
|
|
|
|
$P.find("frmSearch").reset();
|
|
|
|
|
|
|
|
|
|
// dataset 초기화
|
|
|
|
|
$P.control.dataset.clear();
|
|
|
|
|
$P.ctrl.dataset.clear();
|
|
|
|
|
|
|
|
|
|
// 기본 데이터 설정
|
|
|
|
|
$P.$find("userId").val("${userId}"); // 사용자 ID
|
|
|
|
|
$P.$find("schEntNo").val("${schEntNo}"); // 기업 번호
|
|
|
|
|
|
|
|
|
|
let schEntNo = $("#schEntNo--${pageName}").val();
|
|
|
|
|
if (schEntNo != "") {
|
|
|
|
|
$P.fnSearchList();
|
|
|
|
|
if (initSearchYN && $("#schEntNo--${pageName}").val() != "") {
|
|
|
|
|
$P.fnSearchList();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 검색 버튼 클릭 이벤트
|
|
|
|
|
$P.fnSearchList = () => {
|
|
|
|
|
// 검색조건
|
|
|
|
|
$P.control.query = $P.formSearchFields.get(); // 검색 조건
|
|
|
|
|
$P.control.query.fetchSize = $P.control.defaultFetchSize; // 한번에 조회되는 자료 건수
|
|
|
|
|
$P.control.query.delYn = "N"; // 삭제 여부
|
|
|
|
|
$P.ctrl.query = $P.formFields.get(); // 검색 조건
|
|
|
|
|
$P.ctrl.query.fetchSize = DEFAULT_FETCH_SIZE; // 한번에 조회되는 자료 건수
|
|
|
|
|
$P.ctrl.query.delYn = "N"; // 삭제 여부
|
|
|
|
|
|
|
|
|
|
$P.control.load(1);
|
|
|
|
|
$P.ctrl.load(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 엑셀 버튼 이벤트
|
|
|
|
|
$P.fnExcel = () => {
|
|
|
|
|
if ($P.ctrl.dataset.empty) {
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: "검색된 자료가 없습니다."
|
|
|
|
|
, onOK: () => { }
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// DataTable(그리드)
|
|
|
|
|
$P.ctrl.query.cellDefs =
|
|
|
|
|
getCellDefs($P.$find("theadTr").find("th").not(".dummy-th").not(":eq(0)")
|
|
|
|
|
, $($P.find("dataRow").content).find("td").not(".dummy-td").not(":eq(0)"));
|
|
|
|
|
|
|
|
|
|
$P.ctrl.download();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 확인
|
|
|
|
|
$P.fnOK = () => {
|
|
|
|
|
// 기업 ID
|
|
|
|
|
entId = $P.control.dataset.getValue("ENT_ID");
|
|
|
|
|
let selected = $P.ctrl.dataset.getKeys("selected");
|
|
|
|
|
|
|
|
|
|
if (typeof entId == "undefined" || entId == null || entId == "") {
|
|
|
|
|
if (selected.length < 1) {
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: "선택하신 " + $P.control.prefixName + " 정보가 없습니다."
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
content: "선택하신 " + $P.ctrl.prefixName + " 정보가 없습니다."
|
|
|
|
|
, onOK: () => { }
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: "현재 " + $P.control.prefixName + " 정보를 저장하시겠습니까?"
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
content: "현재 " + $P.ctrl.prefixName + " 정보를 저장하시겠습니까?"
|
|
|
|
|
, onOK: () => {
|
|
|
|
|
let params = {
|
|
|
|
|
callPurpose: "create"
|
|
|
|
|
, userId: $("#userId--${pageName}").val()
|
|
|
|
|
, entId: entId
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
$P.saveMpng(params);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
, userId: $P.$find("userId").val()
|
|
|
|
|
, entIds: selected.join(",")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 우편번호 검색
|
|
|
|
|
$P.fnZipCode = async() => {
|
|
|
|
|
let resp = await fetch(wctx.url("/resources/html/searchAddr.html"));
|
|
|
|
|
let template = await resp.text();
|
|
|
|
|
|
|
|
|
|
dialog.open({
|
|
|
|
|
id: "searchAddrDialog"
|
|
|
|
|
, title: "주소검색"
|
|
|
|
|
, size: "lg"
|
|
|
|
|
, content: template
|
|
|
|
|
, init: () => {
|
|
|
|
|
$("#searchAddrCallback").val("pageObject['${pageName}'].callbackSearchAddr");
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
$P.ctrl.save(params);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 임대기업 등록 버튼 클릭 이벤트
|
|
|
|
|
$P.fnCreate = (title) => {
|
|
|
|
|
// validate 확인
|
|
|
|
|
if (!customValidate($("#frmEdit--${pageName}").find("input, select, textarea"))) return;
|
|
|
|
|
$P.fnCreate = () => {
|
|
|
|
|
let params = {
|
|
|
|
|
callPurpose: "create"
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
let params = $P.formEditFields.get();
|
|
|
|
|
params.title = title;
|
|
|
|
|
params.callPurpose = "create";
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: "현재 " + $P.control.prefixName + " 정보를 저장하시겠습니까?"
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
, onOK: () => {
|
|
|
|
|
$P.control.save(params); // formFields
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
$P.ctrl.getInfo(params);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 임대기업 수정 버튼 클릭 이벤트
|
|
|
|
|
$P.fnUpdate = (title) => {
|
|
|
|
|
// validate 확인
|
|
|
|
|
if (!customValidate($("#frmEdit--${pageName}").find("input, select, textarea"))) return;
|
|
|
|
|
|
|
|
|
|
$P.fnUpdate = () => {
|
|
|
|
|
// 임대기업 ID
|
|
|
|
|
let entId = $P.control.dataset.getValue("ENT_ID");
|
|
|
|
|
let entId = $P.ctrl.getValue("ENT_ID");
|
|
|
|
|
// 임대기업 ID 가 없다면.. return
|
|
|
|
|
if (typeof entId == "undefined" || entId == null || entId == "") return;
|
|
|
|
|
|
|
|
|
|
let params = $P.formEditFields.get();
|
|
|
|
|
params.title = title;
|
|
|
|
|
params.callPurpose = "update";
|
|
|
|
|
params.entId = entId;
|
|
|
|
|
let params = {
|
|
|
|
|
callPurpose: "update"
|
|
|
|
|
, entId: entId
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: "현재 " + $P.control.prefixName + " 정보를 저장하시겠습니까?"
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
, onOK: () => {
|
|
|
|
|
$P.control.save(params); // formFields
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
$P.ctrl.getInfo(params);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 임대기업 삭제 버튼 클릭 이벤트
|
|
|
|
|
$P.fnRemove = (title) => {
|
|
|
|
|
// 임대기업 ID
|
|
|
|
|
let entId = $P.control.dataset.getValue("ENT_ID");
|
|
|
|
|
// 임대기업 ID 가 없다면.. return
|
|
|
|
|
if (typeof entId == "undefined" || entId == null || entId == "") return;
|
|
|
|
|
$P.fnRemove = () => {
|
|
|
|
|
let selected = $P.ctrl.dataset.getKeys("selected");
|
|
|
|
|
|
|
|
|
|
let params = $P.formEditFields.get();
|
|
|
|
|
params.title = title;
|
|
|
|
|
params.callPurpose = "delete";
|
|
|
|
|
params.entId = entId;
|
|
|
|
|
if (selected.length < 1) return;
|
|
|
|
|
|
|
|
|
|
// 삭제 메세지 확인
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: "선택한 " + $P.control.prefixName + " 정보를 삭제하시겠습니까?"
|
|
|
|
|
content: "선택한 " + $P.ctrl.prefixName + " 정보를 삭제하시겠습니까?"
|
|
|
|
|
, onOK: () => {
|
|
|
|
|
$P.control.remove(params);
|
|
|
|
|
let params = {
|
|
|
|
|
entIds: selected.join(",")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$P.ctrl.remove(params);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
@ -523,47 +460,20 @@
|
|
|
|
|
// 이벤트
|
|
|
|
|
$P.setEvent = () => {
|
|
|
|
|
// 기본 버튼 이벤트
|
|
|
|
|
$("#btnReset--${pageName}").on("click", () => $P.fnResetAndChangeBiz()); // 초기화
|
|
|
|
|
$("#btnSearch--${pageName}").on("click", () => $P.fnSearchList()); // 검색
|
|
|
|
|
$("#btnOK--${pageName}").on("click", () => $P.fnOK()); // 선택 확인
|
|
|
|
|
$("#btnZipCode--${pageName}").on("click", () => $P.fnZipCode()); // 우편번호 검색
|
|
|
|
|
$P.$find("btnReset").on("click", () => { $P.fnReset(); }); // 초기화
|
|
|
|
|
$P.$find("btnSearch").on("click", () => { $P.fnSearchList(); }); // 검색
|
|
|
|
|
$P.$find("btnOK").on("click", () => { $P.fnOK(); }); // 선택 확인
|
|
|
|
|
|
|
|
|
|
// 업무 버튼 이벤트
|
|
|
|
|
$("#btnCreate--${pageName}").on("click", function() {
|
|
|
|
|
$P.fnCreate($(this).attr("title")); // 임대기업 등록
|
|
|
|
|
});
|
|
|
|
|
$("#btnUpdate--${pageName}").on("click", function() {
|
|
|
|
|
$P.fnUpdate($(this).attr("title")); // 임대기업 수정
|
|
|
|
|
});
|
|
|
|
|
$("#btnRemove--${pageName}").on("click", function() {
|
|
|
|
|
$P.fnRemove($(this).attr("title")); // 임대기업 삭제
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// DataTables width 변경 조정
|
|
|
|
|
fnMakeResizableTable($("#table-responsive--${pageName}")[0]);
|
|
|
|
|
|
|
|
|
|
// DataTables 스크롤 이벤트 생성
|
|
|
|
|
fnMakeScrollableTable($("#table-responsive--${pageName}")[0], $P.scrollDataList);
|
|
|
|
|
}
|
|
|
|
|
$P.$find("btnCreate").on("click", () => { $P.fnCreate(); }); // 등록
|
|
|
|
|
$P.$find("btnUpdate").on("click", () => { $P.fnUpdate(); }); // 수정
|
|
|
|
|
$P.$find("btnRemove").on("click", () => { $P.fnRemove(); }); // 삭제
|
|
|
|
|
|
|
|
|
|
// 화면 초기 설정
|
|
|
|
|
$P.initForm = () => {
|
|
|
|
|
// 화면 초기화
|
|
|
|
|
$("#frmEdit--${pageName}")[0].reset();
|
|
|
|
|
|
|
|
|
|
// 기본 데이터 설정
|
|
|
|
|
$("#sggCd--${pageName}").val("${sggCd}"); // 시군구 코드
|
|
|
|
|
$("#userId--${pageName}").val("${userId}"); // 사용자 ID
|
|
|
|
|
$("#schEntNo--${pageName}").val("${schEntNo}"); // 기업 번호
|
|
|
|
|
}
|
|
|
|
|
// DataTable width 변경 조정
|
|
|
|
|
fnMakeResizableTable($P.find("table-responsive"));
|
|
|
|
|
|
|
|
|
|
// 업무 구분별 설정
|
|
|
|
|
$P.setTask = () => {
|
|
|
|
|
// 업무구분에 따른 URL 설정
|
|
|
|
|
$P.control.urls.load = wctx.url("${infoPrefixUrl}" + "/020/list.do"); // 검색
|
|
|
|
|
$P.control.urls.create = wctx.url("${infoPrefixUrl}" + "/020/create.do"); // 등록
|
|
|
|
|
$P.control.urls.update = wctx.url("${infoPrefixUrl}" + "/020/update.do"); // 수정
|
|
|
|
|
$P.control.urls.remove = wctx.url("${infoPrefixUrl}" + "/020/remove.do"); // 삭제
|
|
|
|
|
// DataTable 스크롤 이벤트 생성
|
|
|
|
|
fnMakeScrollableTable($P.find("table-responsive"), $P.scrollDataList);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
@ -572,8 +482,8 @@
|
|
|
|
|
// 1. 이벤트 설정
|
|
|
|
|
$P.setEvent();
|
|
|
|
|
|
|
|
|
|
// 2. 초기 설정 및 업무 구분 변경
|
|
|
|
|
$P.fnResetAndChangeBiz($("#layout-navbar input[name='taskSeCd']:checked").val());
|
|
|
|
|
// 2. 초기 설정
|
|
|
|
|
$P.fnReset(true);
|
|
|
|
|
|
|
|
|
|
// 3. 보안모드
|
|
|
|
|
fn_securityModeToggle($("#securityMode--top").is(":checked"));
|
|
|
|
|