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