Merge pull request 'update' (#117) from zhangwei into dev

Reviewed-on: #117
This commit is contained in:
weiz 2023-10-18 17:01:04 +08:00
commit cbda2c026f

View File

@ -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;