From adb580db2742b4ed3a538b3e8c34e591658042b4 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Tue, 29 Oct 2024 09:20:53 +0700 Subject: [PATCH] feat: don't allow edit after accepted --- src/pages/05_quotation/QuotationForm.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 7b2c0762..44b0f87b 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -1230,7 +1230,14 @@ const view = ref(View.Quotation); > {{ $t('general.view', { msg: $t('general.example') }) }} -
+