Files
pgserver3.0/pgserver/runtime/temp/a94ee47cc8d6436d93c6b1c5ec307468.php
annnj-company 130c1026c4 first commit
2026-04-17 18:29:53 +08:00

100 lines
4.7 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php /*a:0:{}*/ ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
p {
margin: 0px;
font-size: 12pt;
line-height: 1.5;
font-family: fangsong;
}
.t-td {
font-size: 9pt;
line-height: 1.5;
font-family: fangsong;
text-align: justify;
text-justify: inter-ideograph;
}
.td-res-h {
font-size: 9pt;
line-height: 1.5;
font-family: fangsong;
font-weight: bold;
text-align: center;
}
.td-res {
font-size: 9pt;
line-height: 1.5;
font-family: fangsong;
text-align: center;
}
</style>
</head>
<body>
<p style="font-weight: bold;text-align: center;margin: 0px;padding: 20px;">估价结果明细表</p>
<div style="margin:0 auto">
<table style="margin:0 auto;width: 100%;" border="1" cellspacing="0">
<tr>
<td class="td-res-h" style="width: 14%;">估价对象名称</td>
<td class="td-res-h" style="width: 12%;">权属证号</td>
<td class="td-res-h" style="width: 5%;">建筑面积<br />(平方米)</td>
<td class="td-res-h" style="width: 6%;">登记价<br />(元)</td>
<td class="td-res-h" style="width: 7%;">评估单价<br />(元/平方米)</td>
<td class="td-res-h" style="width: 7%;">市场价值<br />(元)</td>
<td class="td-res-h" style="width: 7%;">抵押价值<br />(元)</td>
<td class="td-res-h" style="width: 6%;">预计税费1<br />(元)</td>
<td class="td-res-h" style="width: 7%;">抵押净值1<br />(元)</td>
<td class="td-res-h" style="width: 6%;">预计税费2<br />(元)</td>
<td class="td-res-h" style="width: 7%;">抵押净值2<br />(元)</td>
<td class="td-res-h" style="width: 6%;">预计税费3<br />(元)</td>
<td class="td-res-h" style="width: 7%;">抵押净值3<br />(元)</td>
</tr>
<?php if(is_array($info['appraiserData']) || $info['appraiserData'] instanceof \think\Collection || $info['appraiserData'] instanceof \think\Paginator): $i = 0; $__LIST__ = $info['appraiserData'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$v): $mod = ($i % 2 );++$i;?>
<tr>
<td class="td-res"><?php echo htmlentities($v['full_estate_name']); ?></td>
<td class="td-res"><?php echo htmlentities($v['deed_number']); ?></td>
<td class="td-res"><?php echo htmlentities($v['size']); ?></td>
<td class="td-res"><?php echo htmlentities($v['register_price']); ?></td>
<td class="td-res"><?php echo htmlentities($v['unit_price']); ?></td>
<td class="td-res"><?php echo htmlentities($v['total_price']); ?></td>
<td class="td-res"><?php echo htmlentities($v['gross_value']); ?></td>
<td class="td-res">0</td>
<td class="td-res"><?php echo htmlentities($v['gross_value']); ?></td>
<td class="td-res"><?php echo htmlentities($info['p_total_tax1']); ?></td>
<td class="td-res"><?php echo htmlentities($v['net_worth']); ?></td>
<td class="td-res"><?php echo htmlentities($info['p_total_tax2']); ?></td>
<td class="td-res"><?php echo htmlentities($v['net_worth_tow']); ?></td>
</tr>
<?php endforeach; endif; else: echo "" ;endif; ?>
</table>
</div>
<table style="margin-top: 5px;" border="0">
<tr>
<td class="t-td" style="vertical-align: top;width: 50px;">备 注 </td>
<td class="t-td">1、报告使用人在使用本报告之前须对报告全文特别是“估价假设和限制条件”认真阅读以免使用不当造成损失。</td>
</tr>
<tr>
<td class="t-td"></td>
<td class="t-td">2、估价结果内涵包括估价对象房屋所有权连同相应分摊的国有建设用地使用权的价值。不包含动产、债权债务、特许经营权等其他财产价值。</td>
</tr>
<tr>
<td class="t-td"></td>
<td class="t-td">3、上表中的市场价值为假定未设立法定优先受偿权下的价值。</td>
</tr>
<tr>
<td class="t-td"></td>
<td class="t-td">4、预期实现抵押权的费用和税金及测算说明详见《预计转让税费参考明细表》仅供参考其实际处置费用与税金应以相关部门测算金额为准。</td>
</tr>
</table>
</body>
</html>