|
|
|
|
@ -124,6 +124,63 @@
|
|
|
|
|
<li class="tit">이행강제금 산출조사서</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div id="dynamicViewer">
|
|
|
|
|
|
|
|
|
|
<%-- 해당년도 시가표준액 계산 --%>
|
|
|
|
|
<div class="containers">
|
|
|
|
|
<div class="tabels cols2 no-info">
|
|
|
|
|
<table class="display" 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>
|
|
|
|
|
</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;">
|
|
|
|
|
<select id="bscsCstrnSeCd" name="bscsCstrnSeCd" class="input" validation-check="required">
|
|
|
|
|
<option value="">선택하세요</option>
|
|
|
|
|
<c:forEach var="code" items="${bscsCstrnSeCdList}">
|
|
|
|
|
<option value="${code.cdId}">${code.cdNm}</option>
|
|
|
|
|
</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>
|
|
|
|
|
</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>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="containers">
|
|
|
|
|
<div class="tabels cols2 no-info">
|
|
|
|
|
<table class="display">
|
|
|
|
|
@ -151,8 +208,14 @@
|
|
|
|
|
</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="" class="newbtn bg2-1" style="width: 93px; padding: 5px 5px;">+ 가산 [100%]</button>
|
|
|
|
|
<button type="button" id="" class="newbtn bg6" style="width: 90px;padding: 5px 5px;">- 감산 [100%]</button>
|
|
|
|
|
<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=""/>
|
|
|
|
|
</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;">
|
|
|
|
|
@ -187,61 +250,7 @@
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<%-- 해당년도 시가표준액 계산 --%>
|
|
|
|
|
<div class="containers">
|
|
|
|
|
<div class="tabels cols2 no-info">
|
|
|
|
|
<table class="display" 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>
|
|
|
|
|
</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;">
|
|
|
|
|
<select id="bscsCstrnSeCd" name="bscsCstrnSeCd" class="input" validation-check="required">
|
|
|
|
|
<option value="">선택하세요</option>
|
|
|
|
|
<c:forEach var="code" items="${bscsCstrnSeCdList}">
|
|
|
|
|
<option value="${code.cdId}">${code.cdNm}</option>
|
|
|
|
|
</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>
|
|
|
|
|
</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 numericMask" 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>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@ -507,6 +516,16 @@
|
|
|
|
|
self.cancel();
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// 가산 버튼 이벤트 바인딩
|
|
|
|
|
$('.btnOpenAddPopup').on('click', function (e) {
|
|
|
|
|
self.openAddMinusPopup('add');
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// 감산 버튼 이벤트 바인딩
|
|
|
|
|
$('.btnOpenMinusPopup').on('click', function (e) {
|
|
|
|
|
self.openAddMinusPopup('minus');
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('#bscsCstrnSeCd').on('change', function () { // 기초공사구분 변경 시
|
|
|
|
|
var focusedCell = self.grid.instance.getFocusedCell();
|
|
|
|
|
if (focusedCell && focusedCell.rowKey !== null) {
|
|
|
|
|
@ -551,6 +570,18 @@
|
|
|
|
|
window.close();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
openAddMinusPopup: function (type) {
|
|
|
|
|
var adsbmtnRtCd = "";
|
|
|
|
|
if( type === 'add' ){
|
|
|
|
|
adsbmtnRtCd = $('#adsbmtnRtCdAdd').val();
|
|
|
|
|
}else{
|
|
|
|
|
adsbmtnRtCd = $('#adsbmtnRtCdMinus').val();
|
|
|
|
|
}
|
|
|
|
|
var url = '<c:url value="/crdn/crndRegistAndView/crdnLevyPrvntc/LevyAddMinusPopup.do"/>?type=' +
|
|
|
|
|
encodeURIComponent(type) + '&adsbmtnRtCd=' +
|
|
|
|
|
encodeURIComponent(adsbmtnRtCd);
|
|
|
|
|
openPopup(url, 800, 700, 'LevyAddMinusPopup');
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 저장
|
|
|
|
|
|