|
|
|
@ -215,9 +215,19 @@ use common\models\PriceT; |
|
|
|
|
<table class="table table-bordered"> |
|
|
|
|
<tr> |
|
|
|
|
<th class="bg-warning text-danger">商业手续费</th> |
|
|
|
|
<td><input name="total1_rate" id="total1_rate" class="form-control" type="text" value="<?=$order_info->total1_rate?>"></td>
|
|
|
|
|
<td> |
|
|
|
|
<div class="input-group"> |
|
|
|
|
<input name="total1_rate" id="total1_rate" class="form-control" type="text" value="<?=$order_info->total1_rate?>">
|
|
|
|
|
<div class="input-group-addon">%</div> |
|
|
|
|
</div> |
|
|
|
|
</td> |
|
|
|
|
<th class="bg-warning text-danger">交强手续费</th> |
|
|
|
|
<td><input name="total2_rate" id="total2_rate" class="form-control" type="text" value="<?=$order_info->total2_rate?>"></td>
|
|
|
|
|
<td> |
|
|
|
|
<div class="input-group"> |
|
|
|
|
<input name="total2_rate" id="total2_rate" class="form-control" type="text" value="<?=$order_info->total2_rate?>">
|
|
|
|
|
<div class="input-group-addon">%</div> |
|
|
|
|
</div> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th class="bg-warning text-danger">内勤保险公司</th> |
|
|
|
|