From 7ef44227b99969fac65b7a7aea2e25ced9d5f915 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 29 Oct 2024 11:06:13 +0700 Subject: [PATCH] refactor: add table paySplit --- src/pages/05_quotation/QuotationForm.vue | 31 ++++++++++++++++++++++++ src/pages/05_quotation/constants.ts | 25 +++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 6f3f48bc..6b0f6e07 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -63,11 +63,14 @@ import { uploadFileListEmployee, columnsAttachment, } from 'src/pages/03_customer-management/constant'; + +import { columnPaySplit } from './constants'; import { precisionRound } from 'src/utils/arithmetic'; import { useConfigStore } from 'src/stores/config'; import QuotationFormMetadata from './QuotationFormMetadata.vue'; import BadgeComponent from 'src/components/BadgeComponent.vue'; import PaymentForm from './PaymentForm.vue'; +import TableComponents from 'src/components/TableComponents.vue'; // defineProps<{ // readonly?: boolean; @@ -1006,6 +1009,34 @@ const view = ref(View.Quotation); + + +
+ + + +
+
+