From 4f4aa5a76f5b1f730eb2f6464a25876a069475f4 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Wed, 19 Feb 2025 13:38:58 +0700 Subject: [PATCH] refactor: add id btn --- src/pages/05_quotation/QuotationForm.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 6a83c4ba..d02e4f14 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -2305,6 +2305,7 @@ async function formDownload() { solid icon="mdi-account-multiple-check-outline" color="207 96% 32%" + id="btn-approve-invoice" @click=" () => { convertInvoiceToSubmit(); @@ -2328,15 +2329,18 @@ async function formDownload() {