From 59f9cf411186d3512b3af5f5f01690222f430f3c Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Fri, 31 May 2024 13:56:46 +0200 Subject: [PATCH] fix: src/pages/InvoiceIn/Card/InvoiceInBasicData.vue --- .../InvoiceIn/Card/InvoiceInBasicData.vue | 430 +++++++++--------- 1 file changed, 221 insertions(+), 209 deletions(-) diff --git a/src/pages/InvoiceIn/Card/InvoiceInBasicData.vue b/src/pages/InvoiceIn/Card/InvoiceInBasicData.vue index 4274c284c..4890fa25e 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInBasicData.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInBasicData.vue @@ -81,7 +81,7 @@ async function setCreateDms() { createDmsRef.value.show(); } -async function upsert() { +async function onSubmit() { try { const isEdit = !!dms.value.id; const errors = { @@ -317,225 +317,237 @@ async function upsert() { - - - - - + + + + + {{ t('Edit document') }} + - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + {{ t('Create document') }} - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + +