Files
liche/api/views/wxapp/licheb/html2pdf/car_fh.php
T
2021-11-12 11:09:06 +08:00

91 lines
3.7 KiB
PHP
Raw 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.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>车辆交付表</title>
</head>
<body>
<div style="font-size:14px;">
<div style="text-align:center;font-weight:bold;font-size:16px;">车辆交付表</div>
<div><b>甲方(出卖人):</b><?=$company['title']?></div>
<div><b>统一社会信用代码:</b><?=$company['credit_code']?></div>
<div><b>乙方(买受人):</b><?=$name?></div>
<?if($info_json['c_cardid']||$info_json['cardid']){?>
<div><b>身份证号码:</b><?=$info_json['c_cardid']?$info_json['c_cardid']:$info_json['cardid']?></div>
<?}?>
<div><b>联系电话:</b><?=$mobile?></div>
<?if($ifentrust){?>
<div><b>受托代理人:</b><?=$info_json['entrust_name']?></div>
<div><b>受托人电话:</b><?=$info_json['entrust_mobile']?></div>
<div><b>受托人身份证:</b><?=$info_json['entrust_idcard']?></div>
<?}?>
<div><b>一、车辆信息</b></div>
<div>
<table style="width:100%;">
<tr>
<td style="width:50%;">
品牌:<?=$brand_name?>
</td>
<td style="width:50%;">
车系:<?=$series_name?>
</td>
</tr>
<tr>
<td style="width:50%;">
车型:<?=$version?>
</td>
<td style="width:50%;">
车身颜色:<?=$color?>
</td>
</tr>
<tr>
<td style="width:50%;">
内饰颜色:<?=$incolor?>
</td>
<td style="width:50%;">
车架号:<?=$vin?>
</td>
</tr>
<tr>
<td style="width:50%;">
车牌号:<?=$agent['car_num']?>
</td>
<td style="width:50%;">
</td>
</tr>
</table>
</div>
<div><b>二、结算信息</b></div>
<div>应付款合计 <?=number_format($price+$srv_price,2)?> ,其中包含:车辆价款 <?=number_format($price,2)?><?if($srv_price){?>,委托代办款项 <?=number_format($srv_price,2)?><?}?></div>
<div>已付款合计 <?=number_format($pay_price,2)?></div>
<div><b>三、证件资料交接信息</b></div>
<div>
<!--
<div><b>证件信息由后台配置,销售交付时钩选才显示:</b></div>
-->
<div><b>行驶证原件、登记证原件、身份证原件、机动车销售发票发票联原件、机动车销售发票抵扣联原件、整车钥匙两把、随车物件(按品牌厂商随车附件内容)</div>
</div>
<div><b>四、车辆交付信息</b></div>
<div>甲方已向乙方做了详细的车辆介绍,介绍的内容包含但不限于车辆外部、行李箱、发动机舱、座椅、驾驶位置及各类仪表及显示屏介绍。</div>
<div>乙方经过验收,确认上述所有事项,所购车辆符合购车合同约定并已于交付日期收到该车辆。</div>
<div style="margin-top:50px;">
<table style="width:100%;">
<tr>
<td style="width:60%;">
<div>甲方(出卖人)</div>
<div>日期:<?=$day?></div>
</td>
<td style="width:40%;">
<div>乙方(<?=$ifentrust?'受托人':'买受人'?></div>
<div>日期:<?=$day?></div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>