EntryLatestBuysFilters #226

Merged
jsegarra merged 12 commits from :EntryLatestBuysFilters into dev 2024-03-08 12:08:57 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 44d7f98cdc - Show all commits

View File

@ -11,6 +11,7 @@ import EditTableCellValueForm from 'src/components/EditTableCellValueForm.vue';
import VnInput from 'src/components/common/VnInput.vue'; import VnInput from 'src/components/common/VnInput.vue';
import VnSelectFilter from 'src/components/common/VnSelectFilter.vue'; import VnSelectFilter from 'src/components/common/VnSelectFilter.vue';
import EntryLatestBuysFilter from './EntryLatestBuysFilter.vue'; import EntryLatestBuysFilter from './EntryLatestBuysFilter.vue';
import ItemDescriptorProxy from '../Item/Card/ItemDescriptorProxy.vue';
import { useStateStore } from 'stores/useStateStore'; import { useStateStore } from 'stores/useStateStore';
import { toDate, toCurrency } from 'src/filters'; import { toDate, toCurrency } from 'src/filters';
@ -701,6 +702,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<QBtn flat color="primary"> <QBtn flat color="primary">
jsegarra marked this conversation as resolved Outdated

🚩 es un boton pero no hace nada.
Creo que le falta

🚩 es un boton pero no hace nada. Creo que le falta <ItemDescriptorProxy :id="row.itemFk" />

Si, llevaba un descriptor, se me habra pasado, ahi lo agregue

Commit: 44d7f98cdc

Si, llevaba un descriptor, se me habra pasado, ahi lo agregue Commit: https://gitea.verdnatura.es/verdnatura/salix-front/commit/44d7f98cdcc9b15eb530776f99d8e78556feb800
{{ row.itemFk }} {{ row.itemFk }}
</QBtn> </QBtn>
<ItemDescriptorProxy :id="row.itemFk" />
</QTd> </QTd>
</template> </template>
<template #body-cell-tags="{ row }"> <template #body-cell-tags="{ row }">