forked from verdnatura/salix-front
parent
f3a6209189
commit
d6b8d41b6c
|
@ -135,7 +135,7 @@ const getUrl = (id, param) => `#/Item/${id}/${param}`;
|
||||||
<VnLv
|
<VnLv
|
||||||
v-for="(tax, index) in item.taxes"
|
v-for="(tax, index) in item.taxes"
|
||||||
:key="index"
|
:key="index"
|
||||||
:label="tax.country.country"
|
:label="tax.country.name"
|
||||||
:value="tax.taxClass.description"
|
:value="tax.taxClass.description"
|
||||||
/>
|
/>
|
||||||
</QCard>
|
</QCard>
|
||||||
|
@ -155,7 +155,8 @@ const getUrl = (id, param) => `#/Item/${id}/${param}`;
|
||||||
:url="getUrl(entityId, 'barcode')"
|
:url="getUrl(entityId, 'barcode')"
|
||||||
:text="t('item.summary.barcode')"
|
:text="t('item.summary.barcode')"
|
||||||
/>
|
/>
|
||||||
<p
|
<div
|
||||||
|
class="text-bold"
|
||||||
v-for="(barcode, index) in item.itemBarcode"
|
v-for="(barcode, index) in item.itemBarcode"
|
||||||
:key="index"
|
:key="index"
|
||||||
v-text="barcode.code"
|
v-text="barcode.code"
|
||||||
|
|
Loading…
Reference in New Issue