#8266 change expedition item name #1073

Merged
jtubau merged 7 commits from 8266-changeExpeditionItemNameFront into dev 2024-12-30 07:04:32 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 9a04e0d2b4 - Show all commits

View File

@ -314,6 +314,12 @@ onMounted(async () => {
<ItemDescriptorProxy :id="row.packagingItemFk" />
</span>
</template>
<template #column-longName="{ row }">
<span class="link" @click.stop>
{{ row.longName }}
<ItemDescriptorProxy :id="row.itemFk" />
</span>
</template>
</VnTable>
<QDialog ref="newTicketDialogRef" transition-show="scale" transition-hide="scale">
<ExpeditionNewTicket