7729-devToTest_2430 #554

Merged
alexm merged 401 commits from 7729-devToTest_2430 into test 2024-07-16 07:17:04 +00:00
1 changed files with 8 additions and 13 deletions
Showing only changes of commit 6ce03287ef - Show all commits

View File

@ -187,13 +187,13 @@ onUnmounted(() => (stateStore.rightDrawer = false));
{{ t('components.total') }} {{ t('components.total') }}
</span> </span>
</QCardSection> </QCardSection>
<QCardSection class="justify-center" horizontal> <QCardSection horizontal>
<span class="q-mr-xs color-vn-label" <span class="q-mr-xs color-vn-label"
>{{ t('components.baseToCommission') }}: >{{ t('components.baseToCommission') }}:
</span> </span>
<span>{{ toCurrency(getBase) }}</span> <span>{{ toCurrency(getBase) }}</span>
</QCardSection> </QCardSection>
<QCardSection class="justify-center" horizontal> <QCardSection horizontal>
<span class="q-mr-xs color-vn-label" <span class="q-mr-xs color-vn-label"
>{{ t('components.totalWithoutVat') }}: >{{ t('components.totalWithoutVat') }}:
</span> </span>
@ -214,7 +214,6 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<QCardSection <QCardSection
v-for="(component, index) in componentsList" v-for="(component, index) in componentsList"
:key="index" :key="index"
class="justify-center"
horizontal horizontal
> >
<span v-if="component.name" class="q-mr-xs color-vn-label"> <span v-if="component.name" class="q-mr-xs color-vn-label">
@ -236,19 +235,19 @@ onUnmounted(() => (stateStore.rightDrawer = false));
{{ t('components.zoneBreakdown') }} {{ t('components.zoneBreakdown') }}
</span> </span>
</QCardSection> </QCardSection>
<QCardSection class="justify-center" horizontal> <QCardSection horizontal>
<span class="q-mr-xs color-vn-label"> <span class="q-mr-xs color-vn-label">
{{ t('components.price') }}: {{ t('components.price') }}:
</span> </span>
<span>{{ toCurrency(ticketData?.zonePrice, 'EUR', 2) }}</span> <span>{{ toCurrency(ticketData?.zonePrice, 'EUR', 2) }}</span>
</QCardSection> </QCardSection>
<QCardSection class="justify-center" horizontal> <QCardSection horizontal>
<span class="q-mr-xs color-vn-label"> <span class="q-mr-xs color-vn-label">
{{ t('components.bonus') }}: {{ t('components.bonus') }}:
</span> </span>
<span>{{ toCurrency(ticketData?.zoneBonus, 'EUR', 2) }}</span> <span>{{ toCurrency(ticketData?.zoneBonus, 'EUR', 2) }}</span>
</QCardSection> </QCardSection>
<QCardSection class="justify-center" horizontal> <QCardSection horizontal>
<span class="q-mr-xs color-vn-label"> <span class="q-mr-xs color-vn-label">
{{ t('components.zone') }}: {{ t('components.zone') }}:
</span> </span>
@ -257,17 +256,13 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<ZoneDescriptorProxy :id="ticketData?.zone?.id" /> <ZoneDescriptorProxy :id="ticketData?.zone?.id" />
</span> </span>
</QCardSection> </QCardSection>
<QCardSection <QCardSection v-if="ticketData?.zone?.isVolumetric" horizontal>
v-if="ticketData?.zone?.isVolumetric"
class="justify-center"
horizontal
>
<span class="q-mr-xs color-vn-label"> <span class="q-mr-xs color-vn-label">
{{ t('components.volume') }}: {{ t('components.volume') }}:
</span> </span>
<span>{{ ticketVolume }}</span> <span>{{ ticketVolume }}</span>
</QCardSection> </QCardSection>
<QCardSection class="justify-center" horizontal> <QCardSection horizontal>
<span class="q-mr-xs color-vn-label"> <span class="q-mr-xs color-vn-label">
{{ t('components.packages') }}: {{ t('components.packages') }}:
</span> </span>
@ -285,7 +280,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
{{ t('components.theoricalCost') }} {{ t('components.theoricalCost') }}
</span> </span>
</QCardSection> </QCardSection>
<QCardSection class="justify-center" horizontal> <QCardSection horizontal>
<span class="q-mr-xs color-vn-label"> <span class="q-mr-xs color-vn-label">
{{ t('components.totalPrice') }}: {{ t('components.totalPrice') }}:
</span> </span>