From d44dfa48ab12b88b9fc9199714a82c6b5a94ae8d Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 1 Oct 2024 14:27:42 +0700 Subject: [PATCH] refactor: by value form employee and customer --- src/pages/05_quotation/MainPage.vue | 1065 +++++++++++++++++---------- src/stores/quotations/types.ts | 15 + 2 files changed, 703 insertions(+), 377 deletions(-) diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index 345d2e9e..0f22f55c 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -1,28 +1,33 @@