From df9451a5f45c14b9c97d73a7c3bde78a15a5ea18 Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 11 Jun 2026 15:10:21 +0000 Subject: [PATCH] fix(commercial) : champ Fonction du contact sur 2 colonnes (ERP-147) (#88) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ERP-147 — Le champ « Fonction » (jobTitle) du bloc contact passe sur 2 colonnes, côté Client (M1) et Fournisseur (M2). ## Changements - `ClientContactBlock.vue` — champ Fonction enrobé dans `
` - `SupplierContactBlock.vue` — idem côté fournisseur ## Détail technique Le wrapper `col-span-2` est nécessaire car `MalioInputText` (`inheritAttrs:false`) renvoie `class` sur son input interne et non sur la cellule de grille — même pattern que `ClientAddressBlock.vue`. ## Vérification - `eslint` OK sur les 2 fichiers - Rendu à valider visuellement sur les écrans Ajouter/Modifier client et fournisseur Reviewed-on: https://gitea.malio.fr/MALIO-DEV/Starseed/pulls/88 Co-authored-by: tristan Co-committed-by: tristan --- .../components/ClientContactBlock.vue | 19 ++++++++++++------- .../components/SupplierContactBlock.vue | 19 ++++++++++++------- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/frontend/modules/commercial/components/ClientContactBlock.vue b/frontend/modules/commercial/components/ClientContactBlock.vue index 1531966..e4284c7 100644 --- a/frontend/modules/commercial/components/ClientContactBlock.vue +++ b/frontend/modules/commercial/components/ClientContactBlock.vue @@ -26,13 +26,18 @@ :error="errors?.firstName" @update:model-value="(v: string) => update('firstName', v)" /> - + +
+ +
- + +
+ +