fix : correction de l'affichage de l'immatriculation sur une réception en cours + correction css étape 3 d'une réception
This commit is contained in:
@@ -421,14 +421,15 @@ watch(
|
||||
if (!isLiotCarrier.value) {
|
||||
return
|
||||
}
|
||||
if (isHydrating.value) {
|
||||
return
|
||||
}
|
||||
const selected = filteredVehicles.value.find(
|
||||
(vehicle) => String(vehicle.id) === form.vehicleId
|
||||
)
|
||||
if (selected) {
|
||||
form.licensePlate = selected.plate
|
||||
allowAnyLicensePlate.value = false
|
||||
} else if (form.vehicleId === '') {
|
||||
form.licensePlate = ''
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user