From 9999a49fa003f1b2b17678f45c8cc33f895e98bc Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 9 Jul 2025 14:19:13 +0700 Subject: [PATCH] fix: can access quotation --- src/components/05_quotation/TableQuotation.vue | 4 ++-- src/pages/05_quotation/MainPage.vue | 11 +++++++---- src/pages/05_quotation/QuotationForm.vue | 14 +++++++++++--- src/stores/utils/index.ts | 8 +++++--- 4 files changed, 25 insertions(+), 12 deletions(-) diff --git a/src/components/05_quotation/TableQuotation.vue b/src/components/05_quotation/TableQuotation.vue index b219944a..414eedf9 100644 --- a/src/components/05_quotation/TableQuotation.vue +++ b/src/components/05_quotation/TableQuotation.vue @@ -20,6 +20,7 @@ const props = withDefaults( pageSize?: number; hideBtnPreview?: boolean; hideAction?: boolean; + hideDelete?: boolean; }>(), { row: () => [], @@ -148,13 +149,12 @@ defineEmits<{ flat @click.stop="$emit('view', props.row)" /> -
@@ -670,7 +670,7 @@ async function filterBySellerId() {
-