From 89e4bc5087b141cec02107a29f681c074d19afc6 Mon Sep 17 00:00:00 2001 From: tristan Date: Fri, 30 Jan 2026 11:22:15 +0100 Subject: [PATCH] =?UTF-8?q?fix=20:=20correction=20de=20l'affichage=20de=20?= =?UTF-8?q?l'immatriculation=20sur=20une=20r=C3=A9ception=20en=20cours=20+?= =?UTF-8?q?=20correction=20css=20=C3=A9tape=203=20d'une=20r=C3=A9ception?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/reception/reception-form.vue | 5 +++-- frontend/components/reception/reception-product-received.vue | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/components/reception/reception-form.vue b/frontend/components/reception/reception-form.vue index 5100ca7..14e684e 100644 --- a/frontend/components/reception/reception-form.vue +++ b/frontend/components/reception/reception-form.vue @@ -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 = '' } } ) diff --git a/frontend/components/reception/reception-product-received.vue b/frontend/components/reception/reception-product-received.vue index 20ec5ed..de451d4 100644 --- a/frontend/components/reception/reception-product-received.vue +++ b/frontend/components/reception/reception-product-received.vue @@ -3,7 +3,7 @@
+ class="flex flex-col gap-16 items-center w-full">

Sélectionner des marchandises réceptionnnées