From 0a887a9347dc7c41f1a739fd7d84adbcf6485554 Mon Sep 17 00:00:00 2001 From: sroy Date: Tue, 24 Feb 2026 17:07:02 +0100 Subject: [PATCH] fix : print affichage correctif --- .../reception/update-merchandise.vue | 3 +-- frontend/pages/reception/update/[[id]].vue | 27 +++++++++++++++---- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/frontend/components/reception/update-merchandise.vue b/frontend/components/reception/update-merchandise.vue index a4fe36f..c0ca6e1 100644 --- a/frontend/components/reception/update-merchandise.vue +++ b/frontend/components/reception/update-merchandise.vue @@ -12,10 +12,9 @@ label: type.label }))" input-class="accent-primary-700 focus:ring-primary-700" - item-class="text-primary-700/50 [&:has(input:checked)]:text-primary-700" option-label-class="uppercase" wrapper-class="w-full uppercase" - group-class="grid grid-cols-[336px_336px_355px_200px] w-[160px_160px_200px_180px] mt-9 mb-7" + group-class="grid grid-cols-[336px_336px_355px_200px] w-[160px_160px_200px_180px] mt-9 mb-7" :disabled="!auth.isAdmin" /> diff --git a/frontend/pages/reception/update/[[id]].vue b/frontend/pages/reception/update/[[id]].vue index 7d0a19e..0236a9f 100644 --- a/frontend/pages/reception/update/[[id]].vue +++ b/frontend/pages/reception/update/[[id]].vue @@ -7,7 +7,7 @@

Réception {{ form.identificationNumber }}

- + @@ -107,10 +107,11 @@ label: driver.name }))" :loading="isLoadingDrivers" - wrapper-class="col-start-2 row-start-4" + wrapper-class="col-start-2 row-start-5" + v-if="isLiotCarrier" /> -
+
@@ -203,6 +204,7 @@