From bbe41505818cdafc47794c134ff5df31faaadd54 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Wed, 18 Dec 2024 17:55:45 +0700 Subject: [PATCH] refactor: show table request --- src/pages/05_quotation/QuotationForm.vue | 7 +- src/pages/05_quotation/TableRequest.vue | 169 +++++++++++++++++++++++ 2 files changed, 175 insertions(+), 1 deletion(-) create mode 100644 src/pages/05_quotation/TableRequest.vue diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index c769c3dc..a36d683a 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -43,6 +43,7 @@ import { } from 'src/stores/product-service/types'; // NOTE: Import Components +import TableRequest from './TableRequest.vue'; import SelectInput from 'components/shared/SelectInput.vue'; import SwitchItem from 'components/shared/SwitchItem.vue'; import FormEmployeePassport from 'components/03_customer-management/FormEmployeePassport.vue'; @@ -1845,7 +1846,11 @@ watch(