zhangxiaoli 5 years ago
parent 9ef772a20c
commit 668f8bf4ab
  1. 6
      frontend/views/car/edit.php

@ -127,7 +127,7 @@
<!-- <td height="25" class="td_bg">-->
<!-- <select name="displacement_id" id="displacement_id">-->
<!-- <option value="0">---请选择---</option>-->
<!-- --><?php
<!-- -
// foreach($displacement_items as $item) {
// echo '<option value="'.$item->id.'"';
// if($info->displacement_id == $item->id)
@ -141,7 +141,7 @@
<!-- <td height="25" class="td_bg">-->
<!-- <select id="year_id" name="year_id">-->
<!-- <option value="0">---请选择---</option>-->
<!-- --><?php
<!-- --
// foreach($year_items as $item) {
// echo '<option value="'.$item->id.'"';
// if($info->year_id == $item->id)
@ -171,7 +171,7 @@
</td>
<!-- <td width="100" height="25" class="bg_tr">跟踪业务员</td>-->
<!-- <td height="25" class="td_bg">-->
<!-- <input type="text" id="op_user2" name="op_user2" value="--><?//=$info->op_user2?><!--" style="width:200px;" >-->
<!-- <input type="text" id="op_user2" name="op_user2" value="-//=$info->op_user2?><!--" style="width:200px;" >-->
<!-- </td>-->
<td width="100" height="25" class="bg_tr">续保业务员</td>
<td height="25" class="td_bg">

Loading…
Cancel
Save