임대기업관리 수정.
parent
56518ff8b1
commit
5a0984efd1
@ -0,0 +1,380 @@
|
|||||||
|
<%@ 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" data-doctx="${pageName}">
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="container-xxl 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" name="btnSearch" title="검색">
|
||||||
|
검색
|
||||||
|
</button>
|
||||||
|
<button type="button" class="btn btn-success w-px-120" name="btnOK" title="임대기업 선택 확인">
|
||||||
|
선택 확인
|
||||||
|
</button>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<!-- 상단 버튼 -->
|
||||||
|
|
||||||
|
<!-- 검색 조건 영역 -->
|
||||||
|
<form name="frmSearch">
|
||||||
|
<!-- hidden -->
|
||||||
|
<input type="hidden" name="userId" />
|
||||||
|
|
||||||
|
<!-- 메인 조건 -->
|
||||||
|
<div class="container-search">
|
||||||
|
<div class="row g-1">
|
||||||
|
<!-- 기업 번호 -->
|
||||||
|
<div class="col-6">
|
||||||
|
<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 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> <!-- 메인 조건 -->
|
||||||
|
</form>
|
||||||
|
<!-- 검색 조건 영역 -->
|
||||||
|
|
||||||
|
<!-- 업무 버튼 및 건수 표시 -->
|
||||||
|
<div>
|
||||||
|
<div class="container-page-btn" name="gridButtonArea">
|
||||||
|
<!-- 건수, 페이지 표시 -->
|
||||||
|
<div class="d-flex flex-row justify-content-between">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- 업무 버튼 및 건수 표시 -->
|
||||||
|
|
||||||
|
<!-- DataTables(그리드) -->
|
||||||
|
<div class="card-datatable text-nowrap">
|
||||||
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
||||||
|
<div class="table-responsive ox-scroll oy-scroll h-px-300" name="tableRspns">
|
||||||
|
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" aria-describedby="DataTables_Table_0_info">
|
||||||
|
<thead class="sticky-thead">
|
||||||
|
<tr name="theadTr" data-search-target="[data-doctx='${pageName}']">
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<template name="tmpltCols">
|
||||||
|
<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>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<tbody name="tbodyList">
|
||||||
|
</tbody>
|
||||||
|
<template is="curly-brackets" name="tmpltRows">
|
||||||
|
<tr data-index="{data-index}">
|
||||||
|
<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="{data-index}" 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 name="tmpltNotFound">
|
||||||
|
<tr class="cmn">
|
||||||
|
<td valign="top" colspan="11" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
||||||
|
</tr>
|
||||||
|
</template>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- DataTables(그리드) -->
|
||||||
|
</div> <!-- <div class="card"> -->
|
||||||
|
</div> <!-- <div class="container flex-grow-1 px-0"> -->
|
||||||
|
<!-- Content -->
|
||||||
|
</div>
|
||||||
|
<!-- / inner page html <div class="content-wrapper"> -->
|
||||||
|
|
||||||
|
<script>
|
||||||
|
LoadScript("rent01030Script", wctx.url("/webjars/js/fims/rent/rent01030.js?ver=${ver}"));
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* Global Variable
|
||||||
|
**************************************************************************/
|
||||||
|
pageObject["${pageName}"] = newDoctxFinder("${pageName}");
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* script 진입
|
||||||
|
**************************************************************************/
|
||||||
|
$(document).ready(function() {
|
||||||
|
// pageObject
|
||||||
|
let $P = pageObject["${pageName}"];
|
||||||
|
|
||||||
|
// formFields
|
||||||
|
$P.formFields = new FimsFormFields($P.selectorn("frmSearch"));
|
||||||
|
// datasetControl
|
||||||
|
$P.ctrl = newRent01030Control("${pageName}", "[data-doctx=${pageName}]");
|
||||||
|
// paging
|
||||||
|
$P.pagingSupport = new FimsPagingSupport({
|
||||||
|
ctrl: $P.ctrl // DatasetControl
|
||||||
|
, ignoreCtrlPrefix: true // ctrl.prefix 가 있더라도 무시
|
||||||
|
, linkContainer: "[name='dataPaging']" // <ul class="pagination pagination-primary" name="dataPaging">
|
||||||
|
});
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* DataTable 이벤트
|
||||||
|
**************************************************************************/
|
||||||
|
// dataTable 체크박스 클릭 이벤트
|
||||||
|
$P.dataTableCheckbox = (element, bool) => {
|
||||||
|
GRID.checkbox.sync(element, bool);
|
||||||
|
|
||||||
|
let atLeastOne = GRID.checkbox.countChecked(element) > 0;
|
||||||
|
$P.$findn("btnOK").prop("disabled", !atLeastOne);
|
||||||
|
$P.$findn("btnRemove").prop("disabled", !atLeastOne);
|
||||||
|
|
||||||
|
Apply.toDataset.selection($P.ctrl.dataset, element, bool);
|
||||||
|
}
|
||||||
|
|
||||||
|
// dataTable 클릭 이벤트
|
||||||
|
$P.dataTableClick = (dataIndex) => {
|
||||||
|
if (dataIndex == "") return;
|
||||||
|
|
||||||
|
$P.$findn("tbodyList").setCurrentRow(dataIndex);
|
||||||
|
|
||||||
|
Apply.toDataset.current($P.ctrl.dataset, dataIndex);
|
||||||
|
}
|
||||||
|
|
||||||
|
// dataTable 더블 클릭 이벤트
|
||||||
|
$P.dataTableDblClick = (dataIndex, dataKey) => {
|
||||||
|
let params = {
|
||||||
|
callPurpose: "update"
|
||||||
|
, entId: $P.ctrl.getValue("ENT_ID")
|
||||||
|
};
|
||||||
|
|
||||||
|
$P.ctrl.getInfo(params);
|
||||||
|
}
|
||||||
|
|
||||||
|
// DataTable에 스크롤이 맨 밑으로 이동했을 때 이벤트
|
||||||
|
$P.scrollDataList = () => {
|
||||||
|
$P.ctrl.load($P.ctrl.query.pageNum + 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 사용자 함수(function)
|
||||||
|
**************************************************************************/
|
||||||
|
// URL 설정
|
||||||
|
$P.fnSetUrl = (prefixUrl) => {
|
||||||
|
$P.ctrl.urls.load = wctx.url(prefixUrl + "/030/list.do"); // 검색
|
||||||
|
$P.ctrl.urls.create = wctx.url(prefixUrl + "/030/createMpng.do") // 등록
|
||||||
|
$P.ctrl.urls.remove = wctx.url(prefixUrl + "/030/removeEnt.do") // 삭제
|
||||||
|
$P.ctrl.urls.getInfo = wctx.url(prefixUrl + "/040/info.do"); // 상세 정보
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 버튼 clickEvent
|
||||||
|
**************************************************************************/
|
||||||
|
// 업무 구분 변경 이벤트
|
||||||
|
$P.fnReset = (initSearchYN) => {
|
||||||
|
// 화면 초기화
|
||||||
|
$P.findn("frmSearch").reset();
|
||||||
|
// dataset 초기화
|
||||||
|
$P.ctrl.dataset.clear();
|
||||||
|
|
||||||
|
// URL 설정
|
||||||
|
$P.fnSetUrl("${prefixUrl}");
|
||||||
|
|
||||||
|
// 기본 데이터 설정
|
||||||
|
$P.$findn("userId").val("${userId}"); // 사용자 ID
|
||||||
|
$P.$findn("schEntNo").val("${schEntNo}"); // 기업 번호
|
||||||
|
|
||||||
|
// 그리드 th
|
||||||
|
let colContent = $P.findn("tmpltCols").content;
|
||||||
|
let cols = $(colContent).find(".cmn");
|
||||||
|
let colsOuterHTML = "";
|
||||||
|
|
||||||
|
cols.each(function() {
|
||||||
|
colsOuterHTML += this.outerHTML;
|
||||||
|
});
|
||||||
|
$P.findn("tableRspns").changeColumn(colsOuterHTML);
|
||||||
|
|
||||||
|
if (initSearchYN && $P.$findn("schEntNo").val() != "") {
|
||||||
|
$P.fnSearchList();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 검색 버튼 클릭 이벤트
|
||||||
|
$P.fnSearchList = () => {
|
||||||
|
// 검색조건
|
||||||
|
$P.ctrl.query = $P.formFields.get(); // 검색 조건
|
||||||
|
$P.ctrl.query.fetchSize = DEFAULT_FETCH_SIZE; // 한번에 조회되는 자료 건수
|
||||||
|
$P.ctrl.query.delYn = "N"; // 삭제 여부
|
||||||
|
|
||||||
|
$P.ctrl.load(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 엑셀 버튼 이벤트
|
||||||
|
$P.fnExcel = () => {
|
||||||
|
if ($P.ctrl.dataset.empty) {
|
||||||
|
dialog.alert({
|
||||||
|
content: "검색된 자료가 없습니다."
|
||||||
|
, onOK: () => { }
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// DataTable(그리드)
|
||||||
|
$P.ctrl.query.cellDefs =
|
||||||
|
AppSupport.getCellDefs($P.$findn("theadTr").find("th").not(".dummy-th").not(":eq(0)")
|
||||||
|
, $($P.findn("tmpltRows").content).find("td").not(".dummy-td").not(":eq(0)"));
|
||||||
|
|
||||||
|
$P.ctrl.download();
|
||||||
|
}
|
||||||
|
|
||||||
|
// 확인
|
||||||
|
$P.fnOK = () => {
|
||||||
|
let selected = $P.ctrl.getDataset("selected");
|
||||||
|
|
||||||
|
if (selected.length < 1) {
|
||||||
|
dialog.alert({
|
||||||
|
content: "선택하신 " + $P.ctrl.prefixName + " 정보가 없습니다."
|
||||||
|
, onOK: () => { }
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
dialog.alert({
|
||||||
|
content: "현재 " + $P.ctrl.prefixName + " 정보를 저장하시겠습니까?"
|
||||||
|
, onOK: () => {
|
||||||
|
let params = {
|
||||||
|
callPurpose: "create"
|
||||||
|
, userId: $P.$findn("userId").val()
|
||||||
|
, entIds: selected.map(info => info.ENT_ID).join(",")
|
||||||
|
}
|
||||||
|
|
||||||
|
$P.ctrl.save(params);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// 임대기업 등록 버튼 클릭 이벤트
|
||||||
|
$P.fnCreate = () => {
|
||||||
|
let params = {
|
||||||
|
callPurpose: "create"
|
||||||
|
, entId: null
|
||||||
|
};
|
||||||
|
|
||||||
|
$P.ctrl.getInfo(params);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 임대기업 수정 버튼 클릭 이벤트
|
||||||
|
$P.fnUpdate = () => {
|
||||||
|
// 임대기업 ID
|
||||||
|
let entId = $P.ctrl.getValue("ENT_ID");
|
||||||
|
// 임대기업 ID 가 없다면.. return
|
||||||
|
if (typeof entId == "undefined" || entId == null || entId == "") return;
|
||||||
|
|
||||||
|
let params = {
|
||||||
|
callPurpose: "update"
|
||||||
|
, entId: $P.ctrl.getValue("ENT_ID")
|
||||||
|
};
|
||||||
|
|
||||||
|
$P.ctrl.getInfo(params);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 임대기업 삭제 버튼 클릭 이벤트
|
||||||
|
$P.fnRemove = () => {
|
||||||
|
let selected = $P.ctrl.getDataset("selected"); // 선택 자료
|
||||||
|
|
||||||
|
if (selected.length < 1) {
|
||||||
|
dialog.alert({
|
||||||
|
content: "선택하신 " + $P.ctrl.prefixName + " 정보가 없습니다."
|
||||||
|
, init: () => { AppSupport.setDialogZindex(); }
|
||||||
|
, onOK: () => { }
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
let params = {
|
||||||
|
callPurpose: "remove"
|
||||||
|
, entIds: selected.map(info => info.ENT_ID).join(",")
|
||||||
|
};
|
||||||
|
|
||||||
|
dialog.alert({
|
||||||
|
content: "선택한 " + selected.length + "건의 " + $P.ctrl.prefixName + " 정보를 삭제하시겠습니까?"
|
||||||
|
, onOK: () => { $P.ctrl.remove(params); }
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 초기 설정
|
||||||
|
**************************************************************************/
|
||||||
|
// 이벤트
|
||||||
|
$P.setEvent = () => {
|
||||||
|
// 기본 버튼 이벤트
|
||||||
|
$P.$findn("btnReset").on("click", () => { $P.fnReset(); }); // 초기화
|
||||||
|
$P.$findn("btnSearch").on("click", () => { $P.fnSearchList(); }); // 검색
|
||||||
|
$P.$findn("btnOK").on("click", () => { $P.fnOK(); }); // 선택 확인
|
||||||
|
|
||||||
|
// input에서 엔터(Enter) 키를 누르면 검색한다.
|
||||||
|
$P.$findn("schEntNo").onEnterPress($P.fnSearchList); // 법인(사업자)번호
|
||||||
|
$P.$findn("schEntNm").onEnterPress($P.fnSearchList); // 기업명
|
||||||
|
|
||||||
|
// 업무 버튼 이벤트
|
||||||
|
$P.$findn("btnCreate").on("click", () => { $P.fnCreate(); }); // 임대기업 등록
|
||||||
|
$P.$findn("btnUpdate").on("click", () => { $P.fnUpdate(); }); // 임대기업 수정
|
||||||
|
$P.$findn("btnRemove").on("click", () => { $P.fnRemove(); }); // 임대기업 삭제
|
||||||
|
|
||||||
|
// DataTable width 변경 조정
|
||||||
|
Componentization.fnMakeResizableTable($P.findn("tableRspns"));
|
||||||
|
|
||||||
|
// DataTable 스크롤 이벤트 생성
|
||||||
|
Componentization.fnMakeScrollableTable($P.findn("tableRspns"), $P.scrollDataList);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 최초 실행 함수
|
||||||
|
**************************************************************************/
|
||||||
|
// 1. 이벤트 설정
|
||||||
|
$P.setEvent();
|
||||||
|
|
||||||
|
// 2. 초기 설정
|
||||||
|
$P.fnReset(true);
|
||||||
|
|
||||||
|
// 3. 보안모드
|
||||||
|
fn_securityModeToggle($("#securityMode--top").is(":checked"));
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
@ -0,0 +1,369 @@
|
|||||||
|
<%@ 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" data-doctx="${pageName}">
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="container-xxl 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" name="btnSearch" title="검색">
|
||||||
|
검색
|
||||||
|
</button>
|
||||||
|
<button type="button" class="btn btn-success w-px-120" name="btnOK" title="임차인 선택 확인">
|
||||||
|
선택 확인
|
||||||
|
</button>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<!-- 상단 버튼 -->
|
||||||
|
|
||||||
|
<!-- 검색 조건 영역 -->
|
||||||
|
<form name="frmSearch">
|
||||||
|
<!-- 메인 조건 -->
|
||||||
|
<div class="container-search">
|
||||||
|
<div class="row g-1">
|
||||||
|
<!-- 기업 번호 -->
|
||||||
|
<div class="col-6">
|
||||||
|
<label is="name-label" class="form-label fw-bold form-search-title w-px-120 text-end" for="schCtrtYmd">계약일자</label>
|
||||||
|
<input is="id-input" type="text" class="form-control w-px-160" name="schCtrtYmd" autocomplete="off" />
|
||||||
|
</div>
|
||||||
|
<!-- 기업 명 -->
|
||||||
|
<div class="col-6">
|
||||||
|
<label is="name-label" class="form-label fw-bold form-search-title w-px-120 text-end" for="schVhrno">차량번호</label>
|
||||||
|
<input is="id-input" type="text" class="form-control w-px-200" name="schVhrno" autocomplete="off" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> <!-- 메인 조건 -->
|
||||||
|
</form>
|
||||||
|
<!-- 검색 조건 영역 -->
|
||||||
|
|
||||||
|
<!-- 업무 버튼 및 건수 표시 -->
|
||||||
|
<div>
|
||||||
|
<div class="container-page-btn" name="gridButtonArea">
|
||||||
|
<!-- 건수, 페이지 표시 -->
|
||||||
|
<div class="d-flex flex-row justify-content-between">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- 업무 버튼 및 건수 표시 -->
|
||||||
|
|
||||||
|
<!-- DataTables(그리드) -->
|
||||||
|
<div class="card-datatable text-nowrap">
|
||||||
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
||||||
|
<div class="table-responsive ox-scroll oy-scroll h-px-300" name="tableRspns">
|
||||||
|
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" aria-describedby="DataTables_Table_0_info">
|
||||||
|
<thead class="sticky-thead">
|
||||||
|
<tr name="theadTr" data-search-target="[data-doctx='${pageName}']">
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<template name="tmpltCols">
|
||||||
|
<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>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<tbody name="tbodyList">
|
||||||
|
</tbody>
|
||||||
|
<template is="curly-brackets" name="tmpltRows">
|
||||||
|
<tr data-index="{data-index}">
|
||||||
|
<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="{data-index}" 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 name="tmpltNotFound">
|
||||||
|
<tr class="cmn">
|
||||||
|
<td valign="top" colspan="11" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
||||||
|
</tr>
|
||||||
|
</template>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- DataTables(그리드) -->
|
||||||
|
</div> <!-- <div class="card"> -->
|
||||||
|
</div> <!-- <div class="container-xxl flex-grow-1 px-0"> -->
|
||||||
|
<!-- Content -->
|
||||||
|
</div>
|
||||||
|
<!-- / inner page html <div class="content-wrapper"> -->
|
||||||
|
|
||||||
|
<script>
|
||||||
|
LoadScript("rent02030Script", wctx.url("/webjars/js/fims/rent/rent02030.js?ver=${ver}"));
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* Global Variable
|
||||||
|
**************************************************************************/
|
||||||
|
pageObject["${pageName}"] = newDoctxFinder("${pageName}");
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* script 진입
|
||||||
|
**************************************************************************/
|
||||||
|
$(document).ready(function() {
|
||||||
|
// pageObject
|
||||||
|
let $P = pageObject["${pageName}"];
|
||||||
|
|
||||||
|
// formFields
|
||||||
|
$P.formFields = new FimsFormFields($P.selectorn("frmSearch"));
|
||||||
|
// datasetControl
|
||||||
|
$P.ctrl = newRent02030Control("${pageName}", "[data-doctx=${pageName}]");
|
||||||
|
// paging
|
||||||
|
$P.pagingSupport = new FimsPagingSupport({
|
||||||
|
ctrl: $P.ctrl // DatasetControl
|
||||||
|
, ignoreCtrlPrefix: true // ctrl.prefix 가 있더라도 무시
|
||||||
|
, linkContainer: "[name='dataPaging']" // <ul class="pagination pagination-primary" name="dataPaging">
|
||||||
|
});
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* DataTable 이벤트
|
||||||
|
**************************************************************************/
|
||||||
|
// dataTable 체크박스 클릭 이벤트
|
||||||
|
$P.dataTableCheckbox = (element, bool) => {
|
||||||
|
GRID.checkbox.sync(element, bool);
|
||||||
|
|
||||||
|
let atLeastOne = GRID.checkbox.countChecked(element) > 0;
|
||||||
|
$P.$findn("btnOK").prop("disabled", !atLeastOne);
|
||||||
|
$P.$findn("btnRemove").prop("disabled", !atLeastOne);
|
||||||
|
|
||||||
|
Apply.toDataset.selection($P.ctrl.dataset, element, bool);
|
||||||
|
}
|
||||||
|
|
||||||
|
// dataTable 클릭 이벤트
|
||||||
|
$P.dataTableClick = (dataIndex) => {
|
||||||
|
if (dataIndex == "") return;
|
||||||
|
|
||||||
|
$P.$findn("tbodyList").setCurrentRow(dataIndex);
|
||||||
|
|
||||||
|
Apply.toDataset.current($P.ctrl.dataset, dataIndex);
|
||||||
|
}
|
||||||
|
|
||||||
|
// dataTable 더블 클릭 이벤트
|
||||||
|
$P.dataTableDblClick = (dataIndex, dataKey) => {
|
||||||
|
let params = {
|
||||||
|
entId: $P.ctrl.getValue("ENT_ID")
|
||||||
|
};
|
||||||
|
|
||||||
|
$P.ctrl.getInfo(params);
|
||||||
|
}
|
||||||
|
|
||||||
|
// DataTable에 스크롤이 맨 밑으로 이동했을 때 이벤트
|
||||||
|
$P.scrollDataList = () => {
|
||||||
|
$P.ctrl.load($P.ctrl.query.pageNum + 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 사용자 함수(function)
|
||||||
|
**************************************************************************/
|
||||||
|
// URL 설정
|
||||||
|
$P.fnSetUrl = (prefixUrl) => {
|
||||||
|
$P.ctrl.urls.load = wctx.url(prefixUrl + "/020/list.do"); // 검색
|
||||||
|
$P.ctrl.urls.create = wctx.url(prefixUrl + "/020/createMpng.do") // 등록
|
||||||
|
$P.ctrl.urls.remove = wctx.url(prefixUrl + "/020/removeEnt.do") // 삭제
|
||||||
|
$P.ctrl.urls.getInfo = wctx.url(prefixUrl + "/030/info.do"); // 상세 정보
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 버튼 clickEvent
|
||||||
|
**************************************************************************/
|
||||||
|
// 업무 구분 변경 이벤트
|
||||||
|
$P.fnReset = (initSearchYN) => {
|
||||||
|
// 화면 초기화
|
||||||
|
$P.findn("frmSearch").reset();
|
||||||
|
// dataset 초기화
|
||||||
|
$P.ctrl.dataset.clear();
|
||||||
|
|
||||||
|
// URL 설정
|
||||||
|
$P.fnSetUrl("${prefixUrl}");
|
||||||
|
|
||||||
|
// 기본 데이터 설정
|
||||||
|
$P.$findn("userId").val("${userId}"); // 사용자 ID
|
||||||
|
$P.$findn("schEntNo").val("${schEntNo}"); // 기업 번호
|
||||||
|
|
||||||
|
// 그리드 th
|
||||||
|
let colContent = $P.findn("tmpltCols").content;
|
||||||
|
let cols = $(colContent).find(".cmn");
|
||||||
|
let colsOuterHTML = "";
|
||||||
|
|
||||||
|
cols.each(function() {
|
||||||
|
colsOuterHTML += this.outerHTML;
|
||||||
|
});
|
||||||
|
$P.findn("tableRspns").changeColumn(colsOuterHTML);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 검색 버튼 클릭 이벤트
|
||||||
|
$P.fnSearchList = () => {
|
||||||
|
// 검색조건
|
||||||
|
$P.ctrl.query = $P.formFields.get(); // 검색 조건
|
||||||
|
$P.ctrl.query.fetchSize = DEFAULT_FETCH_SIZE; // 한번에 조회되는 자료 건수
|
||||||
|
$P.ctrl.query.delYn = "N"; // 삭제 여부
|
||||||
|
|
||||||
|
$P.ctrl.load(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 엑셀 버튼 이벤트
|
||||||
|
$P.fnExcel = () => {
|
||||||
|
if ($P.ctrl.dataset.empty) {
|
||||||
|
dialog.alert({
|
||||||
|
content: "검색된 자료가 없습니다."
|
||||||
|
, onOK: () => { }
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// DataTable(그리드)
|
||||||
|
$P.ctrl.query.cellDefs =
|
||||||
|
AppSupport.getCellDefs($P.$findn("theadTr").find("th").not(".dummy-th").not(":eq(0)")
|
||||||
|
, $($P.findn("tmpltRows").content).find("td").not(".dummy-td").not(":eq(0)"));
|
||||||
|
|
||||||
|
$P.ctrl.download();
|
||||||
|
}
|
||||||
|
|
||||||
|
// 확인
|
||||||
|
$P.fnOK = () => {
|
||||||
|
let selected = $P.ctrl.getDataset("selected");
|
||||||
|
|
||||||
|
if (selected.length < 1) {
|
||||||
|
dialog.alert({
|
||||||
|
content: "선택하신 " + $P.ctrl.prefixName + " 정보가 없습니다."
|
||||||
|
, onOK: () => { }
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
dialog.alert({
|
||||||
|
content: "현재 " + $P.ctrl.prefixName + " 정보를 저장하시겠습니까?"
|
||||||
|
, onOK: () => {
|
||||||
|
let params = {
|
||||||
|
callPurpose: "create"
|
||||||
|
, userId: $P.$findn("userId").val()
|
||||||
|
, entIds: selected.map(info => info.ENT_ID).join(",")
|
||||||
|
}
|
||||||
|
|
||||||
|
$P.ctrl.save(params);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// 임대기업 등록 버튼 클릭 이벤트
|
||||||
|
$P.fnCreate = () => {
|
||||||
|
let params = {
|
||||||
|
entId: null
|
||||||
|
};
|
||||||
|
|
||||||
|
$P.ctrl.getInfo(params);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 임대기업 수정 버튼 클릭 이벤트
|
||||||
|
$P.fnUpdate = () => {
|
||||||
|
// 임대기업 ID
|
||||||
|
let entId = $P.ctrl.getValue("ENT_ID");
|
||||||
|
// 임대기업 ID 가 없다면.. return
|
||||||
|
if (typeof entId == "undefined" || entId == null || entId == "") return;
|
||||||
|
|
||||||
|
let params = {
|
||||||
|
entId: entId
|
||||||
|
};
|
||||||
|
|
||||||
|
$P.ctrl.getInfo(params);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 임대기업 삭제 버튼 클릭 이벤트
|
||||||
|
$P.fnRemove = () => {
|
||||||
|
let selected = $P.ctrl.getDataset("selected"); // 선택 자료
|
||||||
|
|
||||||
|
if (selected.length < 1) {
|
||||||
|
dialog.alert({
|
||||||
|
content: "선택하신 " + $P.ctrl.prefixName + " 정보가 없습니다."
|
||||||
|
, init: () => { AppSupport.setDialogZindex(); }
|
||||||
|
, onOK: () => { }
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
let params = {
|
||||||
|
entIds: selected.map(info => info.ENT_ID).join(",")
|
||||||
|
};
|
||||||
|
|
||||||
|
dialog.alert({
|
||||||
|
content: "선택한 " + selected.length + "건의 " + $P.ctrl.prefixName + " 정보를 삭제하시겠습니까?"
|
||||||
|
, onOK: () => { $P.ctrl.remove(params); }
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 초기 설정
|
||||||
|
**************************************************************************/
|
||||||
|
// 이벤트
|
||||||
|
$P.setEvent = () => {
|
||||||
|
// 기본 버튼 이벤트
|
||||||
|
$P.$findn("btnReset").on("click", () => { $P.fnReset(); }); // 초기화
|
||||||
|
$P.$findn("btnSearch").on("click", () => { $P.fnSearchList(); }); // 검색
|
||||||
|
$P.$findn("btnOK").on("click", () => { $P.fnOK(); }); // 선택 확인
|
||||||
|
|
||||||
|
// input에서 엔터(Enter) 키를 누르면 검색한다.
|
||||||
|
$P.$findn("schEntNo").onEnterPress($P.fnSearchList); // 법인(사업자)번호
|
||||||
|
$P.$findn("schEntNm").onEnterPress($P.fnSearchList); // 기업명
|
||||||
|
|
||||||
|
// 업무 버튼 이벤트
|
||||||
|
$P.$findn("btnCreate").on("click", () => { $P.fnCreate(); }); // 등록
|
||||||
|
$P.$findn("btnUpdate").on("click", () => { $P.fnUpdate(); }); // 수정
|
||||||
|
$P.$findn("btnRemove").on("click", () => { $P.fnRemove(); }); // 삭제
|
||||||
|
|
||||||
|
// DataTable width 변경 조정
|
||||||
|
Componentization.fnMakeResizableTable($P.findn("tableRspns"));
|
||||||
|
|
||||||
|
// DataTable 스크롤 이벤트 생성
|
||||||
|
Componentization.fnMakeScrollableTable($P.findn("tableRspns"), $P.scrollDataList);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* 최초 실행 함수
|
||||||
|
**************************************************************************/
|
||||||
|
// 1. 이벤트 설정
|
||||||
|
$P.setEvent();
|
||||||
|
|
||||||
|
// 2. 초기 설정
|
||||||
|
$P.fnReset();
|
||||||
|
|
||||||
|
// 3. 보안모드
|
||||||
|
fn_securityModeToggle($("#securityMode--top").is(":checked"));
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
@ -0,0 +1,55 @@
|
|||||||
|
function newRent01040Control(pageName, doctx="[data-doctx='rent01040']") {
|
||||||
|
let ctrl = new DatasetControl({
|
||||||
|
doctx: doctx
|
||||||
|
, prefix: "rentEnt"
|
||||||
|
, prefixName: "임대기업"
|
||||||
|
, dataGetter: obj => obj["Info"]
|
||||||
|
, keys: ["ENT_ID"]
|
||||||
|
, urls: {
|
||||||
|
create: "/create.do"
|
||||||
|
, update: "/update.do"
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* DatasetControl Events
|
||||||
|
**************************************************************************/
|
||||||
|
// 현재 선택 자료 변경 이벤트
|
||||||
|
ctrl.onCurrentChange = (item) => {
|
||||||
|
if (!item) return;
|
||||||
|
|
||||||
|
// 화면에 Dataset 셋팅
|
||||||
|
pageObject[pageName].formFields.set(ctrl, item);
|
||||||
|
};
|
||||||
|
|
||||||
|
// 저장 callback
|
||||||
|
ctrl.onSave = (params, resp) => {
|
||||||
|
let showMessage = resp.rtnMsg.replace(/[S]|[F]/g, ctrl.prefixName);
|
||||||
|
let modalId = $(document.querySelector(doctx)).parents(".modal")[0].id;
|
||||||
|
|
||||||
|
// 메시지 출력
|
||||||
|
dialog.alert({
|
||||||
|
content: showMessage
|
||||||
|
, init: () => { AppSupport.setDialogZindex(); }
|
||||||
|
, onOK: () => { }
|
||||||
|
, onClose: () => {
|
||||||
|
if (resp.saved) { dialog.close(modalId); }
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// 저장
|
||||||
|
ctrl.save = (params) => {
|
||||||
|
if (!params) return;
|
||||||
|
|
||||||
|
let create = (params.callPurpose == "create");
|
||||||
|
|
||||||
|
ajax.post({
|
||||||
|
url: !create ? ctrl.urls.update : ctrl.urls.create
|
||||||
|
, data: params || {}
|
||||||
|
, success: (resp) => { ctrl.onSave(params, resp); }
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
return ctrl;
|
||||||
|
}
|
@ -0,0 +1,56 @@
|
|||||||
|
function newRent01030Control(pageName, doctx="[data-doctx='rent01030']") {
|
||||||
|
let ctrl = new DatasetControl({
|
||||||
|
doctx: doctx
|
||||||
|
, prefix: "rentEnt"
|
||||||
|
, prefixName: "임대기업"
|
||||||
|
, dataGetter: obj => obj["Info"]
|
||||||
|
, keys: ["ENT_ID"]
|
||||||
|
, appendData: true
|
||||||
|
, urls: {
|
||||||
|
create: "/create.do"
|
||||||
|
, update: "/update.do"
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
/**************************************************************************
|
||||||
|
* DatasetControl Events
|
||||||
|
**************************************************************************/
|
||||||
|
// 현재 선택 자료 변경 이벤트
|
||||||
|
ctrl.onCurrentChange = (item) => {
|
||||||
|
if (!item) return;
|
||||||
|
|
||||||
|
// 화면에 Dataset 셋팅
|
||||||
|
pageObject[pageName].formFields.set(ctrl, item);
|
||||||
|
};
|
||||||
|
|
||||||
|
// 저장 callback
|
||||||
|
ctrl.onSave = (params, resp) => {
|
||||||
|
let showMessage = resp.rtnMsg.replace(/[S]|[F]/g, ctrl.prefixName);
|
||||||
|
let modalId = $(document.querySelector(doctx)).parents(".modal")[0].id;
|
||||||
|
|
||||||
|
// 메시지 출력
|
||||||
|
dialog.alert({
|
||||||
|
content: showMessage
|
||||||
|
, init: () => { AppSupport.setDialogZindex(); }
|
||||||
|
, onOK: () => { }
|
||||||
|
, onClose: () => {
|
||||||
|
if (resp.saved) { dialog.close(modalId); }
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// 저장
|
||||||
|
ctrl.save = (params) => {
|
||||||
|
if (!params) return;
|
||||||
|
|
||||||
|
let create = (params.callPurpose == "create");
|
||||||
|
|
||||||
|
ajax.post({
|
||||||
|
url: !create ? ctrl.urls.update : ctrl.urls.create
|
||||||
|
, data: params || {}
|
||||||
|
, success: (resp) => { ctrl.onSave(params, resp); }
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
return ctrl;
|
||||||
|
}
|
Loading…
Reference in New Issue