From 1cb6414c57367e10a7d8da9c183313b94529966e Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 9 Oct 2024 18:10:11 +0700 Subject: [PATCH] chore: align --- src/pages/05_quotation/ProductServiceForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/05_quotation/ProductServiceForm.vue b/src/pages/05_quotation/ProductServiceForm.vue index 255bacde..f9cec0ac 100644 --- a/src/pages/05_quotation/ProductServiceForm.vue +++ b/src/pages/05_quotation/ProductServiceForm.vue @@ -282,7 +282,6 @@ function mapNode() { const pricePerUnit = v.raw.vatIncluded ? precisionRound(price / (1 + (config.value?.vat || 0.07))) : price; - console.log(v); return { id: v.id, title: v.name, @@ -509,6 +508,7 @@ watch( class="full-width q-py-sm q-px-md" v-model:nodes="nodes" expandable + movable selectable :selected-node="selectedNode" @move-up="(node) => toggleMove(node, 'up')"