feat: refs #7936 show country code & isVies fields
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2024-12-12 11:20:54 +01:00
parent c5f4e8decd
commit aeee861147
1 changed files with 5 additions and 0 deletions

View File

@ -229,6 +229,10 @@ const getLink = (param) => `#/invoice-in/${entityId.value}/${param}`;
:value="entity.currency?.code"
/>
<VnLv :label="t('InvoiceIn.serial')" :value="`${entity.serial}`" />
<VnLv
:label="t('globals.country')"
:value="entity.supplier?.country?.code"
/>
</QCard>
<QCard class="vn-one">
<QCardSection class="q-pa-none">
@ -254,6 +258,7 @@ const getLink = (param) => `#/invoice-in/${entityId.value}/${param}`;
:label="t('InvoiceIn.summary.bookedDate')"
:value="toDate(entity.booked)"
/>
<VnLv label="Is vies" :value="entity.supplier?.isVies" />
</QCard>
<QCard class="vn-one">
<QCardSection class="q-pa-none">