feat: refs #8120 use new prop in the requierd modules
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2025-01-13 11:04:41 +01:00
parent 1091a762de
commit 19e8b948ae
5 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,7 @@ const getEntryRedirectionFilter = (entry) => {
:filter="filter"
title="supplier.nickname"
data-key="Entry"
:module-class="'largeSummary'"
>
<template #menu="{ entity }">
<EntryDescriptorMenu :id="entity.id" />

View File

@ -161,6 +161,7 @@ const createInvoiceInCorrection = async () => {
:url="`InvoiceIns/${entityId}`"
:filter="filter"
title="supplierRef"
:module-class="'xlargeSummary'"
>
<template #menu="{ entity }">
<InvoiceInDescriptorMenu :invoice="entity" />

View File

@ -62,6 +62,7 @@ const setData = (entity) => (data.value = useCardDescription(entity.ref, entity.
:subtitle="data.subtitle"
@on-fetch="setData"
data-key="invoiceOutData"
:module-class="'largeSummary'"
>
<template #menu="{ entity, menuRef }">
<InvoiceOutDescriptorMenu :invoice-out-data="entity" :menu-ref="menuRef" />

View File

@ -76,6 +76,7 @@ const setData = (entity) => (data.value = useCardDescription(entity.code, entity
:subtitle="data.subtitle"
data-key="routeData"
@on-fetch="setData"
:module-class="'largeSummary'"
>
<template #body="{ entity }">
<VnLv :label="t('Date')" :value="toDate(entity?.dated)" />

View File

@ -112,6 +112,7 @@ function ticketFilter(ticket) {
:title="data.title"
:subtitle="data.subtitle"
data-key="ticketData"
:module-class="'largeSummary'"
>
<template #menu="{ entity }">
<TicketDescriptorMenu :ticket="entity" />