From f2d95076685d1e5f2aaa1daf6b9d4de9305336b5 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 27 Sep 2024 16:11:16 +0700 Subject: [PATCH] refactor: quotation --- src/components/05_quotation/ProductItem.vue | 269 ++++++++ src/components/05_quotation/WorkerItem.vue | 158 +++-- src/pages/05_quotation/MainPage.vue | 656 ++++++++++++++++---- 3 files changed, 935 insertions(+), 148 deletions(-) create mode 100644 src/components/05_quotation/ProductItem.vue diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue new file mode 100644 index 00000000..6f040810 --- /dev/null +++ b/src/components/05_quotation/ProductItem.vue @@ -0,0 +1,269 @@ + + + + diff --git a/src/components/05_quotation/WorkerItem.vue b/src/components/05_quotation/WorkerItem.vue index 2edacee6..234b00fd 100644 --- a/src/components/05_quotation/WorkerItem.vue +++ b/src/components/05_quotation/WorkerItem.vue @@ -1,44 +1,128 @@ diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index d3bb3c75..5cefe596 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -1,7 +1,11 @@