EntryLatestBuysFilters #226
|
@ -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
|
|||||||
{{ row.itemFk }}
|
{{ row.itemFk }}
|
||||||
</QBtn>
|
</QBtn>
|
||||||
|
<ItemDescriptorProxy :id="row.itemFk" />
|
||||||
</QTd>
|
</QTd>
|
||||||
</template>
|
</template>
|
||||||
<template #body-cell-tags="{ row }">
|
<template #body-cell-tags="{ row }">
|
||||||
|
|
Loading…
Reference in New Issue
🚩 es un boton pero no hace nada.
Creo que le falta
Si, llevaba un descriptor, se me habra pasado, ahi lo agregue
Commit:
44d7f98cdc