From f73aa84336ed2c9e75cd001f00a5eb8c28943d6d Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Thu, 3 Oct 2024 17:17:15 +0700 Subject: [PATCH] feat: add select product service function to form --- src/components/05_quotation/ProductItem.vue | 132 +++++++++++--------- src/pages/05_quotation/QuotationForm.vue | 23 ++-- 2 files changed, 87 insertions(+), 68 deletions(-) diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue index 42ab6048..9d3be664 100644 --- a/src/components/05_quotation/ProductItem.vue +++ b/src/components/05_quotation/ProductItem.vue @@ -1,38 +1,49 @@