From f77ffeaf4c63fec3a30034615e6dc7bb39df5e40 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Mon, 30 Jun 2025 14:11:20 +0200 Subject: [PATCH] Added Remove Vendor --- pages/incomingInvoices/edit/[id].vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pages/incomingInvoices/edit/[id].vue b/pages/incomingInvoices/edit/[id].vue index f7ae24e..62caed7 100644 --- a/pages/incomingInvoices/edit/[id].vue +++ b/pages/incomingInvoices/edit/[id].vue @@ -246,11 +246,17 @@ const findIncomingInvoiceErrors = computed(() => { {{dataStore.vendors.find(vendor => vendor.id === itemInfo.vendor) ? dataStore.vendors.find(vendor => vendor.id === itemInfo.vendor).name : 'Lieferant auswählen'}} + - + Lieferant - + icon="i-heroicons-x-mark" + variant="outline" + color="rose" + @click="itemInfo.vendor = null" + />