|
|
|
|
@ -309,7 +309,7 @@
|
|
|
|
|
<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-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>
|
|
|
|
|
@ -602,7 +602,7 @@
|
|
|
|
|
{ header: '건물신축가격기준액', name: 'bldgNewPrcCrtrAmt', align: 'right', width: 140, formatter: function(e){ return e.value != null ? Number(e.value).toLocaleString() : ''; } },
|
|
|
|
|
{ header: '위치지수NO', name: 'pstnIdxNo', hidden: true },
|
|
|
|
|
{ header: '위치지수', name: 'pstnIdx', align: 'right', width: 100, formatter: function(e){ return e.value != null ? Number(e.value).toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 }) : ''; } },
|
|
|
|
|
{ header: '경과년수별잔가율', name: 'elpsYrRdvlrt', align: 'right', width: 120, formatter: function(e){ return e.value != null ? Number(e.value).toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 }) : ''; } },
|
|
|
|
|
{ header: '경과년수별잔가율', name: 'elpsYrRdvlrt', align: 'right', width: 120, formatter: function(e){ return e.value != null ? Number(e.value).toLocaleString(undefined, { minimumFractionDigits: 4, maximumFractionDigits: 4 }) : ''; } },
|
|
|
|
|
{ header: '기초공사Y건축물산정비율', name: 'bscsCstrnYBdstCmpttnRt', align: 'right', width: 120, hidden: true,formatter: function(e){ return e.value != null ? Number(e.value).toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 }) : ''; } },
|
|
|
|
|
{ header: '기초공사N건축물산정비율', name: 'bscsCstrnNBdstCmpttnRt', align: 'right', width: 140, hidden: true, formatter: function(e){ return e.value != null ? Number(e.value).toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 }) : ''; } },
|
|
|
|
|
{ header: '복측증축건축물산정비율', name: 'dupEtbldgBdstCmpttnRt', align: 'right', width: 100, hidden: true, formatter: function(e){ return e.value != null ? Number(e.value).toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 }) : ''; } },
|
|
|
|
|
|