From c5aa7e94a115e08752edee2353bac6570065aec7 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Mon, 21 Oct 2024 12:04:25 +0700 Subject: [PATCH] refactor: handle show moo --- src/pages/05_quotation/peview/ViewHeader.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/05_quotation/peview/ViewHeader.vue b/src/pages/05_quotation/peview/ViewHeader.vue index 00700947..21e0e2b8 100644 --- a/src/pages/05_quotation/peview/ViewHeader.vue +++ b/src/pages/05_quotation/peview/ViewHeader.vue @@ -33,10 +33,11 @@ defineProps<{
บริษัท {{ branch.name }} - หมู่.{{ branch.moo }} ต.{{ branch.subDistrict?.name }} อ.{{ - branch.district?.name + {{ !branch.moo ? '' : `หมู่.${branch.moo}` }} ต.{{ + branch.subDistrict?.name }} - จ.{{ branch.province?.name }} {{ branch.subDistrict?.zipCode }} + อ.{{ branch.district?.name }} จ.{{ branch.province?.name }} + {{ branch.subDistrict?.zipCode }} เลขประจำตัวผู้เสียภาษี {{ branch.taxNo }} เบอร์โทร {{ branch.telephoneNo }}