6897-entryMigration2 #504

Merged
carlossa merged 18 commits from 6897-entryMigration2 into dev 2024-07-03 10:15:11 +00:00
3 changed files with 3 additions and 11 deletions
Showing only changes of commit 41d6c3f07e - Show all commits

View File

@ -414,7 +414,7 @@ entry:
warehouseOut: Warehouse Out
latestBuys:
tableVisibleColumns:
picture: Picture
image: Picture
itemFk: Item ID
packing: Packing
grouping: Grouping

View File

@ -413,7 +413,7 @@ entry:
warehouseOut: Alm. salida
latestBuys:
tableVisibleColumns:
picture: Foto
image: Foto
itemFk: Id Artículo
packing: packing
grouping: Grouping

View File

@ -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: {