|
|
@ -5,7 +5,7 @@ use \common\libs\MyLib; |
|
|
|
<link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet"> |
|
|
|
<link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet"> |
|
|
|
<?php $this->endBlock(); ?> |
|
|
|
<?php $this->endBlock(); ?> |
|
|
|
|
|
|
|
|
|
|
|
<div class="wrapper wrapper-content animated fadeInRight" style="display:fixed;"> |
|
|
|
<div class="wrapper wrapper-content animated fadeInRight" style="display:fixed;position:fixed;padding:0;"> |
|
|
|
<div class="ibox float-e-margins"> |
|
|
|
<div class="ibox float-e-margins"> |
|
|
|
<div class="ibox-title"> |
|
|
|
<div class="ibox-title"> |
|
|
|
<h5>车险提成管理</h5> |
|
|
|
<h5>车险提成管理</h5> |
|
|
@ -131,54 +131,56 @@ use \common\libs\MyLib; |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="wrapper wrapper-content animated fadeInRight" style="display:fixed;"> |
|
|
|
<div class="ibox float-e-margins"> |
|
|
|
<div class="ibox float-e-margins"> |
|
|
|
<div class="ibox-content"> |
|
|
|
<div class="ibox-content"> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-12"> |
|
|
|
<div class="col-md-12"> |
|
|
|
<table id="listTable"> |
|
|
|
<table id="listTable"> |
|
|
|
<thead class="bg-warning"> |
|
|
|
<thead class="bg-warning"> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th data-field="state" data-checkbox="true"></th> |
|
|
|
<th data-field="state" data-checkbox="true"></th> |
|
|
|
<th width="50" data-field="id">ID</th> |
|
|
|
<th width="50" data-field="id">ID</th> |
|
|
|
<th data-field="car_no">车牌号</th> |
|
|
|
<th data-field="car_no">车牌号</th> |
|
|
|
<th data-field="id_man">被保险人</th> |
|
|
|
<th data-field="id_man">被保险人</th> |
|
|
|
<th data-field="company_name">保险公司</th> |
|
|
|
<th data-field="company_name">保险公司</th> |
|
|
|
<th data-field="insurer_no">保单号</th> |
|
|
|
<th data-field="insurer_no">保单号</th> |
|
|
|
<th data-field="print_date">出单日期</th> |
|
|
|
<th data-field="print_date">出单日期</th> |
|
|
|
<th data-field="total_clear">商业净保费</th> |
|
|
|
<th data-field="total_clear">商业净保费</th> |
|
|
|
<th data-field="total_rate">手续费比例</th> |
|
|
|
<th data-field="total_rate">手续费比例</th> |
|
|
|
<th data-field="yeji_rate">基本提成比例</th> |
|
|
|
<th data-field="yeji_rate">基本提成比例</th> |
|
|
|
<th data-field="yeji_ticheng">基本提成</th> |
|
|
|
<th data-field="yeji_ticheng">基本提成</th> |
|
|
|
<th data-field="ticheng_zong_rate">加点提成比例</th> |
|
|
|
<th data-field="ticheng_zong_rate">加点提成比例</th> |
|
|
|
<th data-field="ticheng_money">加点提成</th> |
|
|
|
<th data-field="ticheng_money">加点提成</th> |
|
|
|
<th data-field="gift1_price">自费礼品</th> |
|
|
|
<th data-field="gift1_price">自费礼品</th> |
|
|
|
<th data-field="gift2_price">自费礼券</th> |
|
|
|
<th data-field="gift2_price">自费礼券</th> |
|
|
|
<th data-field="yuangong_money">自费减免金额</th> |
|
|
|
<th data-field="yuangong_money">自费减免金额</th> |
|
|
|
<th data-field="yewu_ticheng">提成</th> |
|
|
|
<th data-field="yewu_ticheng">提成</th> |
|
|
|
<th data-field="op_user">业务员</th> |
|
|
|
<th data-field="op_user">业务员</th> |
|
|
|
<th data-field="first_xinbao_ticheng">原新保提成</th> |
|
|
|
<th data-field="first_xinbao_ticheng">原新保提成</th> |
|
|
|
<th data-field="op_user1">原新保业务员</th> |
|
|
|
<th data-field="op_user1">原新保业务员</th> |
|
|
|
<th data-field="hebao_ticheng">核保提成</th> |
|
|
|
<th data-field="hebao_ticheng">核保提成</th> |
|
|
|
<th data-field="op1_user">核保业务员</th> |
|
|
|
<th data-field="op1_user">核保业务员</th> |
|
|
|
<th data-field="zhengben_ticheng">正本提成</th> |
|
|
|
<th data-field="zhengben_ticheng">正本提成</th> |
|
|
|
<th data-field="op2_user">正本业务员</th> |
|
|
|
<th data-field="op2_user">正本业务员</th> |
|
|
|
<th data-field="dz_ticheng1">团队长组1提成</th> |
|
|
|
<th data-field="dz_ticheng1">团队长组1提成</th> |
|
|
|
<th data-field="dz_names1">团队长组1</th> |
|
|
|
<th data-field="dz_names1">团队长组1</th> |
|
|
|
<th data-field="dz_ticheng2">团队长组2提成</th> |
|
|
|
<th data-field="dz_ticheng2">团队长组2提成</th> |
|
|
|
<th data-field="dz_names2">团队长组2</th> |
|
|
|
<th data-field="dz_names2">团队长组2</th> |
|
|
|
<th data-field="dz_ticheng3">团队长组3提成</th> |
|
|
|
<th data-field="dz_ticheng3">团队长组3提成</th> |
|
|
|
<th data-field="dz_names3">团队长组3</th> |
|
|
|
<th data-field="dz_names3">团队长组3</th> |
|
|
|
<th data-field="dz_ticheng4">团队长组4提成</th> |
|
|
|
<th data-field="dz_ticheng4">团队长组4提成</th> |
|
|
|
<th data-field="dz_names4">团队长组4</th> |
|
|
|
<th data-field="dz_names4">团队长组4</th> |
|
|
|
<th data-field="dz_ticheng5">团队长组5提成</th> |
|
|
|
<th data-field="dz_ticheng5">团队长组5提成</th> |
|
|
|
<th data-field="dz_names5">团队长组5</th> |
|
|
|
<th data-field="dz_names5">团队长组5</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
</thead> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|