#7648 - CustomerView labeler #505

Merged
jsegarra merged 23 commits from 7648_dev_customerEntries into dev 2024-07-03 06:39:04 +00:00
1 changed files with 2 additions and 9 deletions
Showing only changes of commit f2304ab6f0 - Show all commits

View File

@ -8,6 +8,7 @@ import { toDate } from 'src/filters/index';
import RightMenu from 'src/components/common/RightMenu.vue';
import { useQuasar } from 'quasar';
import EntryBuysTableDialog from './EntryBuysTableDialog.vue';
import VnTable from 'components/VnTable/VnTable.vue';
const stateStore = useStateStore();
const { t } = useI18n();
@ -43,7 +44,7 @@ const columns = computed(() => [
name: 'landed',
isTitle: false,
create: true,
jsegarra marked this conversation as resolved
Review

false

false
cardVisible: true,
cardVisible: false,
format: ({ landed }) => toDate(landed),
},
{
@ -56,7 +57,6 @@ const columns = computed(() => [
},
{
align: 'right',
jsegarra marked this conversation as resolved
Review

revisar si se puede no pasar nada

revisar si se puede no pasar nada
Review

No pasa nada

No pasa nada
label: '',
name: 'tableActions',
computed,
actions: [
@ -77,7 +77,6 @@ const printBuys = (rowId) => {
},
});
};
import VnTable from 'components/VnTable/VnTable.vue';
</script>
jsegarra marked this conversation as resolved Outdated

subir

subir
<template>
<VnSearchbar
@ -100,12 +99,8 @@ import VnTable from 'components/VnTable/VnTable.vue';
:order="['landed DESC', 'id DESC']"
:columns="columns"
default-mode="card"
redirect="customer"
auto-load
:options="[]"
:right-search="false"
>
<template #top-left></template>
</VnTable>
</div>
jsegarra marked this conversation as resolved Outdated

quitar

quitar
</QPage>
@ -113,8 +108,6 @@ import VnTable from 'components/VnTable/VnTable.vue';
jsegarra marked this conversation as resolved Outdated

quitar

quitar
<i18n>
es:
Inventory entry: Es inventario
Virtual entry: Es una redada
Search entries: Buscar entradas
You can search by entry reference: Puedes buscar por referencia de la entrada
</i18n>