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

88 lines
3.9 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.8;
font-family: fangsong;
}
.p_h {
font-size: 15pt;
line-height: 1.5;
font-weight: bold;
text-align: center;
padding: 40px 0px;
}
.p_normal {
text-indent: 2em;
text-align: justify;
text-justify: inter-ideograph;
}
.p_normal_unindent {
text-align: justify;
text-justify: inter-ideograph;
}
.table_a {
width: 100%;
margin-top: 100px;
}
.td_left {
font-size: 13pt;
line-height: 1.5;
font-family: fangsong;
font-weight: bold;
padding: 10px;
width: 50%;
}
.td_right {
font-size: 13pt;
line-height: 1.5;
font-family: fangsong;
font-weight: bold;
padding: 10px;
width: 50%;
}
</style>
</head>
<body>
<p class="p_h">致估价委托人函</p>
<p style="line-height: 2;"><b><?php echo htmlentities($info['client_name']); ?>&nbsp;敬启:</b></p>
<p class="p_normal_unindent">承蒙委托,本公司对<?php echo htmlentities($info['owner_name']); ?>拥有的位于<?php echo htmlentities($info['item_name']); ?>,建筑面积为<?php echo htmlentities($info['size']); ?>平方米的一套<?php echo htmlentities($info['usage_str']); ?>用途房屋所有权连同相应分摊的国有建设用地使用权的价值进行了评估,价值时点是<?php echo htmlentities($info['cost_date_cn']); ?>,估价目的是为银行确定房地产抵押贷款额度提供参考依据而评估房地产抵押价值。</p>
<p class="p_normal">估价人员根据估价目的,遵循公认的估价原则,按照严谨的估价程序,仔细查勘估价对象,认真分析市场信息,综合分析影响房地产价格的各种因素,选择比较法进行估价,经过全面细致地测算和判断,并结合估价经验和市场行情,确定估价对象在价值时点且满足本报告估价假设和限制条件下的估价结果如下:</p>
<p class="p_normal">1、估价对象评估单价为¥<b><?php echo htmlentities($info['p_assessment_price']); ?></b>元/平方米(大写<b><?php echo htmlentities($info['p_assessment_price_str']); ?></b></p>
<p class="p_normal">2、估价对象假定未设立法定优先受偿权下的价值为¥<b><?php echo htmlentities($info['gross_value']); ?></b>元(大写<b><?php echo htmlentities($info['gross_value_str']); ?></b></p>
<p class="p_normal">3、注册房地产估价师知悉的法定优先受偿款为¥<b>0</b>元(大写<b>人民币零元整</b></p>
<p class="p_normal">4、估价对象抵押价值为¥<b><?php echo htmlentities($info['gross_value']); ?></b>元(大写<b><?php echo htmlentities($info['gross_value_str']); ?></b></p>
<p class="p_normal">5、预期实现抵押权的费用和税金为¥<b><?php echo htmlentities($info['p_total_tax1']); ?></b>元(大写<b><?php echo htmlentities($info['p_total_tax1_cn']); ?></b></p>
<p class="p_normal_unindent">6、估价对象抵押净值为¥<b><?php echo htmlentities($info['net_worth']); ?></b>元(大写<b><?php echo htmlentities($info['net_worth_str']); ?></b></p>
<p class="p_normal">详见《估价结果明细表》。</p>
<table class="table_a">
<tr>
<td class="td_left">&nbsp;</td>
<td class="td_right">深圳市国中资产土地房地产评估有限公司</td>
</tr>
<tr>
<td class="td_left">&nbsp;</td>
<td class="td_right">法定代表人:</td>
</tr>
<tr>
<td class="td_left">&nbsp;</td>
<td class="td_right"><?php echo htmlentities($info['finish_date_cn']); ?></td>
</tr>
</table>
</body>
</html>