From 8d87368a7cc7fe82deb0057bb96faa0151e295c6 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Mon, 21 Oct 2024 13:51:18 +0700 Subject: [PATCH] fix: receipt dialog --- src/pages/05_quotation/ReceiptDialog.vue | 113 ++++++++++++++++++----- src/stores/quotations/index.ts | 58 +++++++++++- 2 files changed, 149 insertions(+), 22 deletions(-) diff --git a/src/pages/05_quotation/ReceiptDialog.vue b/src/pages/05_quotation/ReceiptDialog.vue index c1451245..5edc3764 100644 --- a/src/pages/05_quotation/ReceiptDialog.vue +++ b/src/pages/05_quotation/ReceiptDialog.vue @@ -1,12 +1,13 @@