From 64e776d3116c227ae8a6d07939bc9f1ecce10e4d Mon Sep 17 00:00:00 2001 From: carlossa Date: Tue, 27 Aug 2024 10:02:59 +0200 Subject: [PATCH 1/2] refs #6899 fix invoiceFix --- src/pages/InvoiceOut/InvoiceOutGlobalForm.vue | 12 +++++++++++- src/pages/InvoiceOut/InvoiceOutList.vue | 14 +++++++++++--- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/pages/InvoiceOut/InvoiceOutGlobalForm.vue b/src/pages/InvoiceOut/InvoiceOutGlobalForm.vue index 2070ef09c..32018cdd6 100644 --- a/src/pages/InvoiceOut/InvoiceOutGlobalForm.vue +++ b/src/pages/InvoiceOut/InvoiceOutGlobalForm.vue @@ -101,7 +101,17 @@ onMounted(async () => { dense outlined rounded - /> + > + + + > + + O Date: Tue, 27 Aug 2024 10:17:06 +0200 Subject: [PATCH 2/2] refs #6899 fix order --- src/pages/InvoiceOut/InvoiceOutGlobalForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/InvoiceOut/InvoiceOutGlobalForm.vue b/src/pages/InvoiceOut/InvoiceOutGlobalForm.vue index 32018cdd6..334933447 100644 --- a/src/pages/InvoiceOut/InvoiceOutGlobalForm.vue +++ b/src/pages/InvoiceOut/InvoiceOutGlobalForm.vue @@ -106,7 +106,7 @@ onMounted(async () => { - {{ scope.opt?.name }} #{{ scope.opt?.id }} + #{{ scope.opt?.id }} {{ scope.opt?.name }}