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

소스 점검 및 정리-주석 추가
dev
박성영 3 months ago
parent 33eba72f33
commit a194fc32b8

@ -147,15 +147,15 @@
<th style="border-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 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 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 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 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 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;">
<select id="bscsCstrnSeCd" name="bscsCstrnSeCd" class="input" validation-check="required">
@ -163,19 +163,19 @@
<c:forEach var="code" items="${bscsCstrnSeCdList}">
<option value="${code.cdId}">${code.cdNm}</option>
</c:forEach>
</select>
</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" 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>
</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 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>
</tr>
</table>
</div>
@ -200,27 +200,27 @@
</tr>
<tr>
<td rowspan="2" style="border-right: 0; border-bottom: 0;">
<input type="text" class="input numericMask" id="standardMarketPrice_top" readonly/>
<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;">
<input type="text" id="vltnArea" class="input decimalMask" value=""/>
<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>
<input type="hidden" id="adsbmtnRtCdAdd" value=""/>
<input type="hidden" id="adsbmtnRtAdd" value=""/>
<input type="hidden" id="adsbmtnRtRateAdd" value=""/>
<input type="hidden" id="adsbmtnRtCdMinus" value=""/>
<input type="hidden" id="adsbmtnRtMinus" value=""/>
<input type="hidden" id="adsbmtnRtRateMinus" value=""/>
<input type="hidden" id="adsbmtnRtCdAdd" value=""/><!-- 가산-코드 -->
<input type="hidden" id="adsbmtnRtAdd" value=""/><!-- 가산-명 -->
<input type="hidden" id="adsbmtnRtRateAdd" value=""/><!-- 가산-비율 -->
<input type="hidden" id="adsbmtnRtCdMinus" value=""/><!-- 감산-코드 -->
<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/>
<input type="hidden" class="input" id="cmpttnRtRate" value="" readonly/>
<input type="text" class="input" id="cmpttnRt" value="" style="text-align: right;" 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;">
@ -231,17 +231,17 @@
${code.vltnMttr}
</option>
</c:forEach>
</select>
</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" style="border-bottom: 0;"><input type="text" class="input" value=""/><!-- 산정액 --></td>
</tr>
<tr>
<td style="border-top: 0; border-right: 0; border-bottom: 0;">
<input type="text" class="input" id="" value="" readonly/>
<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/>
<input type="text" id="actCmpttnRt" class="input" style="text-align: right;" value="" readonly/><!-- 산정률2(값) -->
</td>
</tr>
<tr>
@ -775,5 +775,9 @@
// 전역 네임스페이스에 모듈 노출
window.LevyPrvntcPopup = LevyPrvntcPopup;
})(window, jQuery);
</script><3E>임스페이스에 모듈 노출
window.LevyPrvntcPopup = LevyPrvntcPopup;
})(window, jQuery);
</script>
Loading…
Cancel
Save