From 47272f46de934f5b39dca641e68a8fe5a2f7260c Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 9 Oct 2024 20:16:13 +0700 Subject: [PATCH] fix: convert product to tree --- src/components/05_quotation/ProductItem.vue | 97 ++++++++++++++++++--- src/components/05_quotation/WorkerItem.vue | 2 +- src/pages/05_quotation/QuotationForm.vue | 35 -------- 3 files changed, 84 insertions(+), 50 deletions(-) diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue index 69e80e68..7b96a2b4 100644 --- a/src/components/05_quotation/ProductItem.vue +++ b/src/components/05_quotation/ProductItem.vue @@ -1,5 +1,5 @@