This commit is contained in:
unknown 2023-10-18 17:00:44 +08:00
parent 16fc88fb9b
commit 38690a5c9a

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;