owners_906_2

This commit is contained in:
dengbw
2022-09-06 17:43:43 +08:00
committed by lccsw
parent 8583391603
commit 1852816327
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -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']]);
+9 -1
View File
@@ -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>