From 87d98355baac2764be6711ec76a0353d61345b70 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:06:18 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=20=E0=B8=AA=E0=B8=A3=E0=B9=89=E0=B8=B2?= =?UTF-8?q?=E0=B8=87=20=20deatail=20drawer=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DeatailsBranchDrawerComponent.vue | 156 ++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 src/components/01_branch-management/DeatailsBranchDrawerComponent.vue diff --git a/src/components/01_branch-management/DeatailsBranchDrawerComponent.vue b/src/components/01_branch-management/DeatailsBranchDrawerComponent.vue new file mode 100644 index 00000000..19f70772 --- /dev/null +++ b/src/components/01_branch-management/DeatailsBranchDrawerComponent.vue @@ -0,0 +1,156 @@ + + + + + + + + รายละเอียดสำนักงานใหญ่ + + $emit('open')" + id="fileFormIconClose" + /> + + + + + + รหัสสาขา + {{ data?.code }} + เลขประชำตัวผู้เสียภาษี + {{ data?.taxNo }} + + + ชื่อสาขา ภาษาไทย + {{ data?.name }} + ชื่อสาขา ภาษาอังกฤษ + {{ data?.nameEN }} + + + + + ที่อยู่สาขา + + + + + ที่อยู่ + {{ data?.address }} + แขวง/ตำบล + + {{ data?.subDistrict?.name }} + + + + + เขต/อำเภอ + {{ data?.district?.name }} + จังหวัด + {{ data?.province?.name }} + + + + รหัสไปรษณีย์ + {{ data?.code }} + + + + + ที่อยู่สาขา ENG + + + + + Address + {{ data?.addressEN }} + Subdistrict + {{ data?.subDistrict?.nameEN }} + + + + District + {{ data?.district?.nameEN }} + Province + {{ data?.province?.nameEN }} + + + + Zip code + {{ data?.code }} + + + + + + + + + + เบอร์โทรศัพท์สาขา + {{ data?.telephoneNo }} + + + อีเมลติดต่อสาขา + {{ data?.email }} + + + + + + Id line + + + + + + + + + + location + + + + + + + +