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

78 lines
5.3 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>
<style>
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border-style:none;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea,input[type="text"]{font-size:100%;vertical-align:baseline;}
input{border:none;padding:0;margin:0;}
body{font:normal normal normal 12px/1.6 normal;color:#333;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}[hidden]{display:none;}
*{-webkit-text-size-adjust:none;}
*:focus{outline:none;}
a{color:#333;text-decoration:none;}
a:focus,input:focus{-moz-outline-style:none;outline-style:none;}
a:hover{text-decoration:none;}
li{list-style:none; font-size:16px; text-align: center; font-weight: bold;}
.fn-clear:before,.fn-clear:after{content:"";display:table;}
.fn-clear:after{clear:both;}
.fn-clear{zoom:1;}
.fn-fl{float:left;}
.fn-fr{float:right;}
.wp45{width:45%;}
</style>
<div style="font-size:14px;">
<div style="text-align:center;font-weight:bold;font-size:16px;">委托服务协议</div>
<div style="text-align:right;">协议编号:<?=$cid?></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><b>乙方为节省时间和精力,就甲乙双方《车辆买卖合同》标的的车辆,自愿委托甲方办理下列委托事项,并达成如下协议:</b></div>
<div><b>一、委托代办服务事项(乙方授权甲方代办下列事项)</b></div>
<?foreach($services as $val){?>
<div><?=$val['title']?> <?=$val['money']?>元 <?=$val['id']==1 ? ',保险费用由乙方直接支付给保险公司':''?></div>
<?}?>
<div>代办服务总价:<?=$srv_price?>元, <?=num_to_rmb($srv_price)?></div>
<div><b>二、双方特别约定</b></div>
<div>1、车牌选号若为代选号牌时,均由甲方电话通知乙方,因乙方未能及时选号等其它原因,甲方有权代理决定并不对最终选号结果负责;若为自选号牌,甲方可配合乙方上牌,但不对最终选号结果负责。</div>
<div>2、乙方委托甲方代办车辆挂牌服务时,乙方应事先办妥机动车车辆保险,投保险种包括但不限于车辆损失险和第三者责任险。甲方在代办服务过程中造成车辆毁损、灭失的,乙方应当先向保险公司索赔,赔付不足部分由甲方予以修复或赔偿。</div>
<div>3、乙方委托甲方代办车辆挂牌服务时,如车辆发生毁损、灭失的,除甲方原因外,代办保险中双方特别约定内容未能及时全面落实的,应当免除甲方的责任。保险条款及费用以保险公司合同为准。</div>
<div>4、委托人已阅读全部材料,充分了解并清楚委托的风险及甲方接受委托提供服务的付出及收取的服务费用合理,自愿遵守本委托的各项规则,且本委托为不可撤销之委托。</div>
<div>5、因本协议产生的纠纷,双方应协商解决;协商不成的,任何一方可向甲方所在地人民法院起诉。</div>
<div>6、本协议自甲、乙双方签字或盖章之日起生效。</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>