#6900 fine tunning invoice in #601

Merged
jorgep merged 14 commits from 6900-fineTunning into dev 2024-08-09 10:32:25 +00:00
1 changed files with 4 additions and 3 deletions
Showing only changes of commit 0782b3ff5f - Show all commits

View File

@ -118,16 +118,17 @@ const cols = computed(() => [
data-key="InvoiceInList"
url="InvoiceIns/filter"
:order="['issued DESC', 'id DESC']"
redirect="invoice-in"
:columns="cols"
:right-search="false"
:create="{
urlCreate: 'InvoiceIns',
title: t('globals.createInvoiceIn'),
onDataSaved: ({ id }) => tableRef.redirect(id),
formInitialData: {},
}"
redirect="invoice-in"
:columns="cols"
:right-search="false"
:disable-option="{ card: true }"
:auto-load="!!$route.query.params"
>
<template #column-supplierFk="{ row }">
<span class="link" @click.stop>