diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 89e5b24df..be019d1b1 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -414,7 +414,7 @@ entry: warehouseOut: Warehouse Out latestBuys: tableVisibleColumns: - picture: Picture + image: Picture itemFk: Item ID packing: Packing grouping: Grouping diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 5be1c5773..1f54f627f 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -413,7 +413,7 @@ entry: warehouseOut: Alm. salida latestBuys: tableVisibleColumns: - picture: Foto + image: Foto itemFk: Id Artículo packing: packing grouping: Grouping diff --git a/src/pages/Entry/EntryLatestBuys.vue b/src/pages/Entry/EntryLatestBuys.vue index 555155a4e..83a7ba922 100644 --- a/src/pages/Entry/EntryLatestBuys.vue +++ b/src/pages/Entry/EntryLatestBuys.vue @@ -16,7 +16,6 @@ import VnImg from 'src/components/ui/VnImg.vue'; import VnSubToolbar from 'src/components/ui/VnSubToolbar.vue'; const rowsFetchDataRef = ref(null); const editTableCellDialogRef = ref(null); -const allColumnNames = ref([]); const exprBuilder = (param, value) => { switch (param) { @@ -67,16 +66,9 @@ const store = arrayData.store; const rows = computed(() => store.data); const rowsSelected = ref([]); -const getInputEvents = (col) => { - return col.columnFilter.type === 'select' - ? { 'update:modelValue': () => applyColumnFilter(col) } - : { - 'keyup.enter': () => applyColumnFilter(col), - }; -}; - const columns = [ { + align: 'center', label: t('entry.latestBuys.tableVisibleColumns.image'), name: 'image', columnField: {