parent
49ed13a465
commit
c36cbec507
@ -1,447 +1,334 @@ |
|||||||
<?php |
<?php |
||||||
use \common\libs\MyLib; |
use \common\libs\MyLib; |
||||||
use \common\models\PriceT; |
use common\models\PriceT; |
||||||
?> |
|
||||||
<link href="/css/tabs.css" rel="stylesheet" type="text/css"> |
|
||||||
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="table"> |
|
||||||
<tr> |
|
||||||
<td height="22" colspan="2" class="td_bg"> |
|
||||||
<table width="100%" align="center" height="120" border="0" cellpadding="0" cellspacing="0" id="mainTable"> |
|
||||||
<tr> |
|
||||||
<td height="120" valign="top" class="td_bg"> |
|
||||||
<!--保单信息--> |
|
||||||
<table> |
|
||||||
<tbody> |
|
||||||
<tr> |
|
||||||
<TD height="30" align="center" class=tab-on id=navcell onclick=open_up(1) name="navcell">▼保单信息</TD> |
|
||||||
</tr> |
|
||||||
</tbody> |
|
||||||
</table> |
|
||||||
<TABLE id=tb1 cellSpacing=1 cellPadding=0 width="100%" border=0 name="tb"> |
|
||||||
<TR> |
|
||||||
<TD vAlign=top> |
|
||||||
<form id="orderFrm"> |
|
||||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table" style="table-layout: fixed;"> |
|
||||||
<input type="hidden" name="car_id" value="<?=$car_info->id?>">
|
|
||||||
<tr> |
|
||||||
<td width="100" height="25" class="bg_tr">车牌号</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->car_no?></td>
|
|
||||||
<td width="100" height="25" class="bg_tr">厂牌型号</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->factory_model?></td>
|
|
||||||
<td width="60" height="25" class="bg_tr">品牌</td> |
|
||||||
<td width="120" height="25" class="td_bg"><?=$car_info->brand?$car_info->brand->name:''?></td>
|
|
||||||
<td width="60" height="25" class="bg_tr">车系</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->series?$car_info->series->name:''?></td>
|
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td width="100" height="25" class="bg_tr">发动机号</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->engine_no?></td>
|
|
||||||
<td width="100" height="25" class="bg_tr">车架号</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->car_frame_no?></td>
|
|
||||||
<td width="60" height="25" class="bg_tr">初登日期</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->register_date?></td>
|
|
||||||
<td width="60" height="25" class="bg_tr">排量</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->displacement?$car_info->displacement->name:''?></td>
|
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td width="100" height="25" class="bg_tr">车辆类型</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->carType?$car_info->carType->name:''?></td>
|
|
||||||
<td width="100" height="25" class="bg_tr">运营性质</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->carUse?$car_info->carUse->name:''?></td>
|
|
||||||
<td width="60" height="25" class="bg_tr">座位数</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->seats?></td>
|
|
||||||
<td width="60" height="25" class="bg_tr">年份</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->car_year?></td>
|
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td width="100" height="25" class="bg_tr">车主</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->car_man?></td>
|
|
||||||
<td width="100" height="25" class="bg_tr">联系电话</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->phone?></td>
|
|
||||||
<td width="60" height="25" class="bg_tr">备注</td> |
|
||||||
<td height="25" class="td_bg"><?=$car_info->remark?></td>
|
|
||||||
<td width="60" height="25" class="bg_tr">业务分组</td> |
|
||||||
<td height="25" class="td_bg"><?=$order_info->businessGroup ? $order_info->businessGroup->name : ''?></td>
|
|
||||||
</tr> |
|
||||||
</table> |
|
||||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table" style="table-layout: fixed;"> |
|
||||||
<input type="hidden" name="order_id" value="<?=$order_info->id?>">
|
|
||||||
<tr> |
|
||||||
<td class="bg_tr">被保险人</td> |
|
||||||
<td class="td_bg"><?=$order_info->id_man?></td>
|
|
||||||
<td class="bg_tr">证件号码</td> |
|
||||||
<td class="td_bg"><?=$order_info->id_man_number?></td>
|
|
||||||
<td width="60" class="bg_tr">联系人</td> |
|
||||||
<td class="td_bg"><?=$order_info->link_man?></td>
|
|
||||||
<td width="60" class="bg_tr">联系电话</td> |
|
||||||
<td class="td_bg"><?=$order_info->link_man_phone?></td>
|
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td class="bg_tr">送单日期</td> |
|
||||||
<td class="td_bg"><?=$order_info->send_date?></td>
|
|
||||||
<td class="bg_tr">保险公司</td> |
|
||||||
<td class="td_bg"><?=$order_info->company?$order_info->company->name:''?></td>
|
|
||||||
<td class="bg_tr">付款方式</td> |
|
||||||
<td class="td_bg"> |
|
||||||
<?=$order_info->shoufei_id?MyLib::zhifufs($order_info->shoufei_id).'-':''?><?=$order_info->payType?$order_info->payType->name:''?> |
|
||||||
</td> |
|
||||||
<td class="bg_tr">收款人</td> |
|
||||||
<td class="td_bg"> |
|
||||||
<?=$order_info->payee_id?$order_info->payee->name:''?> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td class="bg_tr">商业起保日期</td> |
|
||||||
<td class="td_bg"><?=$order_info->insurer1_begin_date?></td>
|
|
||||||
<td class="bg_tr">交强起保日期</td> |
|
||||||
<td class="td_bg"><?=$order_info->insurer2_begin_date?></td>
|
|
||||||
<td class="bg_tr">付款人</td> |
|
||||||
<td class="td_bg"> |
|
||||||
<?=$order_info->payer? MyLib::payers($order_info->payer):''?> |
|
||||||
</td> |
|
||||||
<td class="bg_tr">缴费单号</td> |
|
||||||
<td class="td_bg"><?=$order_info->pay_no?></td>
|
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td class="bg_tr">商业保单号</td> |
|
||||||
<td class="td_bg"><?=$order_info->insurer1_no?></td>
|
|
||||||
<td class="bg_tr">交强保单号</td> |
|
||||||
<td class="td_bg"><?=$order_info->insurer2_no?></td>
|
|
||||||
<td class="bg_tr">收款方式</td> |
|
||||||
<td class="td_bg"> |
|
||||||
<?=$order_info->payment_id?$order_info->payment->name:''?> |
|
||||||
</td> |
|
||||||
<td class="bg_tr"></td> |
|
||||||
<td class="td_bg"></td> |
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td class="bg_tr">送单地址</td> |
|
||||||
<td colspan="3" class="td_bg"> |
|
||||||
</td> |
|
||||||
<td rowspan="2" class="bg_tr" valign="center">备注</td> |
|
||||||
<td colspan="3" rowspan="3" valign="top" class="td_bg"><?=$order_info->remark?></td>
|
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td class="bg_tr">正本送单地址</td> |
|
||||||
<td colspan="3" class="td_bg"> |
|
||||||
<?=$order_info->receiver_province?> |
|
||||||
<?=$order_info->receiver_province?> |
|
||||||
<?=$order_info->receiver_city?> |
|
||||||
<?=$order_info->receiver_county?> |
|
||||||
<?=$order_info->receiver_address?> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
</table> |
|
||||||
<table width="98%" border="0" align="center" cellspacing="0" cellpadding="0" style="table-layout: fixed;"> |
|
||||||
<tr> |
|
||||||
<td width="40%" valign="top"> |
|
||||||
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="table"> |
|
||||||
<tr> |
|
||||||
<td align="center" class="bg_tr">险种</td> |
|
||||||
<td align="center" class="bg_tr">内容</td> |
|
||||||
<td align="center" class="bg_tr" nowrap>不计免赔</td> |
|
||||||
</tr> |
|
||||||
<?php |
|
||||||
$len = count($insurer_type_items); |
|
||||||
for($i = 0; $i < $len; $i++) { |
|
||||||
$item = $insurer_type_items[$i]; |
|
||||||
$order_id = $order_info->id; |
|
||||||
if(!$order_id) |
|
||||||
$order_id = 0; |
|
||||||
$tmp_row = PriceT::find() |
|
||||||
->where('order_id='.$order_id.' and type_id='.$item->id) |
|
||||||
->one(); |
|
||||||
if(!$tmp_row) continue; |
|
||||||
if($tmp_row->val == '' || $tmp_row->val == '0' || $tmp_row->val == '否' || $tmp_row->val == '无') continue; |
|
||||||
?> |
|
||||||
<tr> |
|
||||||
<td class="bg_tr" nowrap><?=$item->name?>(<?=$item->code?>)</td>
|
|
||||||
<td class="td_bg"><?=$tmp_row->val?></td>
|
|
||||||
<td align="center" class="td_bg"><?php |
|
||||||
if($tmp_row->is_nopay==1) { |
|
||||||
echo '是'; |
|
||||||
} |
|
||||||
?> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
<?php |
|
||||||
} |
|
||||||
?> |
|
||||||
</table> |
|
||||||
</td> |
|
||||||
<td width="10px;"> </td> |
|
||||||
<td width="60%" valign="top"> |
|
||||||
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="table"> |
|
||||||
<tr> |
|
||||||
<td class="bg_tr">商业总净保费</td> |
|
||||||
<td class="td_bg"><?=$order_info->total1_clear?></td>
|
|
||||||
<td class="bg_tr">商业含税总保费</td> |
|
||||||
<td class="td_bg"><?=$order_info->total1?></td>
|
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td class="bg_tr">交强总净保费</td> |
|
||||||
<td class="td_bg"><?=$order_info->total2_clear?></td>
|
|
||||||
<td class="bg_tr">交强含税总保费</td> |
|
||||||
<td class="td_bg"><?=$order_info->total2?></td>
|
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td class="bg_tr">车船税</td> |
|
||||||
<td class="td_bg"><?=$order_info->total3?></td>
|
|
||||||
<td class="bg_tr">共计签单</td> |
|
||||||
<td class="td_bg"><?=$order_info->total_all?></td>
|
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td class="bg_tr">折扣后商业净保费</td> |
|
||||||
<td class="td_bg"><?=$order_info->total1_real?></td>
|
|
||||||
<td class="bg_tr">减免金额</td> |
|
||||||
<td class="td_bg"><?=$order_info->total1_dis?></td>
|
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td class="bg_tr">商业折扣率</td> |
|
||||||
<td class="td_bg"><?=$order_info->total1_percent?></td>
|
|
||||||
<td class="bg_tr">应收</td> |
|
||||||
<td class="td_bg"><?=$order_info->total_real?></td>
|
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td class="bg_tr">备注</td> |
|
||||||
<td colspan="3" class="td_bg"><?=$order_info->price_remark?></td>
|
|
||||||
</tr> |
|
||||||
</table> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
</table> |
|
||||||
</form> |
|
||||||
</TD> |
|
||||||
</TR> |
|
||||||
</TABLE> |
|
||||||
<!--保单打印信息--> |
|
||||||
<table> |
|
||||||
<tbody> |
|
||||||
<tr> |
|
||||||
<TD height="30" align="center" class=tab-off id=navcell onclick=open_up(11) name="navcell">▲保单打印信息</TD> |
|
||||||
</tr> |
|
||||||
</tbody> |
|
||||||
</table> |
|
||||||
<TABLE id=tb11 cellSpacing=1 cellPadding=0 width="100%" border=0 name="tb" class="hide-table"> |
|
||||||
<TR> |
|
||||||
<TD vAlign=top> |
|
||||||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" class="table" style="table-layout: fixed;"> |
|
||||||
<form id="pdfForm"> |
|
||||||
<input type="hidden" name="order_id" value="<?=$order_info->id?>">
|
|
||||||
<tr> |
|
||||||
<td width="110" align="left" class="bg_tr">上传商业保单文件:</td> |
|
||||||
<td class="td_bg"> |
|
||||||
<input type="text" name="urlfile" id="urlfile" style="width: 200px;" value="<?=$order_info->shangye_src?>">
|
|
||||||
<input id="fileupload" type="file" name="file"> |
|
||||||
</td> |
|
||||||
|
|
||||||
|
|
||||||
<td width="110" align="left" class="bg_tr">上传交强保单文件:</td> |
|
||||||
<td class="td_bg"> |
|
||||||
<input type="text" name="urlfile1" id="urlfile1" style="width: 200px;" value="<?=$order_info->jiaoqiang_src?>">
|
|
||||||
<input id="fileupload1" type="file" name="file1"> |
|
||||||
|
|
||||||
</td> |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</tr> |
|
||||||
<tr> <td class="td_bg" align="center" colspan="4"><input id="pdf-save-btn" type=button class="ACT_btn" name=Submit1 value=" 保存 "/></td></tr> |
|
||||||
</form> |
|
||||||
<tr> |
|
||||||
<td width="110" align="left" class="bg_tr">保单文件打印:</td> |
|
||||||
<td class="td_bg" colspan="3"> |
|
||||||
<?php if($order_info->shangye_src):?> |
|
||||||
<a href="/upload/files<?=$order_info->shangye_src?>" target="_blank">查看商业保单并打印</a>
|
|
||||||
<?php endif;?> |
|
||||||
|
|
||||||
<?php if($order_info->jiaoqiang_src):?> |
|
||||||
<a href="/upload/files<?=$order_info->jiaoqiang_src?>" target="_blank">查看交强保单并打印</a>
|
|
||||||
<?php endif;?> |
|
||||||
</td> |
|
||||||
|
|
||||||
|
?> |
||||||
|
<?php $this->beginBlock('header_css'); ?> |
||||||
|
<link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet"> |
||||||
|
<?php $this->endBlock(); ?> |
||||||
|
|
||||||
</tr> |
<div class="wrapper wrapper-content animated fadeInRight"> |
||||||
|
<form class="form-horizontal" id="orderFrm"> |
||||||
|
<input type="hidden" name="car_id" value="<?=$order_info->car_id?>">
|
||||||
</table> |
<input type="hidden" name="order_id" value="<?=$order_info->id?>">
|
||||||
</TD> |
<input type="hidden" name="celuo_id" value="<?=$order_info->celuo_id?>">
|
||||||
</TR> |
<input type="hidden" name="fanxian_id" value="<?=$order_info->fanxian_id?>">
|
||||||
</TABLE> |
<div class="ibox float-e-margins"> |
||||||
|
<div class="ibox-title"> |
||||||
<!--礼品信息--> |
<h5>保单信息</h5> |
||||||
<table> |
</div> |
||||||
<tbody> |
<div class="ibox-content"> |
||||||
<tr> |
<table class="table table-bordered"> |
||||||
<TD height="30" align="center" class=tab-off id=navcell onclick=open_up(3) name="navcell">▲礼品信息</TD> |
<tr> |
||||||
</tr> |
<th class="bg-warning">车牌号</th> |
||||||
</tbody> |
<td><?=$order_info->car_no?></td>
|
||||||
</table> |
<th class="bg-warning" nowrap>初登日期</th> |
||||||
<TABLE id=tb3 cellSpacing=1 cellPadding=0 width="100%" border=0 name="tb" class="hide-table"> |
<td><?=$car_info->register_date?></td>
|
||||||
<TR> |
<th class="bg-warning" nowrap>座位数</th> |
||||||
<TD vAlign=top> |
<td><?=$order_info->seats?></td>
|
||||||
<p>免费礼品</p> |
<th class="bg-warning" nowrap>电子邮件</th> |
||||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table" style="table-layout: fixed;"> |
<td><?=$order_info->email?></td>
|
||||||
<?php |
</tr> |
||||||
$index = 0; |
<tr> |
||||||
foreach($gift_free_group_items as $item) { |
<th class="bg-warning">车型</th> |
||||||
$index++; |
<td><?=$order_info->factory_model?></td>
|
||||||
echo '<tr>'; |
<th class="bg-warning" nowrap>发动机号</th> |
||||||
$sel_gift = isset($sel_gifts[$item->id])?$sel_gifts[$item->id]->gift:null; |
<td><?=$order_info->engine_no?></td>
|
||||||
echo '<td width="85" class="bg_tr">'.$item->name.'</td>'; |
<th class="bg-warning" nowrap>车架号</th> |
||||||
echo '<td class="td_bg">'; |
<td><?=$order_info->car_frame_no?></td>
|
||||||
if($sel_gift) echo $sel_gift->name; |
<th class="bg-warning" nowrap>新车购置价</th> |
||||||
echo '</td>'; |
<td><?=$order_info->purchase_price?></td>
|
||||||
echo '</tr>'; |
</tr> |
||||||
} |
<tr> |
||||||
?> |
<th class="bg-warning">车主</th> |
||||||
</table> |
<td><?=$order_info->car_man?></td>
|
||||||
<p>自费礼品</p> |
<th class="bg-warning">证件类型</th> |
||||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table" style="table-layout: fixed;"> |
<td><?=$order_info->car_man_type?></td>
|
||||||
<?php |
<th class="bg-warning">证件号码</th> |
||||||
$index = 0; |
<td><?=$order_info->car_man_number?></td>
|
||||||
foreach($gift_group_items as $item) { |
<th class="bg-warning">联系电话</th> |
||||||
$index++; |
<td><?=$order_info->car_man_phone?></td>
|
||||||
echo '<tr>'; |
</tr> |
||||||
$sel_gift = isset($sel_gifts[$item->id])?$sel_gifts[$item->id]->gift:null; |
<tr> |
||||||
echo '<td width="85" class="bg_tr">'.$item->name.'</td>'; |
<th class="bg-warning">被投保人</th> |
||||||
echo '<td class="td_bg">'; |
<td><?=$order_info->id_man?></td>
|
||||||
if($sel_gift) echo $sel_gift->name; |
<th class="bg-warning">证件类型</th> |
||||||
echo '</td>'; |
<td><?=$order_info->id_man_type?></td>
|
||||||
echo '</tr>'; |
<th class="bg-warning">证件号码</th> |
||||||
} |
<td><?=$order_info->id_man_number?></td>
|
||||||
?> |
<th class="bg-warning">联系电话</th> |
||||||
</table> |
<td><?=$order_info->id_man_phone?></td>
|
||||||
</TD> |
</tr> |
||||||
</TR> |
<tr> |
||||||
</TABLE> |
<th class="bg-warning">投保人</th> |
||||||
<!--操作记录--> |
<td><?=$order_info->link_man?></td>
|
||||||
<table> |
<th class="bg-warning">证件类型</th> |
||||||
<tbody> |
<td><?=$order_info->link_man_type?></td>
|
||||||
<tr> |
<th class="bg-warning">证件号码</th> |
||||||
<TD height="30" align="center" class=tab-off id=navcell onclick=open_up(5) name="navcell">▲财务信息</TD> |
<td><?=$order_info->link_man_number?></td>
|
||||||
</tr> |
<th class="bg-warning">联系电话</th> |
||||||
</tbody> |
<td><?=$order_info->link_man_phone?></td>
|
||||||
</table> |
</tr> |
||||||
<TABLE id=tb5 cellSpacing=1 cellPadding=0 width="100%" border=0 name="tb" class="hide-table"> |
<tr> |
||||||
<TR> |
<th class="bg-warning" nowrap>商业起保日期</th> |
||||||
<TD vAlign=top> |
<td><?=$order_info->insurer1_begin_date?></td>
|
||||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table" style="table-layout: fixed;"> |
<th class="bg-warning" nowrap>交强起保日期</th> |
||||||
<tr> |
<td><?=$order_info->insurer2_begin_date?></td>
|
||||||
<td width="100" height="25" class="bg_tr">领款人</td> |
<th class="bg-warning">保险公司</th> |
||||||
<td height="25" class="td_bg"><?=$money_man?></td>
|
<td><?=$order_info->company->name?></td>
|
||||||
<td width="100" height="25" class="bg_tr">开户行</td> |
<th class="bg-warning">车辆使用性质</th> |
||||||
<td height="25" class="td_bg"><?=$money_bank?></td>
|
<td><?=$order_info->car->carUse->name?></td>
|
||||||
<td width="60" height="25" class="bg_tr">品牌</td> |
</tr> |
||||||
<td height="25" class="td_bg"><?=$money_no?></td>
|
<tr> |
||||||
</tr> |
<th class="bg-warning" nowrap>商业保单号</th> |
||||||
</table> |
<td><?=$order_info->insurer1_no?></td>
|
||||||
</TD> |
<th class="bg-warning" nowrap>商业PDF文件</th> |
||||||
</TR> |
<td> |
||||||
</TABLE> |
<?php if($order_info->shangye_src != '') { ?> |
||||||
<!--操作记录--> |
<a href="<?=$order_info->shangye_src?>"><i class="fa fa-image">保单</i></a>
|
||||||
<table> |
<?php } ?> |
||||||
<tbody> |
<?php if($order_info->fapiao_src != '') { ?> |
||||||
<tr> |
<a href="<?=$order_info->fapiao_src?>"><i class="fa fa-file-pdf-o">发票</i></a>
|
||||||
<TD height="30" align="center" class=tab-off id=navcell onclick=open_up(4) name="navcell">▲操作记录</TD> |
<?php } ?> |
||||||
</tr> |
</td> |
||||||
</tbody> |
<th class="bg-warning">交强保单号</th> |
||||||
</table> |
<td><?=$order_info->insurer2_no?></td>
|
||||||
<TABLE id=tb4 cellSpacing=1 cellPadding=0 width="100%" border=0 name="tb" class="hide-table"> |
<th class="bg-warning">交强PDF文件</th> |
||||||
<TR> |
<td> |
||||||
<TD vAlign=top> |
<?php if($order_info->jiaoqiang_src != '') { ?> |
||||||
<div id="car_history_list"></div> |
<a href="<?=$order_info->jiaoqiang_src?>"><i class="fa fa-image">保单</i></a>
|
||||||
</TD> |
<?php } ?> |
||||||
</TR> |
<?php if($order_info->jq_fapiao_src != '') { ?> |
||||||
</TABLE> |
<a href="<?=$order_info->jq_fapiao_src?>"><i class="fa fa-file-pdf-o">发票</i></a>
|
||||||
|
<?php } ?> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="ibox float-e-margins"> |
||||||
|
<div class="ibox-title"> |
||||||
|
<h5>险种</h5> |
||||||
|
</div> |
||||||
|
<div class="ibox-content"> |
||||||
|
<table class="table table-bordered"> |
||||||
|
<tr> |
||||||
|
<?php |
||||||
|
$len = count($insurer_type_items); |
||||||
|
$index = 0; |
||||||
|
for($i = 0; $i < $len; $i++) { |
||||||
|
$item = $insurer_type_items[$i]; |
||||||
|
$order_id = $order_info->id; |
||||||
|
if(!$order_id) |
||||||
|
$order_id = 0; |
||||||
|
$tmp_row = PriceT::find() |
||||||
|
->where('order_id='.$order_id.' and type_id='.$item->id) |
||||||
|
->one(); |
||||||
|
if(!$tmp_row || $tmp_row->val == '' || $tmp_row->val == '否') continue; |
||||||
|
?> |
||||||
|
<th class="bg-warning"> |
||||||
|
<?=$item->name?>(<?=$item->code?>)
|
||||||
|
</th> |
||||||
|
<td><?=$tmp_row->val?></td>
|
||||||
|
<td><?=($tmp_row->is_nopay == 1)?'不计免赔':''?></td>
|
||||||
|
<?php |
||||||
|
if(($index+1)%3==0) { |
||||||
|
echo '</tr>'; |
||||||
|
echo '<tr>'; |
||||||
|
} |
||||||
|
$index++; |
||||||
|
} |
||||||
|
?> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="ibox float-e-margins"> |
||||||
|
<div class="ibox-title"> |
||||||
|
<h5>保费信息</h5> |
||||||
|
</div> |
||||||
|
<div class="ibox-content"> |
||||||
|
<table class="table table-bordered"> |
||||||
|
<tr> |
||||||
|
<th class="bg-warning">商业总净保费</th> |
||||||
|
<td><?=$order_info->total1_clear?></td>
|
||||||
|
<th class="bg-warning">商业含税总保费</th> |
||||||
|
<td><?=$order_info->total1?></td>
|
||||||
|
<th class="bg-warning">车船税</th> |
||||||
|
<td><?=$order_info->total3?></td>
|
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<th class="bg-warning">交强总净保费</th> |
||||||
|
<td><?=$order_info->total2_clear?></td>
|
||||||
|
<th class="bg-warning">交强含税总保费</th> |
||||||
|
<td><?=$order_info->total2?></td>
|
||||||
|
<th class="bg-warning">业务自付金额</th> |
||||||
|
<td><?=$order_info->yuangong_money?></td>
|
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<th class="bg-warning">折扣后商业净保费</th> |
||||||
|
<td><?=$order_info->total1_real?></td>
|
||||||
|
<th class="bg-warning">减免金额</th> |
||||||
|
<td><?=$order_info->total1_dis?></td>
|
||||||
|
<th class="bg-warning">商业折扣率</th> |
||||||
|
<td><?=$order_info->total1_percent?></td>
|
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<th class="bg-warning">共计签单</th> |
||||||
|
<td><?=$order_info->total_all?></td>
|
||||||
|
<th class="bg-warning">应收</th> |
||||||
|
<td><?=$order_info->total_real?></td>
|
||||||
|
<th class="bg-warning">支付方式</th> |
||||||
|
<td><?=$order_info->payType ? $order_info->payType->name : ''?></td>
|
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<th class="bg-warning">备注</th> |
||||||
|
<td colspan="5"><?=$order_info->price_remark?></td>
|
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="ibox float-e-margins"> |
||||||
|
<div class="ibox-title"> |
||||||
|
<h5>其他信息</h5> |
||||||
|
</div> |
||||||
|
<div class="ibox-content"> |
||||||
|
<table class="table table-bordered"> |
||||||
|
<tr> |
||||||
|
<th class="bg-warning">领款人</th> |
||||||
|
<td><?=$order_info->money_man?></td>
|
||||||
|
<th class="bg-warning">开户行</th> |
||||||
|
<td><?=$order_info->money_bank?></td>
|
||||||
|
<th class="bg-warning">银行账号</th> |
||||||
|
<td><?=$order_info->money_no?></td>
|
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<th class="bg-warning">送单地址</th> |
||||||
|
<td colspan="5" class="form-inline"> |
||||||
|
<?=$order_info->sendCity->name?> |
||||||
|
<?=$order_info->sendDistrict->name?> |
||||||
|
<?=$order_info->send_address?> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<th class="bg-warning">备注</th> |
||||||
|
<td colspan="5"><?=$order_info->remark?></td>
|
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="ibox float-e-margins"> |
||||||
|
<div class="ibox-title"> |
||||||
|
<h5>操作记录</h5> |
||||||
|
<div class="ibox-tools"> |
||||||
|
<a class="btn btn-primary btn-xs edit-btn" data-id="0" href="javascript:void(0);" onclick="$('#logTable').bootstrapTable('refresh');"> |
||||||
|
<i class="fa fa-refresh"></i> 刷新 |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="ibox-content"> |
||||||
|
<table id="logTable"> |
||||||
|
<thead> |
||||||
|
<tr> |
||||||
|
<th data-field="op_man">操作者</th> |
||||||
|
<th data-field="op_time">操作时间</th> |
||||||
|
<th data-field="remark">操作内容</th> |
||||||
|
</tr> |
||||||
|
</thead> |
||||||
|
</table> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
</td> |
</form> |
||||||
</tr> |
</div> |
||||||
</table> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
<tr> |
|
||||||
<td height="22" colspan="2" align="center" class="td_bg"> |
|
||||||
|
|
||||||
<!-- --><?php //if($uid == 1 || $uid == 2 ){ ?>
|
|
||||||
<input id="tui-save-btn" type="button" class="ACT_btn" name="Submit3" value="退单"> |
|
||||||
<!-- --><?php //} ?>
|
|
||||||
<input id="close-btn" type=button class="ACT_btn" name=Submit1 value=" 关闭 "/> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
</table> |
|
||||||
|
|
||||||
<script type="text/javascript" language="javascript" src="/js/jquery-1.8.3.js"></script> |
<?php $this->beginBlock('footer_js'); ?> |
||||||
<script type="text/javascript" language="javascript" src="/js/datepicker/WdatePicker.js"></script> |
<script src="/assets/js/plugins/bootstrap-table/bootstrap-table.min.js"></script> |
||||||
<script type="text/javascript" language="javascript" src="/js/ajax.js"></script> |
<script src="/assets/js/plugins/bootstrap-table/bootstrap-table-mobile.min.js"></script> |
||||||
<script type="text/javascript" language="javascript" src="/js/func.js"></script> |
<script src="/assets/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script> |
||||||
<script type="text/javascript" language="javascript" src="/js/common2.js"></script> |
<script> |
||||||
<script type="text/javascript" language="javascript" src="/js/fileupload/js/vendor/jquery.ui.widget.js"></script> |
var o = {}; |
||||||
<script type="text/javascript" language="javascript" src="/js/fileupload/js/jquery.iframe-transport.js"></script> |
//判断是否填写了选项 |
||||||
<script type="text/javascript" language="javascript" src="/js/fileupload/js/jquery.fileupload.js"></script> |
function isNull(data){ |
||||||
<script type="text/javascript" language="javascript"> |
if(data == "" || data == undefined || data == null){ |
||||||
function infos(id,oid) { |
return true; |
||||||
window.open('/non-auto-insurance/bd-info-search?id=' + id +'&oid=' + oid); |
}else{ |
||||||
// window.location.href = ; |
return false; |
||||||
|
} |
||||||
} |
} |
||||||
$(function(){ |
//保存订单 |
||||||
//操作历史 |
function saveOrder(status_id) { |
||||||
gotoPage('/car/ajax-history-index?car_id=<?=$car_info->id?>&page=1','car_history_list');
|
var params = $('#orderFrm').serialize(); |
||||||
//保存 |
params = params + '&status_id=' + status_id; |
||||||
$('#close-btn').click(function(){ |
$.post('/insurer/office-mng-save',params,function(obj){ |
||||||
window.close(); |
parent.layer.msg(obj.msg); |
||||||
}); |
if(obj.success && status_id>2) { |
||||||
//礼品修改 |
$('.btn-back').click(); |
||||||
$('#tui-save-btn').click(function(){ |
} |
||||||
if(confirm('请核对好出单日期,确认退回到正本?')) { |
},'json'); |
||||||
// var param = $('#giftEditFrom').serialize(); |
} |
||||||
$.post('/insurer/tuidan-save',{id:<?=$order_info->id?>},function(obj){
|
//操作记录 |
||||||
// alert(obj.msg); |
function searchOps() { |
||||||
if(obj.success) { |
$('#logTable').bootstrapTable('destroy'); |
||||||
alert('退单成功'); |
$('#logTable').bootstrapTable({ |
||||||
} |
url: "/car/history-json", |
||||||
},'json'); |
pagination: true, |
||||||
|
sidePagination: 'server', |
||||||
|
multipleSelectRow: true, |
||||||
|
queryParams: function(params) { |
||||||
|
o['car_id'] = '<?=$order_info->car_id?>';
|
||||||
|
o['limit'] = params['limit']; |
||||||
|
o['offset'] = params['offset']; |
||||||
|
return o; |
||||||
} |
} |
||||||
}); |
}); |
||||||
$('#pdf-save-btn').click(function(){ |
} |
||||||
|
|
||||||
var param = $('#pdfForm').serialize(); |
$(function() { |
||||||
$.post('/insurer/pdf-save',param,function(obj){ |
searchOps(); |
||||||
// alert(obj.msg); |
$('.btn-return').click(function(){ |
||||||
|
var remark = $('#return_remark').val(); |
||||||
|
if(remark === '') { |
||||||
|
parent.layer.msg('请输入退回理由'); |
||||||
|
return; |
||||||
|
} |
||||||
|
$.post('/insurer/return-op',{ |
||||||
|
order_id:<?=$order_info->id?>,
|
||||||
|
return_remark:remark, |
||||||
|
return_status_id:<?=$order_info->status_id?> |
||||||
|
},function(obj){ |
||||||
|
parent.layer.msg(obj.msg); |
||||||
|
if(obj.success) { |
||||||
|
$('.btn-back').click(); |
||||||
|
} |
||||||
|
},'json'); |
||||||
|
}); |
||||||
|
$('.btn-cancel').click(function(){ |
||||||
|
parent.layer.confirm('是否确认放弃处理?', { |
||||||
|
btn: ['确认','取消'], //按钮 |
||||||
|
shade: false //不显示遮罩 |
||||||
|
}, function(){ |
||||||
|
var params = $("#theFrm").serialize(); |
||||||
|
$.post('/insurer/order-cancel-save',{order_id:<?=$order_info->id?>},function(obj){
|
||||||
|
parent.layer.msg(obj.msg); |
||||||
if(obj.success) { |
if(obj.success) { |
||||||
alert('保单上传成功'); |
$('.btn-back').click(); |
||||||
window.location.reload(); |
|
||||||
} |
} |
||||||
},'json'); |
},'json'); |
||||||
|
}, function(){ |
||||||
|
// |
||||||
|
}); |
||||||
}); |
}); |
||||||
|
$('.btn-save').click(function(){ |
||||||
//上传 |
saveOrder(2); |
||||||
$('#fileupload').fileupload({ |
|
||||||
url: '/finance/upload-pdf', |
|
||||||
dataType: 'json', |
|
||||||
done: function (e, data) { |
|
||||||
if(!data.result.success){ |
|
||||||
alert(data.result.files[0]['error']) |
|
||||||
} |
|
||||||
var file_info = data.result.files[0]; |
|
||||||
$('#urlfile').val(file_info.src); |
|
||||||
// $result['files'][0]['error'] = '上传格式文件不是pdf文件'; |
|
||||||
} |
|
||||||
}); |
}); |
||||||
$('#fileupload1').fileupload({ |
$('.btn-submit').click(function(){ |
||||||
url: '/finance/upload-pdf1', |
saveOrder(5); |
||||||
dataType: 'json', |
}); |
||||||
done: function (e, data) { |
$('.btn-back').click(function() { |
||||||
if(!data.result.success){ |
window.location.href = '/insurer/office-mng'; |
||||||
alert(data.result.files[0]['error']) |
|
||||||
} |
|
||||||
var file_info = data.result.files[0]; |
|
||||||
$('#urlfile1').val(file_info.src); |
|
||||||
// $result['files'][0]['error'] = '上传格式文件不是pdf文件'; |
|
||||||
} |
|
||||||
}); |
}); |
||||||
|
|
||||||
}); |
}); |
||||||
</script> |
</script> |
||||||
|
<?php $this->endBlock(); ?> |
||||||
|
@ -1,136 +1,132 @@ |
|||||||
<?php |
<?php |
||||||
use \common\libs\MyLib; |
use \common\libs\MyLib; |
||||||
?> |
?> |
||||||
<script type="text/javascript" language="javascript" src="/js/jquery-1.8.3.js"></script> |
<?php $this->beginBlock('header_css'); ?> |
||||||
<script type="text/javascript" language="javascript" src="/js/datepicker/WdatePicker.js"></script> |
<link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet"> |
||||||
<script type="text/javascript" language="javascript" src="/js/ajax.js"></script> |
<?php $this->endBlock(); ?> |
||||||
<script type="text/javascript" language="javascript" src="/js/func.js"></script> |
|
||||||
<script type="text/javascript" language="javascript"> |
<div class="wrapper wrapper-content animated fadeInRight"> |
||||||
//详情 |
<div class="ibox float-e-margins"> |
||||||
|
<div class="ibox-title"> |
||||||
|
<h5>保单查询</h5> |
||||||
|
<div class="ibox-tools"> |
||||||
|
<a class="btn btn-primary btn-xs edit-btn" data-id="0" href="javascript:void(0);" onclick="refreshList();"> |
||||||
|
<i class="fa fa-refresh"></i> 刷新 |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="ibox-content"> |
||||||
|
<form role="form" id="search" class="form-inline" onsubmit="return search();"> |
||||||
|
<div class="form-group" style="margin-bottom: 8px;"> |
||||||
|
<label for="username">车主</label> |
||||||
|
<input type="text" id="car_man" name="car_man" class="form-control"> |
||||||
|
</div> |
||||||
|
<div class="form-group" style="margin-bottom: 8px;"> |
||||||
|
<label for="id_man">被保险人</label> |
||||||
|
<input type="text" id="id_man" name="id_man" class="form-control"> |
||||||
|
</div> |
||||||
|
<div class="form-group" style="margin-bottom: 8px;"> |
||||||
|
<label for="phone">电话</label> |
||||||
|
<input type="text" id="phone" name="phone" class="form-control"> |
||||||
|
</div> |
||||||
|
<div class="form-group" style="margin-bottom: 8px;"> |
||||||
|
<label for="car_no">车牌</label> |
||||||
|
<input type="text" id="car_no" name="car_no" class="form-control"> |
||||||
|
</div> |
||||||
|
<div class="form-group" style="margin-bottom: 8px;"> |
||||||
|
<label for="datepicker1">初登日期</label> |
||||||
|
<div class="input-group" id="datepicker1"> |
||||||
|
<input type="text" class="form-control" id="date_begin" name="date_begin" autocomplete="off" /> |
||||||
|
<div class="input-group-addon">-</div> |
||||||
|
<input type="text" class="form-control" id="date_end" name="date_end" autocomplete="off" /> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="form-group" style="margin-bottom: 8px;"> |
||||||
|
<label for="datepicker3">正本日期</label> |
||||||
|
<div class="input-group" id="datepicker3"> |
||||||
|
<input type="text" class="form-control" id="date2_begin" name="date2_begin" autocomplete="off" /> |
||||||
|
<div class="input-group-addon">-</div> |
||||||
|
<input type="text" class="form-control" id="date2_end" name="date2_end" autocomplete="off" /> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="form-group" style="margin-bottom: 8px;"> |
||||||
|
<label for="datepicker2">起保日期</label> |
||||||
|
<div class="input-group" id="datepicker2"> |
||||||
|
<input type="text" class="form-control" id="date3_begin" name="date3_begin" autocomplete="off" /> |
||||||
|
<div class="input-group-addon">-</div> |
||||||
|
<input type="text" class="form-control" id="date3_end" name="date3_end" autocomplete="off" /> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<button type="submit" class="btn btn-primary">搜索</button> |
||||||
|
</form> |
||||||
|
<div class="row"> |
||||||
|
<div class="col-md-12"> |
||||||
|
<table id="listTable"> |
||||||
|
<thead> |
||||||
|
<tr> |
||||||
|
<th data-field="id">ID</th> |
||||||
|
<th data-field="car_man">车主</th> |
||||||
|
<th data-field="id_man">被保险人</th> |
||||||
|
<th data-field="submit_date">提单日期</th> |
||||||
|
<th data-field="car_no">车牌号</th> |
||||||
|
<th data-field="factory_model">厂牌型号</th> |
||||||
|
<th data-field="total_all">共计签单</th> |
||||||
|
<th data-field="total_real">应收</th> |
||||||
|
<th data-field="status">状态</th> |
||||||
|
<th data-field="username">业务员</th> |
||||||
|
<th data-field="company_name">保险公司</th> |
||||||
|
<th data-field="file_status">上传状态</th> |
||||||
|
<th data-field="lock_name">当前操作</th> |
||||||
|
<th data-formatter="opFormatter">操作</th> |
||||||
|
</tr> |
||||||
|
</thead> |
||||||
|
</table> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<?php $this->beginBlock('footer_js'); ?> |
||||||
|
<script src="/assets/js/plugins/bootstrap-table/bootstrap-table.min.js"></script> |
||||||
|
<script src="/assets/js/plugins/bootstrap-table/bootstrap-table-mobile.min.js"></script> |
||||||
|
<script src="/assets/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script> |
||||||
|
<script> |
||||||
|
function opFormatter(value, row, index) { |
||||||
|
var opStr = []; |
||||||
|
opStr.push('<a href="javascript:void(0);" onclick="info(' + row.id + ')">'); |
||||||
|
opStr.push('<i class="fa fa-plus" title="详情"> 详情</i>'); |
||||||
|
opStr.push('</a>'); |
||||||
|
|
||||||
|
return opStr.join(' '); |
||||||
|
} |
||||||
|
|
||||||
function info(id) { |
function info(id) { |
||||||
window.open('/insurer/info?id=' + id); |
window.open('/insurer/info?id=' + id); |
||||||
} |
} |
||||||
function infos(id,oid) { |
|
||||||
window.open('/non-auto-insurance/bd-info-search?id=' + id +'&oid=' + oid); |
function refreshList() { |
||||||
// window.location.href = ; |
$('#listTable').bootstrapTable('refresh'); |
||||||
} |
} |
||||||
$(function(){ |
|
||||||
$("#search-btn").click(function(){ |
function search() { |
||||||
$('#page').val(0); |
$('#listTable').bootstrapTable('destroy'); |
||||||
var params = $('#searchForm').serialize(); |
$('#listTable').bootstrapTable({ |
||||||
window.location.href = "/insurer/search?" + params; |
url: "/insurer/search-json", |
||||||
|
pagination: true, |
||||||
|
sidePagination: 'server', |
||||||
|
queryParams: function(params) { |
||||||
|
$('#search').find(':input:not(input[type=button],input[type=submit],button)').each(function(index,item){ |
||||||
|
params[$(item).attr('name')] = $(item).val(); |
||||||
|
}); |
||||||
|
return params; |
||||||
|
} |
||||||
}); |
}); |
||||||
|
return false; |
||||||
|
} |
||||||
|
|
||||||
|
$(function() { |
||||||
|
search(); |
||||||
}); |
}); |
||||||
</script> |
</script> |
||||||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" class="table"> |
<?php $this->endBlock(); ?> |
||||||
<form id="searchForm"> |
|
||||||
<input type="hidden" id="page" name="page" value="<?=$page?>">
|
|
||||||
<tr> |
|
||||||
<td class="td_bg"> |
|
||||||
车主:<input name="car_man" type="text" value="<?=$car_man?>">
|
|
||||||
被保险人:<input name="id_man" type="text" value="<?=$id_man?>">
|
|
||||||
电话:<input name="phone" type="text" value="<?=$phone?>">
|
|
||||||
车牌:<input name="car_no" type="text" value="<?=$car_no?>">
|
|
||||||
提单日期:从<input name="date_begin" type="text" value="<?=$date_begin?>" style="width:100px;" onclick="WdatePicker()">到<input name="date_end" type="text" value="<?=$date_end?>" style="width:100px;" onclick="WdatePicker()">截止
|
|
||||||
正本日期:从<input name="date2_begin" type="text" value="<?=$date2_begin?>" style="width:100px;" onclick="WdatePicker()">到<input name="date2_end" type="text" value="<?=$date2_end?>" style="width:100px;" onclick="WdatePicker()">截止
|
|
||||||
起保日期:从<input name="date3_begin" type="text" value="<?=$date3_begin?>" style="width:100px;" onclick="WdatePicker()">到<input name="date3_end" type="text" value="<?=$date3_end?>" style="width:100px;" onclick="WdatePicker()">截止
|
|
||||||
<!-- |
|
||||||
级别:<select name="group_id"> |
|
||||||
<option value="0">全部</option> |
|
||||||
<?php |
|
||||||
foreach($group_items as $item) { |
|
||||||
echo '<option value="'.$item->id.'"'; |
|
||||||
if($item->id == $group_id) |
|
||||||
echo ' selected '; |
|
||||||
echo '>'.$item->name.'</option>'; |
|
||||||
} |
|
||||||
?> |
|
||||||
</select> |
|
||||||
//--> |
|
||||||
保险公司:<select name="company_id"> |
|
||||||
<option value="">全部</option> |
|
||||||
<?php |
|
||||||
foreach($company_items as $item) { |
|
||||||
echo '<option value="'.$item->id.'"'; |
|
||||||
if($item->id == $company_id) |
|
||||||
echo ' selected '; |
|
||||||
echo '>'.$item->name.'</option>'; |
|
||||||
} |
|
||||||
?> |
|
||||||
</select> |
|
||||||
险种类型:<select name="insurance_status"> |
|
||||||
<option value="">全部</option> |
|
||||||
<option value="1" <?php if($insurance_status==1) echo ' selected ';?>>车险</option>
|
|
||||||
<option value="2" <?php if($insurance_status==2) echo ' selected ';?>>非车险</option>
|
|
||||||
<option value="3" <?php if($insurance_status==3) echo ' selected ';?>>车险和非车险</option>
|
|
||||||
</select> |
|
||||||
<input type="button" class="act_btn" id="search-btn" name="search-btn" value="搜索"> </td> |
|
||||||
</tr> |
|
||||||
</form> |
|
||||||
</table> |
|
||||||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" class="table"> |
|
||||||
<tr> |
|
||||||
<td width="30" align="center" class="bg_tr" nowrap>序号</td> |
|
||||||
<td width="50" align="center" class="bg_tr" nowrap>车主</td> |
|
||||||
<td width="50" align="center" class="bg_tr" nowrap>被保险人</td> |
|
||||||
<td width="60" align="center" class="bg_tr" nowrap>提单日期</td> |
|
||||||
<td width="60" align="center" class="bg_tr" nowrap>送单日期</td> |
|
||||||
<td width="60" align="center" class="bg_tr" nowrap>车牌号</td> |
|
||||||
<td width="60" align="center" class="bg_tr" nowrap>品牌</td> |
|
||||||
<td width="60" align="center" class="bg_tr" nowrap>共计签单</td> |
|
||||||
<td width="60" align="center" class="bg_tr" nowrap>应收</td> |
|
||||||
<td width="60" align="center" class="bg_tr" nowrap>状态</td> |
|
||||||
<td width="60" align="center" class="bg_tr" nowrap>业务员</td> |
|
||||||
<td width="60" align="center" class="bg_tr" nowrap>保险公司</td> |
|
||||||
<td width="60" align="center" class="bg_tr" nowrap>上传状态</td> |
|
||||||
<td width="60" align="center" class="bg_tr" nowrap>当前操作</td> |
|
||||||
<td width="30" align="center" class="bg_tr" nowrap>操作</td> |
|
||||||
</tr> |
|
||||||
<?php |
|
||||||
foreach($items as $index => $item) { |
|
||||||
$start_index = ($page - 1) * 20 + $index; |
|
||||||
?> |
|
||||||
<tr onMouseOver=overColor(this) onMouseOut=outColor(this)> |
|
||||||
<td align="center" class="td_bg"n owrap ><?=$start_index + 1?></td>
|
|
||||||
<td class="td_bg" nowrap><?=MyLib::substr_cut($item->car_man,15)?></td>
|
|
||||||
<td class="td_bg" nowrap><?=MyLib::substr_cut($item->id_man,15)?></td>
|
|
||||||
<td class="td_bg" nowrap><?=$item->submit_date?></td>
|
|
||||||
<td class="td_bg" nowrap><?=$item->send_date?></td>
|
|
||||||
<td class="td_bg" nowrap><?=$item->car_no?></td>
|
|
||||||
<td class="td_bg" nowrap><?=$item->car?MyLib::substr_cut($item->car->factory_model,15):''?></td>
|
|
||||||
<td class="td_bg" nowrap><?=$item->total_all?></td>
|
|
||||||
<td class="td_bg" ><?=$item->total_real?> </td>
|
|
||||||
<td class="td_bg" ><?=$item->status->name?></td>
|
|
||||||
<td class="td_bg" ><?=$item->user?$item->user->getShowName():''?></td>
|
|
||||||
<td class="td_bg" > |
|
||||||
<?php if($item->company):?> |
|
||||||
<?=$item->company->name?$item->company->name:''?> |
|
||||||
<?php endif;?> |
|
||||||
</td> |
|
||||||
<td class="td_bg" > |
|
||||||
<?php if($item->shangye_src || $item->jiaoqiang_src):?> |
|
||||||
保单已上传 |
|
||||||
<?php else:?> |
|
||||||
未上传 |
|
||||||
<?php endif;?> |
|
||||||
</td> |
|
||||||
<td class="td_bg" ><?=$item->lock?$item->lock->getShowName():''?></td>
|
|
||||||
<td align="center" class="td_bg" nowrap> |
|
||||||
<?php if($item->insurance_status==1 || $item->insurance_status==3):?> |
|
||||||
[<a href="javascript:void(0);" onclick="info(<?=$item->id?>)">详情</a>]
|
|
||||||
<?php elseif($item->insurance_status==2):?> |
|
||||||
[<a href="javascript:void(0);" onclick="infos(<?=$item->non_id?>,<?= $item->id ?>)">非车险详情</a>]
|
|
||||||
<?php endif;?> |
|
||||||
</td> |
|
||||||
</tr> |
|
||||||
<?php |
|
||||||
} |
|
||||||
?> |
|
||||||
<tr> |
|
||||||
<td class="td_bg" align="right" colspan="7">净保费总和</td> |
|
||||||
<td class="td_bg" align="left" colspan="7"><?=$sum?></td>
|
|
||||||
</tr> |
|
||||||
<tr > |
|
||||||
<td height="25" colspan="15" align="center" class="td_bg"><?=$page_info?></td>
|
|
||||||
</tr> |
|
||||||
</table> |
|
||||||
|
Loading…
Reference in new issue