부과예고 계산식 중간저장...

소스 점검 및 정리 - 인라인 스타일 -> css class 로 변경
dev
박성영 3 months ago
parent a194fc32b8
commit 803ed550ec

@ -54,18 +54,18 @@
<td>${crdnData.rgnSeCdNm}</td>
<td>${pstnData.stdgEmdCdNm}</td>
<td>
<input type="text" id="impltBgngYmd" name="impltBgngYmd" class="input calender datepicker"
style="width: 120px;" maxlength="10" validation-check="required"
<input type="text" id="impltBgngYmd" name="impltBgngYmd" class="input calender datepicker width120"
maxlength="10" validation-check="required"
value="${dateUtil:formatDateString(impltTaskInfo.impltBgngYmd)}" onchange="calculateDaysBetween();" />
</td>
<td>
<input type="text" id="impltEndYmd" name="impltEndYmd" class="input calender datepicker"
style="width: 120px;" maxlength="10" validation-check="required"
<input type="text" id="impltEndYmd" name="impltEndYmd" class="input calender datepicker width120"
maxlength="10" validation-check="required"
value="${dateUtil:formatDateString(impltTaskInfo.impltEndYmd)}" onchange="calculateDaysBetween();" />
</td>
<td>
<input type="text" id="impltDaysCnt" name="impltDaysCnt" class="input"
style="width: 100px; text-align: right" readonly value="${impltTaskInfo.impltDaysCnt}" />
<input type="text" id="impltDaysCnt" name="impltDaysCnt" class="input width100 numericMask"
readonly value="${impltTaskInfo.impltDaysCnt}" />
일 (자동계산)
</td>
</tr>
@ -75,7 +75,7 @@
</div>
<!-- 위치정보 영역 -->
<div class="box_column" style="margin-top: 20px;">
<div class="box_column mt-20">
<ul class="box_title">
<li class="tit">위치 정보</li>
</ul>
@ -108,10 +108,10 @@
</div>
<!-- 그리드 영역 -->
<div class="box_column" style="margin-top: 20px;">
<div class="box_column mt-20">
<ul class="box_title">
<li class="tit">위반 목록</li>
<span id="totalCount" class="total-count" style="padding-left: 25px;padding-right: 25px;">총 0건</span>
<span id="totalCount" class="total-count px-25">총 0건</span>
</ul>
<div class="containers">
<div id="grid"></div>
@ -119,7 +119,7 @@
</div>
<!-- 산출조사서 영역 -->
<div class="box_column" style="margin-top: 20px;">
<div class="box_column mt-20">
<ul class="box_title">
<li class="tit">이행강제금 산출조사서</li>
</ul>
@ -128,36 +128,36 @@
<%-- 해당년도 시가표준액 계산 --%>
<div class="containers">
<div class="tabels cols2 no-info">
<table class="display" id="calculationTable">
<table class="display levy-calculation-table" id="calculationTable">
<tr>
<th rowspan="3" style="width: 100px;">${crdnData.crdnYr} 년도</th>
<th style="border-right: 0; border-bottom: 0;">건물<br/>기준시가액</th>
<th style="width: 23px; border-right: 0; border-bottom: 0;"></th>
<th style="border-right: 0; border-bottom: 0;">구조지수</th>
<th style="width: 23px; border-right: 0; border-bottom: 0;"></th>
<th style="border-right: 0; border-bottom: 0;">용도지수</th>
<th style="width: 23px; border-right: 0; border-bottom: 0;"></th>
<th style="border-right: 0; border-bottom: 0;">위치지수</th>
<th style="width: 23px; border-right: 0; border-bottom: 0;"></th>
<th style="border-right: 0; border-bottom: 0;">경과년수<br/>별잔가율</th>
<th style="width: 23px; border-right: 0; border-bottom: 0;"></th>
<th style="border-right: 0; border-bottom: 0;">기초공시율</th>
<th style="width: 23px; border-right: 0; border-bottom: 0;"></th>
<th style="border-right: 0; border-bottom: 0;">건축물<br/>과세시가</th>
<th style="border-bottom: 0;">시가표준액<br/>(1,000원미만절삭)</th>
<th rowspan="3" class="width100">${crdnData.crdnYr} 년도</th>
<th class="b-right-0 b-bottom-0">건물<br/>기준시가액</th>
<th class="op-cell b-right-0 b-bottom-0"></th>
<th class="b-right-0 b-bottom-0">구조지수</th>
<th class="op-cell b-right-0 b-bottom-0"></th>
<th class="b-right-0 b-bottom-0">용도지수</th>
<th class="op-cell b-right-0 b-bottom-0"></th>
<th class="b-right-0 b-bottom-0">위치지수</th>
<th class="op-cell b-right-0 b-bottom-0"></th>
<th class="b-right-0 b-bottom-0">경과년수<br/>별잔가율</th>
<th class="op-cell b-right-0 b-bottom-0"></th>
<th class="b-right-0 b-bottom-0">기초공시율</th>
<th class="op-cell b-right-0 b-bottom-0"></th>
<th class="b-right-0 b-bottom-0">건축물<br/>과세시가</th>
<th class="b-bottom-0">시가표준액<br/>(1,000원미만절삭)</th>
</tr>
<tr>
<td style="border-right: 0; border-bottom: 0;"><input type="text" class="input numericMask" id="bldgNewPrcCrtrAmt_nm" readonly/><!-- 건물기준시가액(명칭) --></td>
<td rowspan="2" style="width: 23px; border-right: 0;">X</td>
<td style="border-right: 0; border-bottom: 0;"><input type="text" class="input" id="strctIdx_nm" readonly/><!-- 구조지수(명칭) --></td>
<td rowspan="2" style="width: 23px; border-right: 0;">X</td>
<td style="border-right: 0; border-bottom: 0;"><input type="text" class="input" id="usgIdx_nm" readonly/><!-- 용도지수(명칭) --></td>
<td rowspan="2" style="width: 23px; border-right: 0;">X</td>
<td style="border-right: 0; border-bottom: 0;"><input type="text" class="input numericMask" id="pstnIdx_nm" readonly/><!-- 위치지수(명칭) --></td>
<td rowspan="2" style="width: 23px; border-right: 0;">X</td>
<td style="border-right: 0; border-bottom: 0;"><input type="text" class="input" style="text-align: right;" id="elpsYrRdvlrt_yr" readonly/><!-- 경과년수별잔가율(년도) --></td>
<td rowspan="2" style="width: 23px; border-right: 0;">X</td>
<td style="border-right: 0; border-bottom: 0;">
<td class="b-right-0 b-bottom-0"><input type="text" class="input numericMask" id="bldgNewPrcCrtrAmt_nm" readonly/><!-- 건물기준시가액(명칭) --></td>
<td rowspan="2" class="op-cell b-right-0">X</td>
<td class="b-right-0 b-bottom-0"><input type="text" class="input" id="strctIdx_nm" readonly/><!-- 구조지수(명칭) --></td>
<td rowspan="2" class="op-cell b-right-0">X</td>
<td class="b-right-0 b-bottom-0"><input type="text" class="input" id="usgIdx_nm" readonly/><!-- 용도지수(명칭) --></td>
<td rowspan="2" class="op-cell b-right-0">X</td>
<td class="b-right-0 b-bottom-0"><input type="text" class="input numericMask" id="pstnIdx_nm" readonly/><!-- 위치지수(명칭) --></td>
<td rowspan="2" class="op-cell b-right-0">X</td>
<td class="b-right-0 b-bottom-0"><input type="text" class="input text-right" id="elpsYrRdvlrt_yr" readonly/><!-- 경과년수별잔가율(년도) --></td>
<td rowspan="2" class="op-cell b-right-0">X</td>
<td class="b-right-0 b-bottom-0">
<select id="bscsCstrnSeCd" name="bscsCstrnSeCd" class="input" validation-check="required">
<option value="">선택하세요</option>
<c:forEach var="code" items="${bscsCstrnSeCdList}">
@ -165,17 +165,17 @@
</c:forEach>
</select><!-- 기초공시율 -->
</td>
<td rowspan="2" style="width: 23px; border-right: 0;">=</td>
<td rowspan="2" style="border-right: 0; border-bottom: 0;"><input type="text" class="input numericMask" id="taxableMarketPrice" readonly/><!-- 건축물과세시가 --></td>
<td rowspan="2" style="border-bottom: 0;"><input type="text" class="input numericMask" id="standardMarketPrice" readonly/><!-- 시가표준액 --></td>
<td rowspan="2" class="op-cell b-right-0">=</td>
<td rowspan="2" class="b-right-0 b-bottom-0"><input type="text" class="input numericMask" id="taxableMarketPrice" readonly/><!-- 건축물과세시가 --></td>
<td rowspan="2" class="b-bottom-0"><input type="text" class="input numericMask" id="standardMarketPrice" readonly/><!-- 시가표준액 --></td>
</tr>
<tr>
<td style="border-right: 0; border-top: 0;"><input type="text" class="input numericMask" id="bldgNewPrcCrtrAmt" readonly/><!-- 건물기준시가액(값) --></td>
<td style="border-right: 0; border-top: 0;"><input type="text" class="input decimalMask" id="strctIdx" readonly/><!-- 구조지수(값) --></td>
<td style="border-right: 0; border-top: 0;"><input type="text" class="input decimalMask" id="usgIdx" readonly/><!-- 용도지수(값) --></td>
<td style="border-right: 0; border-top: 0;"><input type="text" class="input decimalMask" id="pstnIdx" readonly/><!-- 위치지수(값) --></td>
<td style="border-right: 0; border-top: 0;"><input type="text" class="input decimalMask4" id="elpsYrRdvlrt" readonly/><!-- 경과년수별잔가율(값) --></td>
<td style="border-right: 0; border-top: 0;"><input type="text" class="input decimalMask" id="bscsCstrnRt" readonly/><!-- 기초공사율(값) --></td>
<td class="b-right-0 b-top-0"><input type="text" class="input numericMask" id="bldgNewPrcCrtrAmt" readonly/><!-- 건물기준시가액(값) --></td>
<td class="b-right-0 b-top-0"><input type="text" class="input decimalMask" id="strctIdx" readonly/><!-- 구조지수(값) --></td>
<td class="b-right-0 b-top-0"><input type="text" class="input decimalMask" id="usgIdx" readonly/><!-- 용도지수(값) --></td>
<td class="b-right-0 b-top-0"><input type="text" class="input decimalMask" id="pstnIdx" readonly/><!-- 위치지수(값) --></td>
<td class="b-right-0 b-top-0"><input type="text" class="input decimalMask4" id="elpsYrRdvlrt" readonly/><!-- 경과년수별잔가율(값) --></td>
<td class="b-right-0 b-top-0"><input type="text" class="input decimalMask" id="bscsCstrnRt" readonly/><!-- 기초공사율(값) --></td>
</tr>
</table>
</div>
@ -183,33 +183,33 @@
<div class="containers">
<div class="tabels cols2 no-info">
<table class="display">
<table class="display levy-calculation-table">
<tr>
<th rowspan="4" style="width: 100px;">이행강제금산출</th>
<th style="border-right: 0; border-bottom: 0;">시가표준액</th>
<th style="width: 23px; border-right: 0; border-bottom: 0;"></th>
<th style="border-right: 0; border-bottom: 0;">위반면적</th>
<th style="width: 23px; border-right: 0; border-bottom: 0;"></th>
<th style="border-right: 0; border-bottom: 0;">가감산시행령률</th>
<th style="width: 23px; border-right: 0; border-bottom: 0;"></th>
<th style="border-right: 0; border-bottom: 0;">산정률</th>
<th style="width: 23px; border-right: 0; border-bottom: 0;"></th>
<th style="border-right: 0; border-bottom: 0;">산정률2</th>
<th style="width: 23px; border-right: 0; border-bottom: 0;"></th>
<th style="border-bottom: 0;">산정액</th>
<th rowspan="4" class="width100">이행강제금산출</th>
<th class="b-right-0 b-bottom-0">시가표준액</th>
<th class="op-cell b-right-0 b-bottom-0"></th>
<th class="b-right-0 b-bottom-0">위반면적</th>
<th class="op-cell b-right-0 b-bottom-0"></th>
<th class="b-right-0 b-bottom-0">가감산시행령률</th>
<th class="op-cell b-right-0 b-bottom-0"></th>
<th class="b-right-0 b-bottom-0">산정률</th>
<th class="op-cell b-right-0 b-bottom-0"></th>
<th class="b-right-0 b-bottom-0">산정률2</th>
<th class="op-cell b-right-0 b-bottom-0"></th>
<th class="b-bottom-0">산정액</th>
</tr>
<tr>
<td rowspan="2" style="border-right: 0; border-bottom: 0;">
<td rowspan="2" class="b-right-0 b-bottom-0">
<input type="text" class="input numericMask" id="standardMarketPrice_top" readonly/><!-- 시가표준액 -->
</td>
<td rowspan="2" style="width: 23px; border-right: 0; border-bottom: 0;">X</td>
<td rowspan="2" style="border-right: 0; border-bottom: 0;">
<td rowspan="2" class="op-cell b-right-0 b-bottom-0">X</td>
<td rowspan="2" class="b-right-0 b-bottom-0">
<input type="text" id="vltnArea" class="input decimalMask" value=""/><!-- 위반면적 -->
</td>
<td rowspan="2" style="width: 23px; border-right: 0; border-bottom: 0;">X</td>
<td style="border-right: 0; border-bottom: 0; padding: 0 !important;">
<button type="button" id="btnOpenAddPopup" class="newbtn bg2-1" style="width: 93px; padding: 5px 5px;">+ 가산 [100%]</button>
<button type="button" id="btnOpenMinusPopup" class="newbtn bg6" style="width: 90px;padding: 5px 5px;">- 감산 [100%]</button>
<td rowspan="2" class="op-cell b-right-0 b-bottom-0">X</td>
<td class="b-right-0 b-bottom-0 pad-0">
<button type="button" id="btnOpenAddPopup" class="newbtn bg2-1 btn-levy-add">+ 가산 [100%]</button>
<button type="button" id="btnOpenMinusPopup" class="newbtn bg6 btn-levy-minus">- 감산 [100%]</button>
<input type="hidden" id="adsbmtnRtCdAdd" value=""/><!-- 가산-코드 -->
<input type="hidden" id="adsbmtnRtAdd" value=""/><!-- 가산-명 -->
<input type="hidden" id="adsbmtnRtRateAdd" value=""/><!-- 가산-비율 -->
@ -217,13 +217,13 @@
<input type="hidden" id="adsbmtnRtMinus" value=""/><!-- 감산-명 -->
<input type="hidden" id="adsbmtnRtRateMinus" value=""/><!-- 감산-비율 -->
</td>
<td rowspan="2" style="width: 23px; border-right: 0; border-bottom: 0;">X</td>
<td rowspan="2" style="border-right: 0; border-bottom: 0;">
<input type="text" class="input" id="cmpttnRt" value="" style="text-align: right;" readonly/><!-- 산정률 -->
<td rowspan="2" class="op-cell b-right-0 b-bottom-0">X</td>
<td rowspan="2" class="b-right-0 b-bottom-0">
<input type="text" class="input text-right" id="cmpttnRt" value="" readonly/><!-- 산정률 -->
<input type="hidden" class="input" id="cmpttnRtRate" value="" readonly/><!-- 산정률(비율값) -->
</td>
<td rowspan="2" style="width: 23px; border-right: 0; border-bottom: 0;">X</td>
<td style="border-right: 0; border-bottom: 0;">
<td rowspan="2" class="op-cell b-right-0 b-bottom-0">X</td>
<td class="b-right-0 b-bottom-0">
<select id="cmpttnRt2Cd" class="input">
<option value="">선택하세요.</option>
<c:forEach var="code" items="${crdnCmpttnRt2List}">
@ -233,19 +233,19 @@
</c:forEach>
</select><!-- 산정률2 -->
</td>
<td rowspan="2" style="width: 23px; border-right: 0; border-bottom: 0;">=</td>
<td rowspan="2" style="border-bottom: 0;"><input type="text" class="input" value=""/><!-- 산정액 --></td>
<td rowspan="2" class="op-cell b-right-0 b-bottom-0">=</td>
<td rowspan="2" class="b-bottom-0"><input type="text" class="input" value=""/><!-- 산정액 --></td>
</tr>
<tr>
<td style="border-top: 0; border-right: 0; border-bottom: 0;">
<td class="b-top-0 b-right-0 b-bottom-0">
<input type="text" class="input" id="" value="" readonly/><!-- 가감산 시행령률 -->
</td>
<td style="border-top: 0; border-right: 0; border-bottom: 0;">
<input type="text" id="actCmpttnRt" class="input" style="text-align: right;" value="" readonly/><!-- 산정률2(값) -->
<td class="b-top-0 b-right-0 b-bottom-0">
<input type="text" id="actCmpttnRt" class="input text-right" value="" readonly/><!-- 산정률2(값) -->
</td>
</tr>
<tr>
<td colspan="12" style="border-top: 0;"><strong>부과총액 = 결과값 계산로직 진행 중</strong></td>
<td colspan="12" class="b-top-0"><strong>부과총액 = 결과값 계산로직 진행 중</strong></td>
</tr>
</table>
</div>

@ -1804,3 +1804,53 @@ select[data-auto-color="true"] option[data-color] {
text-align: right;
}
/* ==========================================================================
========================================================================== */
.mt-20 {
margin-top: 20px;
}
.px-25 {
padding-left: 25px;
padding-right: 25px;
}
/* ==========================================================================
========================================================================== */
.levy-calculation-table th,
.levy-calculation-table td {
vertical-align: middle;
text-align: center;
}
.levy-calculation-table .b-right-0 {
border-right: 0;
}
.levy-calculation-table .b-bottom-0 {
border-bottom: 0;
}
.levy-calculation-table .b-top-0 {
border-top: 0;
}
.levy-calculation-table .op-cell {
width: 23px;
}
.levy-calculation-table .pad-0 {
padding: 0 !important;
}
.levy-calculation-table .btn-levy-add {
width: 93px;
padding: 5px;
}
.levy-calculation-table .btn-levy-minus {
width: 90px;
padding: 5px;
}
Loading…
Cancel
Save