From b36caa48e2f96cb4acabf14bff0734fe51d8b960 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Mon, 24 Feb 2025 16:49:10 +0700 Subject: [PATCH] feat: add btn cancel --- src/pages/05_quotation/QuotationForm.vue | 28 +++++++++++------------- src/pages/12_debit-note/FormPage.vue | 25 ++++++++++++++++++++- 2 files changed, 37 insertions(+), 16 deletions(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index d02e4f14..2abf03ae 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -54,7 +54,7 @@ import { SaveButton, EditButton, UndoButton, - CloseButton, + CancelButton, MainButton, } from 'components/button'; import QuotationFormReceipt from './QuotationFormReceipt.vue'; @@ -2233,14 +2233,9 @@ async function formDownload() {