dev
曾超新 5 years ago
parent 4df920eea0
commit b48aa585a6
  1. 14
      frontend/views/insurer/office-mng-edit.php

@ -215,9 +215,19 @@ use common\models\PriceT;
<table class="table table-bordered"> <table class="table table-bordered">
<tr> <tr>
<th class="bg-warning text-danger">商业手续费</th> <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> <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>
<tr> <tr>
<th class="bg-warning text-danger">内勤保险公司</th> <th class="bg-warning text-danger">内勤保险公司</th>

Loading…
Cancel
Save