|
|
@ -54,15 +54,15 @@
|
|
|
|
<label for="etcCn--${pageName}${pageDataName1}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">기타내용</label>
|
|
|
|
<label for="etcCn--${pageName}${pageDataName1}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">기타내용</label>
|
|
|
|
<textarea type="text" class="form-control w-80" id="etcCn--${pageName}${pageDataName1}" name="etcCn" data-map="ETC_CN" rows="3" data-maxlengthb="1000" readonly></textarea>
|
|
|
|
<textarea type="text" class="form-control w-80" id="etcCn--${pageName}${pageDataName1}" name="etcCn" data-map="ETC_CN" rows="3" data-maxlengthb="1000" readonly></textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 등록 일시 -->
|
|
|
|
<!-- 수정 일시 -->
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<label for="regDt--${pageName}${pageDataName1}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">등록일시</label>
|
|
|
|
<label for="mdfcnDt--${pageName}${pageDataName1}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">수정일시</label>
|
|
|
|
<input type="text" class="form-control w-50" id="regDt--${pageName}${pageDataName1}" name="regDt" data-map="REG_DT" readonly />
|
|
|
|
<input type="text" class="form-control w-45" id="mdfcnDt--${pageName}${pageDataName1}" name="mdfcnDt" data-map="MDFCN_DT" readonly />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 등록자 -->
|
|
|
|
<!-- 수정자 -->
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<label for="rgtrNm--${pageName}${pageDataName1}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">등록자</label>
|
|
|
|
<label for="mdfrNm--${pageName}${pageDataName1}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">수정자</label>
|
|
|
|
<input type="text" class="form-control w-40" id="rgtrNm--${pageName}${pageDataName1}" name="rgtrNm" data-map="RGTR_NM" readonly />
|
|
|
|
<input type="text" class="form-control w-40" id="mdfrNm--${pageName}${pageDataName1}" name="mdfrNm" data-map="MDFR_NM" readonly />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> <!-- <div class="row g-1"> -->
|
|
|
|
</div> <!-- <div class="row g-1"> -->
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
@ -110,28 +110,28 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 부과제외 구분 명 -->
|
|
|
|
<!-- 부과제외 구분 명 -->
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<label for="levyExclSeNm--${pageName}${pageDataName2}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">부과제외 구분</label>
|
|
|
|
<label for="levyExclSeNm--${pageName}${pageDataName2}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">부과제외구분</label>
|
|
|
|
<input type="text" class="form-control w-30" id="levyExclSeNm--${pageName}${pageDataName2}" name="levyExclSeNm" data-map="LEVY_EXCL_SE_NM" readonly />
|
|
|
|
<input type="text" class="form-control w-30" id="levyExclSeNm--${pageName}${pageDataName2}" name="levyExclSeNm" data-map="LEVY_EXCL_SE_NM" readonly />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 부과제외 사유 명 -->
|
|
|
|
<!-- 부과제외 사유 명 -->
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<label for="levyExclRsnNm--${pageName}${pageDataName2}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">부과제외 사유</label>
|
|
|
|
<label for="levyExclRsnNm--${pageName}${pageDataName2}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">부과제외사유</label>
|
|
|
|
<input type="text" class="form-control w-60" id="levyExclRsnNm--${pageName}${pageDataName2}" name="levyExclRsnNm" data-map="LEVY_EXCL_RSN_NM" readonly />
|
|
|
|
<input type="text" class="form-control w-60" id="levyExclRsnNm--${pageName}${pageDataName2}" name="levyExclRsnNm" data-map="LEVY_EXCL_RSN_NM" readonly />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 기타 내용 -->
|
|
|
|
<!-- 기타 내용 -->
|
|
|
|
<div class="col-md-12">
|
|
|
|
<div class="col-md-12">
|
|
|
|
<label for="etcCn--${pageName}${pageDataName2}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">기타 내용</label>
|
|
|
|
<label for="etcCn--${pageName}${pageDataName2}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">기타내용</label>
|
|
|
|
<textarea type="text" class="form-control w-80" id="etcCn--${pageName}${pageDataName2}" name="etcCn" data-map="ETC_CN" rows="3" data-maxlengthb="1000" readonly></textarea>
|
|
|
|
<textarea type="text" class="form-control w-80" id="etcCn--${pageName}${pageDataName2}" name="etcCn" data-map="ETC_CN" rows="3" data-maxlengthb="1000" readonly></textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 등록 일시 -->
|
|
|
|
<!-- 수정 일시 -->
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<label for="regDt--${pageName}${pageDataName2}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">등록 일시</label>
|
|
|
|
<label for="mdfcnDt--${pageName}${pageDataName2}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">수정일시</label>
|
|
|
|
<input type="text" class="form-control w-45" id="regDt--${pageName}${pageDataName2}" name="regDt" data-map="REG_DT" readonly />
|
|
|
|
<input type="text" class="form-control w-45" id="mdfcnDt--${pageName}${pageDataName2}" name="mdfcnDt" data-map="MDFCN_DT" readonly />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 등록자 -->
|
|
|
|
<!-- 수정자 -->
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<label for="rgtrNm--${pageName}${pageDataName2}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">등록자</label>
|
|
|
|
<label for="mdfrNm--${pageName}${pageDataName2}" class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">수정자</label>
|
|
|
|
<input type="text" class="form-control w-40" id="rgtrNm--${pageName}${pageDataName2}" name="rgtrNm" data-map="RGTR_NM" readonly />
|
|
|
|
<input type="text" class="form-control w-40" id="mdfrNm--${pageName}${pageDataName2}" name="mdfrNm" data-map="MDFR_NM" readonly />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> <!-- <div class="row g-1"> -->
|
|
|
|
</div> <!-- <div class="row g-1"> -->
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
@ -153,7 +153,7 @@
|
|
|
|
<!-- DataTables(그리드) -->
|
|
|
|
<!-- DataTables(그리드) -->
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
|
|
|
|
<div class="table-responsive ox-scroll oy-scroll h-px-350" id="table-responsive-crdnSttsHstry--${pageName}">
|
|
|
|
<div class="table-responsive ox-scroll oy-scroll h-px-300" id="table-responsive-crdnSttsHstry--${pageName}">
|
|
|
|
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
|
|
|
|
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
|
|
|
|
id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
|
|
|
|
id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<thead class="sticky-thead">
|
|
|
@ -203,7 +203,7 @@
|
|
|
|
<!-- DataTables(그리드) -->
|
|
|
|
<!-- DataTables(그리드) -->
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
<div class="card-datatable text-nowrap">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_1_wrapper--${pageName}">
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_1_wrapper--${pageName}">
|
|
|
|
<div class="table-responsive ox-scroll oy-scroll h-px-350" id="table-responsive-1--${pageName}">
|
|
|
|
<div class="table-responsive ox-scroll oy-scroll h-px-300" id="table-responsive-1--${pageName}">
|
|
|
|
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
|
|
|
|
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
|
|
|
|
id="DataTables_Table_1--${pageName}" aria-describedby="DataTables_Table_0_info">
|
|
|
|
id="DataTables_Table_1--${pageName}" aria-describedby="DataTables_Table_0_info">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<thead class="sticky-thead">
|
|
|
@ -272,6 +272,7 @@
|
|
|
|
RDCT_YMD: dateFormat
|
|
|
|
RDCT_YMD: dateFormat
|
|
|
|
, RDCT_AMT: numberFormat
|
|
|
|
, RDCT_AMT: numberFormat
|
|
|
|
, REG_DT: datetimeFormat
|
|
|
|
, REG_DT: datetimeFormat
|
|
|
|
|
|
|
|
, MDFCN_DT: datetimeFormat
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
@ -284,6 +285,7 @@
|
|
|
|
, formats: {
|
|
|
|
, formats: {
|
|
|
|
LEVY_EXCL_YMD: dateFormat
|
|
|
|
LEVY_EXCL_YMD: dateFormat
|
|
|
|
, REG_DT: datetimeFormat
|
|
|
|
, REG_DT: datetimeFormat
|
|
|
|
|
|
|
|
, MDFCN_DT: datetimeFormat
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|