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

42 lines
1.8 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']){?>
<div><b>身份证号码:</b><?=$info_json['c_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>乙方于<?=date('Y年m月d日',$c_time)?>在甲方购买 <?=$brand_name?> 车辆 1 台,并确认车架号为:<?=$vin?>。乙方已对上述车辆的厂牌型号、配置等进行认真检查并验收合格无异议。</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>