From 03c923b3eedc85f72aa17a68450b8c02120011dd Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Tue, 8 Oct 2024 10:05:57 +0700 Subject: [PATCH] chore: clean --- src/pages/05_quotation/ProductServiceForm.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/05_quotation/ProductServiceForm.vue b/src/pages/05_quotation/ProductServiceForm.vue index 03b7f54d..14ac0f45 100644 --- a/src/pages/05_quotation/ProductServiceForm.vue +++ b/src/pages/05_quotation/ProductServiceForm.vue @@ -237,7 +237,6 @@ function mapNode() { const pricePerUnit = p.product.vatIncluded ? precisionRound(price / (1 + (config.value?.vat || 0.07))) : price; - console.log(pricePerUnit); return { id: p.product.id, title: p.product.name, @@ -267,7 +266,6 @@ function mapNode() { ? precisionRound(price / (1 + (config.value?.vat || 0.07))) : price; - console.log(pricePerUnit); return { id: v.id, title: v.name,