From 7760f0f15a6281bb75f36d979d63f3e9d9e5d85b Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 10 Oct 2024 17:49:28 +0700 Subject: [PATCH] refactor: workerIndex --- src/components/05_quotation/ProductItem.vue | 39 +++++++++++++++---- src/components/05_quotation/WorkerItem.vue | 36 ++++++++++++++++- src/pages/05_quotation/ProductServiceForm.vue | 3 ++ src/pages/05_quotation/QuotationForm.vue | 22 +++++++++-- 4 files changed, 88 insertions(+), 12 deletions(-) diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue index 3793fc5e..a4194fb4 100644 --- a/src/components/05_quotation/ProductItem.vue +++ b/src/components/05_quotation/ProductItem.vue @@ -1,7 +1,6 @@