fix : correctif finalisation et correctif couleur de affichage reception finie
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<form>
|
||||
<div
|
||||
class="flex flex-col w-full">
|
||||
class="flex flex-col">
|
||||
<div class="w-full col-start-1 row-start-1">
|
||||
<UiRadioGroup
|
||||
id="merchandise-type"
|
||||
@@ -14,16 +14,16 @@
|
||||
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-[335px_337px_355px_200px] w-[160px_160px_200px_200px] mt-9 mb-7"
|
||||
wrapper-class="w-full uppercase"
|
||||
group-class="grid grid-cols-[336px_336px_355px_200px] w-[160px_160px_200px_180px] mt-9 mb-7"
|
||||
:disabled="!auth.isAdmin"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class=" w-full grid grid-cols-[3fr_1fr] gap-[80px] col-start-2 row-start-1 ">
|
||||
<div class="w-full grid grid-cols-[3fr_1fr] gap-12 col-start-2 row-start-1">
|
||||
<div
|
||||
v-if="merchandiseTypeId && !isGranule"
|
||||
class="flex gap-[187px]"
|
||||
class="flex gap-[218px]"
|
||||
>
|
||||
<div
|
||||
v-for="building in buildings"
|
||||
@@ -41,7 +41,7 @@
|
||||
</div>
|
||||
<div
|
||||
v-if="merchandiseTypeId && isAutres"
|
||||
class="flex flex-col w-full max-w-[225px]"
|
||||
class="flex flex-col justify-self-end max-w-[182px]"
|
||||
>
|
||||
<UiTextInput
|
||||
id="merchandise-detail"
|
||||
@@ -49,6 +49,7 @@
|
||||
v-model="merchandiseDetail"
|
||||
placeholder="Préciser"
|
||||
:maxlength="255"
|
||||
class="h-6"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -64,7 +65,7 @@
|
||||
<div
|
||||
v-for="building in buildings"
|
||||
:key="building.id"
|
||||
class="flex items-center text-lg"
|
||||
class="flex text-lg"
|
||||
>
|
||||
<UiCheckbox
|
||||
v-model="selectedPelletBuildingIds[String(type.id)]"
|
||||
|
||||
Reference in New Issue
Block a user