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); + + +
+ + + +
+
+