owners_906_2
This commit is contained in:
@@ -338,7 +338,7 @@ class Owners extends HD_Controller
|
||||
}
|
||||
} else if ($info['edit_type'] == 2) {
|
||||
//更新车主信息
|
||||
$ret = $this->mdOwners->update(['name' => $info['name'], 'birth_day' => $info['birth_day'], 'sex' => $info['sex'],
|
||||
$ret = $this->mdOwners->update(['name' => $info['name'], 'mobile' => $info['mobile'], 'birth_day' => $info['birth_day'], 'sex' => $info['sex'],
|
||||
'brand_id' => $info['brand_id'], 's_id' => $info['s_id'], 'v_id' => $info['v_id'], 'car_num' => $info['car_num'],
|
||||
'order_time' => $info['order_time'], 'ck_time' => $info['ck_time'], 'wxqy' => $info['wxqy']
|
||||
, 'city_id' => $info['city_id'], 'county_id' => $info['county_id']], ['id' => $info['id']]);
|
||||
|
||||
@@ -54,7 +54,15 @@
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="table-td"><span class="mr5">车主电话:</span>{{info.mobile}}</td>
|
||||
<td class="table-td">
|
||||
<table>
|
||||
<tr>
|
||||
<td><span class="mr5">车主电话:</span></td>
|
||||
<td><input type="text" v-model="info.mobile" placeholder="请输入车主电话"
|
||||
style="width: 220px;"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="table-td"><span class="mr5">加入时间:</span>{{info.c_time}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user