Files
liche/api/views/wxapp/licheb/html2pdf/car_ck.php
T
2021-08-13 10:56:18 +08:00

39 lines
1.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>(根据门店所属公司)</div>
<div><b>统一社会信用代码:</b>(根据门店所属公司)</div>
<div><b>乙方(买受人):</b>(用户真实姓名)</div>
<div><b>(证件类型)</b>证件号码</div>
<div><b>联系电话:</b>(用户手机号码)</div>
<div>#假如有委托人#</div>
<div><b>委托代理人:</b>(委托人真实姓名)</div>
<div><b>(证件类型)</b>委托人证件号码</div>
<div><b>联系电话:</b>(委托人手机号码)</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>乙方(签名)</div>
<div>日期:<?=$day?></div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>