feat(transport) : consultation + modification transporteur (ERP-170) #129

Merged
tristan merged 17 commits from feat/erp-170-carrier-view-edit into develop 2026-06-18 08:50:09 +00:00
2 changed files with 14 additions and 7 deletions
Showing only changes of commit 5bbd4ddb47 - Show all commits
+3 -3
View File
@@ -555,9 +555,9 @@
},
"price": {
"group": "Contenant",
"carrier": "Transporteur",
"aproOrSite": "Adresse appro / site",
"delivery": "Adresse de livraison",
"carrier": "Transporteurs",
"aproOrSite": "Adresse sites",
"delivery": "Adresse livraisons",
"forfait": "Forfait €",
"tonne": "Tonne €",
"indexation": "Indexation",
@@ -145,11 +145,18 @@
groupe (Fond Mouvant / Benne) fusionné en rowspan ; séparateur
épais entre les deux groupes. -->
<table class="w-full table-fixed border-separate border-spacing-0 overflow-hidden rounded-malio border border-black text-left text-black">
<!-- Répartition : « Contenant » étroite, les 7 autres colonnes se
partagent l'espace à parts égales (table-fixed). -->
<!-- Répartition (table-fixed) : « Contenant » étroite ; Transporteurs
et Adresse livraisons larges ; Forfait / Tonne / Indexation / État
réduits. -->
<colgroup>
<col class="w-[120px]" />
<col v-for="n in 7" :key="n" />
<col class="w-[110px]" />
<col class="w-[20%]" />
<col class="w-[15%]" />
<col class="w-[20%]" />
<col class="w-[9%]" />
<col class="w-[9%]" />
<col class="w-[9%]" />
<col class="w-[9%]" />
</colgroup>
<thead>
<tr>