#7553 modified TicketExpedition & changes in ticket section #571

Merged
jon merged 79 commits from 7553_FixTicketExpedition into dev 2024-09-25 05:51:16 +00:00
1 changed files with 9 additions and 1 deletions
Showing only changes of commit 5471607d32 - Show all commits

View File

@ -302,7 +302,9 @@ onUnmounted(() => (stateStore.rightDrawer = false));
deleteExpedition
)
"
/>
>
<QTooltip>{{ t('Delete expedition') }}</QTooltip>
</QBtn>
</QBtnGroup>
</template>
</VnSubToolbar>
@ -320,6 +322,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
}"
default-mode="table"
auto-load
order="created DESC"
>
<template #column-packagingItemFk="{ row }">
<span class="link" @click.stop>
@ -363,3 +366,8 @@ onUnmounted(() => (stateStore.rightDrawer = false));
</QTable>
</QDialog>
</template>
<i18n>
es:
Delete expedition: Eliminar expedición
</i18n>