Merge pull request 'update' (#117) from zhangwei into dev
Reviewed-on: #117
This commit is contained in:
commit
cbda2c026f
@ -277,6 +277,9 @@ class VehicleContractController extends BaseAdminController
|
||||
$cars[$k]['type'] = 0;
|
||||
}
|
||||
if($data['type'] == 1){
|
||||
if(empty($v['id'])){
|
||||
$cars[$k]['type'] = 1;
|
||||
}
|
||||
$rentInfo = VehicleRent::where('car_id',$v['id'])->findOrEmpty();
|
||||
if($rentInfo->isEmpty()){
|
||||
$cars[$k]['type'] = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user