parent
89f53aeb01
commit
1524b66083
@ -0,0 +1,464 @@
|
|||||||
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
||||||
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
||||||
|
|
||||||
|
<c:set var="prefixName" scope="request">임대기업</c:set>
|
||||||
|
|
||||||
|
<!-- inner page html -->
|
||||||
|
<div class="content-wrapper">
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="container-xxl flex-grow-1 px-0">
|
||||||
|
<div class="card wrapper-list">
|
||||||
|
<!-- 상단 버튼 -->
|
||||||
|
<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-search w-px-120" id="btnSearch--${pageName}" title="검색">
|
||||||
|
검색
|
||||||
|
</button>
|
||||||
|
<button type="button" class="btn btn-excel w-px-120" id="btnExcel--${pageName}" title="엑셀">
|
||||||
|
엑셀
|
||||||
|
</button>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<!-- 상단 버튼 -->
|
||||||
|
|
||||||
|
<!-- 검색 조건 영역 -->
|
||||||
|
<form id="frmSearch--${pageName}" name="frmSearch">
|
||||||
|
<!-- hidden -->
|
||||||
|
<input type="hidden" id="sggCd--${pageName}" name="sggCd" />
|
||||||
|
<input type="hidden" id="userId--${pageName}" name="userId" />
|
||||||
|
|
||||||
|
<!-- 메인 조건 -->
|
||||||
|
<div class="container-search">
|
||||||
|
<div class="row g-1">
|
||||||
|
<!-- 사용자 계정 -->
|
||||||
|
<div class="col-4">
|
||||||
|
<label class="form-label fw-bold form-search-title w-px-120 text-end" for="schUserAcnt--${pageName}">사용자계정</label>
|
||||||
|
<input type="text" class="form-control w-px-160" id="schUserAcnt--${pageName}" name="schUserAcnt" readonly autocomplete="off" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> <!-- 메인 조건 -->
|
||||||
|
</form>
|
||||||
|
<!-- 검색 조건 영역 -->
|
||||||
|
|
||||||
|
<!-- 업무 버튼 및 건수 표시 -->
|
||||||
|
<div>
|
||||||
|
<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}">
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 업무 버튼 -->
|
||||||
|
<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="btnRemove--${pageName}" title="대여기업 삭제">
|
||||||
|
대여기업 삭제
|
||||||
|
</button>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<!-- 업무 버튼 및 건수 표시 -->
|
||||||
|
|
||||||
|
<!-- 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-500" 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">
|
||||||
|
<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}">
|
||||||
|
<th class="cmn" style="width: 72px;">No.</th>
|
||||||
|
<th class="cmn" style="width: 56px;"><input type="checkbox" class="form-check-input" id="gridAllCheckbox--${pageName}" onchange="pageObject['${pageName}'].control.select(this.checked);" /></th>
|
||||||
|
<th class="cmn" style="width: 120px;" onclick="searchFromGridTitle('ENT_SE_CD', this.innerText, 'codeValue', 'FIM088');">기업구분</th>
|
||||||
|
<th class="cmn" style="width: 160px;" onclick="searchFromGridTitle('ENT_NM', this.innerText, 'ymd', '');">기업명</th>
|
||||||
|
<th class="cmn" style="width: 200px;" onclick="searchFromGridTitle('ENT_NO', this.innerText, 'match', 'part');">법인(사업자)번호</th>
|
||||||
|
<th class="cmn" style="width: 160px;" onclick="searchFromGridTitle('ENT_TELNO', this.innerText, 'match', 'part');">전화번호</th>
|
||||||
|
<th class="cmn" style="width: 120px;" onclick="searchFromGridTitle('ENT_FXNO', this.innerText, 'match', 'part');">팩스번호</th>
|
||||||
|
<th class="cmn" style="width: 280px;" onclick="searchFromGridTitle('ENT_EML_ADDR', this.innerText, 'match', 'part');">이메일주소</th>
|
||||||
|
<th class="cmn" style="width: 100px;" onclick="searchFromGridTitle('ENT_ZIP', this.innerText, 'match', 'part');">우편번호</th>
|
||||||
|
<th class="cmn" style="width: 280px;" onclick="searchFromGridTitle('ENT_ADDR', this.innerText, 'match', 'part');">주소</th>
|
||||||
|
<th class="cmn" style="width: 320px;" onclick="searchFromGridTitle('ENT_DTL_ADDR', this.innerText, 'match', 'part');">상세주소</th>
|
||||||
|
<th class="cmn" style="width: 180px;">등록일시</th>
|
||||||
|
<th class="cmn" style="width: 140px;">등록사용자</th>
|
||||||
|
<th class="cmn dummy-th"></th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody id="tbody--${pageName}">
|
||||||
|
</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-center"><input type="checkbox" class="form-check-input" name="gridCheckbox" value="{ENT_ID}" onchange="pageObject['${pageName}'].control.select('{ENT_ID}', this.checked);"></td>
|
||||||
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{ENT_SE_NM}</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-start" onclick="{onclick}" ondblclick="{ondblclick}">{ENT_TELNO}</td>
|
||||||
|
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}">{ENT_FXNO}</td>
|
||||||
|
<td class="cmn text-start" onclick="{onclick}" ondblclick="{ondblclick}">{ENT_EML_ADDR}</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-start" onclick="{onclick}" ondblclick="{ondblclick}">{ENT_DTL_ADDR}</td>
|
||||||
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{REG_DT}</td>
|
||||||
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{RGTR_NM}</td>
|
||||||
|
<td class="cmn dummy-td"></td>
|
||||||
|
</tr>
|
||||||
|
</template>
|
||||||
|
<template id="${infoPrefix}NotFound--${pageName}">
|
||||||
|
<tr class="odd">
|
||||||
|
<td valign="top" colspan="14" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
||||||
|
</tr>
|
||||||
|
</template>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- DataTables(그리드) -->
|
||||||
|
</div> <!-- <div class="card wrapper-list"> -->
|
||||||
|
</div> <!-- <div class="container-xxl flex-grow-1 px-0"> -->
|
||||||
|
<!-- Content -->
|
||||||
|
|
||||||
|
<div class="content-backdrop fade"></div>
|
||||||
|
</div>
|
||||||
|
<!-- / inner page html <div class="content-wrapper"> -->
|
||||||
|
|
||||||
|
<script>
|
||||||
|
/**************************************************************************
|
||||||
|
* Global Variable
|
||||||
|
**************************************************************************/
|
||||||
|
pageObject["${pageName}"] = {};
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* script 진입
|
||||||
|
**************************************************************************/
|
||||||
|
$(document).ready(function() {
|
||||||
|
// pageObject
|
||||||
|
let $P = pageObject["${pageName}"];
|
||||||
|
|
||||||
|
// FormFields
|
||||||
|
$P.formFields = new FimsFormFields("#frmSearch--${pageName}");
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* DatasetControl
|
||||||
|
**************************************************************************/
|
||||||
|
$P.control = new DatasetControl({
|
||||||
|
prefix: "rentEnt"
|
||||||
|
, prefixName: "임대기업"
|
||||||
|
, keymapper: info => info ? info.ENT_ID : ""
|
||||||
|
, dataGetter: obj => obj.${infoPrefix}List
|
||||||
|
, appendData: true
|
||||||
|
, infoSize: "md"
|
||||||
|
, 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;
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 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.control.onCurrentChange = (item) => {
|
||||||
|
if (!item) return;
|
||||||
|
|
||||||
|
let key = item.data.ENT_ID;
|
||||||
|
|
||||||
|
$("#tbody--${pageName}").setCurrentRow(key);
|
||||||
|
};
|
||||||
|
|
||||||
|
// 선택(체크) 변경 이벤트
|
||||||
|
$P.control.onSelectionChange = (selected) => {
|
||||||
|
let ${infoPrefix}List = $P.control.dataset;
|
||||||
|
let keys = selected.map(e => ${infoPrefix}List.getKey(e));
|
||||||
|
|
||||||
|
$("#tbody--${pageName} input[type='checkbox']").each(function() {
|
||||||
|
let checkbox = $(this);
|
||||||
|
checkbox.prop("checked", keys.includes(checkbox.val()));
|
||||||
|
});
|
||||||
|
|
||||||
|
// 삭제 버튼
|
||||||
|
$("#btnRemove--${pageName}").prop("disabled", keys.length < 1);
|
||||||
|
|
||||||
|
// DataTables(그리드) 전체 선택(checkbox)
|
||||||
|
if (keys.length < 1) {
|
||||||
|
$("#DataTables_Table_0--${pageName} th input[type='checkbox']").prop("checked", false); // 체크 해제
|
||||||
|
} else if (keys.length == ${infoPrefix}List.length) {
|
||||||
|
$("#DataTables_Table_0--${pageName} th input[type='checkbox']").prop("checked", true); // 체크 설정
|
||||||
|
} else {
|
||||||
|
$("#DataTables_Table_0--${pageName} th input[type='checkbox']").prop("checked", false); // 체크 해제
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// 상세정보 dialog
|
||||||
|
$P.control.getInfo = (gdntcId) => {
|
||||||
|
let dialogTitle = "";
|
||||||
|
let params = {};
|
||||||
|
|
||||||
|
if (typeof gdntcId == "undefined" || gdntcId == null || gdntcId == "") {
|
||||||
|
dialogTitle = $P.control.prefixName + " 등록";
|
||||||
|
|
||||||
|
params.callPurpose = "create";
|
||||||
|
params.sggCd = $("#sggCd--${pageName}").val(); // 시군구 코드
|
||||||
|
params.taskSeCd = $("#frmSearch--${pageName} input[name='taskSeCd']:checked").val(); // 업무 구분 코드
|
||||||
|
} else {
|
||||||
|
dialogTitle = $P.control.prefixName + " 수정";
|
||||||
|
|
||||||
|
params.callPurpose = "update";
|
||||||
|
params.sggCd = $("#sggCd--${pageName}").val(); // 시군구 코드
|
||||||
|
params.taskSeCd = $("#frmSearch--${pageName} input[name='taskSeCd']:checked").val(); // 업무 구분 코드
|
||||||
|
params.gdntcId = gdntcId;
|
||||||
|
}
|
||||||
|
|
||||||
|
ajax.get({
|
||||||
|
url: wctx.url("/" + params.taskSeCd + "${infoPrefixUrl}" + "/020/info.do") + "?openerPageName=${pageName}"
|
||||||
|
, data: params || {}
|
||||||
|
, success: resp => {
|
||||||
|
dialog.open({
|
||||||
|
id: $P.control.prefixed("Dialog--${pageName}")
|
||||||
|
, title: dialogTitle
|
||||||
|
, content: resp
|
||||||
|
, size: $P.control.infoSize
|
||||||
|
, onClose : () => { $P.fnRefreshList(); } // 자료 재조회
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// 삭제 callback
|
||||||
|
$P.control.onRemove = (resp) => {
|
||||||
|
let btnTitle = $("#btnRemove--${pageName}").attr("title");
|
||||||
|
let showMessage = resp.rtnMsg.replace(/[S]|[F]/g, btnTitle);
|
||||||
|
|
||||||
|
// 메시지 출력
|
||||||
|
dialog.alert({
|
||||||
|
content: showMessage
|
||||||
|
, init: () => { setDialogZindex(); }
|
||||||
|
, onOK: () => { }
|
||||||
|
});
|
||||||
|
|
||||||
|
if (resp.saved) { $P.fnRefreshList(); } // 자료 재조회
|
||||||
|
}
|
||||||
|
|
||||||
|
// 삭제
|
||||||
|
$P.control.remove = (params) => {
|
||||||
|
if (!params) return;
|
||||||
|
|
||||||
|
ajax.post({
|
||||||
|
url: wctx.url("/" + params.taskSeCd + "${infoPrefixUrl}" + "/010/remove.do")
|
||||||
|
, data: params || {}
|
||||||
|
, success: resp => $P.control.onRemove(resp)
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* DataTables 이벤트
|
||||||
|
**************************************************************************/
|
||||||
|
// DataTables에 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}'].control.getInfo('" + dataItem.getValue("ENT_ID") + "');")
|
||||||
|
);
|
||||||
|
|
||||||
|
let noMore = (${infoPrefix}List.length >= totalSize);
|
||||||
|
let initScroll = ($P.control.query.pageNum < 2);
|
||||||
|
if(option != null && option.reloaded){
|
||||||
|
initScroll = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
$("#table-responsive--${pageName}")[0].changeContent(trs.join(), initScroll, noMore);
|
||||||
|
|
||||||
|
// checkbox 체크 해제
|
||||||
|
$("#DataTables_Table_0--${pageName} th input[type='checkbox']").prop("checked", false);
|
||||||
|
|
||||||
|
//보안모드
|
||||||
|
fn_securityModeToggle($("#securityMode--top").is(":checked"));
|
||||||
|
}
|
||||||
|
|
||||||
|
// DataTables에 스크롤이 맨 밑으로 이동했을 때 이벤트
|
||||||
|
$P.scrollDataList = () => {
|
||||||
|
$P.control.load($P.control.query.pageNum + 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 사용자 함수(function)
|
||||||
|
**************************************************************************/
|
||||||
|
// 검색 자료 재조회
|
||||||
|
$P.fnRefreshList = () => {
|
||||||
|
$P.control.reload({all : true});
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 버튼 clickEvent
|
||||||
|
**************************************************************************/
|
||||||
|
// 업무 구분 변경 이벤트
|
||||||
|
$P.fnResetAndChangeBiz = () => {
|
||||||
|
// 초기 기본 설정
|
||||||
|
$P.initForm();
|
||||||
|
// 업무 구분별 설정
|
||||||
|
$P.setTask();
|
||||||
|
|
||||||
|
// dataset 초기화
|
||||||
|
$P.control.dataset.clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
// 검색 버튼 이벤트
|
||||||
|
$P.fnSearchList = () => {
|
||||||
|
// 검색조건
|
||||||
|
$P.control.query = $P.formFields.get(); // 검색 조건
|
||||||
|
$P.control.query.fetchSize = $P.control.defaultFetchSize; // 한번에 조회되는 자료 건수
|
||||||
|
$P.control.query.delYn = "N"; // 삭제 여부
|
||||||
|
|
||||||
|
$P.control.load(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 엑셀 버튼 이벤트
|
||||||
|
$P.fnExcel = () => {
|
||||||
|
if ($P.control.dataset.empty) {
|
||||||
|
dialog.alert({
|
||||||
|
content: "검색된 자료가 없습니다."
|
||||||
|
, init: () => { setDialogZindex(); }
|
||||||
|
, onOK: () => { }
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// DataTables(그리드)
|
||||||
|
let cellDefs = getCellDefs($("#theadTr--${pageName} th").not(".dummy-th").not(":eq(0)")
|
||||||
|
, $($("#${infoPrefix}Row--${pageName}")[0].content).find("td").not(".dummy-td").not(":eq(0)")
|
||||||
|
, getCellDefsForPrivacyCell);
|
||||||
|
|
||||||
|
$P.control.query.cellDefs = cellDefs;
|
||||||
|
|
||||||
|
$P.control.download();
|
||||||
|
}
|
||||||
|
|
||||||
|
// 전자우편 안내문 등록 버튼 이벤트
|
||||||
|
$P.fnCreate = (title) => {
|
||||||
|
$P.control.getInfo();
|
||||||
|
}
|
||||||
|
|
||||||
|
// 삭제 버튼 이벤트
|
||||||
|
$P.fnRemove = (title) => {
|
||||||
|
let selected = $P.control.dataset.getKeys("selected");
|
||||||
|
|
||||||
|
if (selected.length < 1) return;
|
||||||
|
|
||||||
|
let params = {};
|
||||||
|
params.sggCd = $("#sggCd--${pageName}").val(); // 시군구 코드
|
||||||
|
params.taskSeCd = $("#frmSearch--${pageName} input[name='taskSeCd']:checked").val(); // 업무 구분 코드
|
||||||
|
params.gdntcIds = selected.join(","); // params[$P.control.prefixed("IDs")] = selected.join(",");
|
||||||
|
|
||||||
|
dialog.alert({
|
||||||
|
content: "선택한 " + $P.control.prefixName + " 정보를 삭제하시겠습니까?"
|
||||||
|
, onOK: () => {
|
||||||
|
$P.control.remove(params);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 초기 설정
|
||||||
|
**************************************************************************/
|
||||||
|
// 이벤트 설정
|
||||||
|
$P.setEvent = () => {
|
||||||
|
// 기본 버튼 이벤트
|
||||||
|
$("#btnReset--${pageName}").on("click", () => $P.fnResetAndChangeBiz()); // 초기화
|
||||||
|
$("#btnSearch--${pageName}").on("click", () => $P.fnSearchList()); // 검색
|
||||||
|
$("#btnExcel--${pageName}").on("click", () => $P.fnExcel()); // 엑셀
|
||||||
|
|
||||||
|
// form-date 항목에서 키보드로 입력시 날짜 포맷팅 적용
|
||||||
|
$("#frmSearch--${pageName}").find(".form-date").each(function() {
|
||||||
|
$(this).on("input", function() {
|
||||||
|
let value = this.value.replaceAll("-", "");
|
||||||
|
|
||||||
|
if (value.length > 7) {
|
||||||
|
this.value = value.substring(0, 4) + "-" + value.substring(4, 6) + "-" + value.substring(6);
|
||||||
|
} else if(value.length > 5) {
|
||||||
|
this.value = value.substring(0, 4) + "-" + value.substring(4);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
// 버튼 이벤트
|
||||||
|
$("#btnCreate--${pageName}").on("click", function() {
|
||||||
|
$P.fnCreate($(this).attr("title")); // 등록
|
||||||
|
});
|
||||||
|
$("#btnRemove--${pageName}").on("click", function() {
|
||||||
|
$P.fnRemove($(this).attr("title")); // 삭제
|
||||||
|
});
|
||||||
|
|
||||||
|
// DataTables width 변경 조정 업무별 그리드가 존재 한다면.. crdn06010-main.jsp 참고
|
||||||
|
fnMakeResizableTable($("#table-responsive--${pageName}")[0]);
|
||||||
|
|
||||||
|
// DataTables 스크롤 이벤트 생성
|
||||||
|
fnMakeScrollableTable($("#table-responsive--${pageName}")[0], $P.scrollDataList);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 초기 화면 설정
|
||||||
|
$P.initForm = () => {
|
||||||
|
// 화면 초기화
|
||||||
|
$("#frmSearch--${pageName}")[0].reset();
|
||||||
|
|
||||||
|
// input, select 초기화
|
||||||
|
let searchForm = $("#frmSearch--${pageName}");
|
||||||
|
searchForm.find("input[type='checkbox']").prop("checked", false);
|
||||||
|
searchForm.find("input[type='text']").val("");
|
||||||
|
searchForm.find("input[type='hidden']").val("");
|
||||||
|
searchForm.find("select").each(function() { $(this).find("option:eq(0)").prop("selected", true); });
|
||||||
|
|
||||||
|
// 기본 데이터 설정
|
||||||
|
$("#sggCd--${pageName}").val("${sggCd}"); // 시군구 코드
|
||||||
|
$("#userId--${pageName}").val("${userId}"); // 사용자 ID
|
||||||
|
$("#schUserAcnt--${pageName}").val("${userAcnt}"); // 사용자 계정
|
||||||
|
}
|
||||||
|
|
||||||
|
// 업무 구분별 설정
|
||||||
|
$P.setTask = () => {
|
||||||
|
// 업무구분에 따른 URL 설정
|
||||||
|
$P.control.urls.load = wctx.url("${infoPrefixUrl}" + "/010/list.do"); // 검색
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 최초 실행 함수
|
||||||
|
**************************************************************************/
|
||||||
|
// 1. 이벤트 설정
|
||||||
|
$P.setEvent();
|
||||||
|
|
||||||
|
// 2. 초기 설정 및 업무 구분 변경
|
||||||
|
$P.fnResetAndChangeBiz();
|
||||||
|
|
||||||
|
// 3. 보안모드
|
||||||
|
fn_securityModeToggle($("#securityMode--top").is(":checked"));
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
Loading…
Reference in New Issue