From f389961a9855f0cd1a08b16eacd547ba8ace0f0e Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:09:59 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=83?= =?UTF-8?q?=E0=B8=AB=E0=B9=89=20=E0=B8=99=E0=B8=B4=E0=B8=95=E0=B8=B4?= =?UTF-8?q?=E0=B8=9A=E0=B8=B8=E0=B8=84=E0=B8=84=E0=B8=A5=20=E0=B8=81?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A=20=E0=B8=9A=E0=B8=B8=E0=B8=84=E0=B8=98?= =?UTF-8?q?=E0=B8=A3=E0=B8=A3=E0=B8=A1=E0=B8=94=E0=B8=B2=E0=B9=83=E0=B8=8A?= =?UTF-8?q?=E0=B9=89=E0=B8=94=E0=B9=89=E0=B8=A7=E0=B8=A2=E0=B8=81=E0=B8=B1?= =?UTF-8?q?=E0=B8=99=E0=B9=84=E0=B8=94=E0=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../03_customer-management/AboutComponent.vue | 89 ++++++++++++------- .../BasicInformation.vue | 36 ++++++-- 2 files changed, 87 insertions(+), 38 deletions(-) diff --git a/src/components/03_customer-management/AboutComponent.vue b/src/components/03_customer-management/AboutComponent.vue index 96927cb0..c7997277 100644 --- a/src/components/03_customer-management/AboutComponent.vue +++ b/src/components/03_customer-management/AboutComponent.vue @@ -6,16 +6,19 @@ defineProps<{ outlined?: boolean; readonly?: boolean; separator?: boolean; + typeCustomer?: string; }>(); const branchCode = defineModel('branchCode'); const legalEntityCode = defineModel('legalEntityCode'); -const taxNo = defineModel('taxNo'); +const taxNo = defineModel('taxNo'); const customerName = defineModel('customerName'); const customerEnglishName = defineModel('customerEnglishName'); const authorizedCapital = defineModel('authorizedCapital'); const registerName = defineModel('registerName'); const registerDate = defineModel('registerDate'); + +const employerBranchCode = defineModel('employerBranchCode'); ('registerDate'); v-model="authorizedCapital" /> -import { ref } from 'vue'; -const thaiName = ref(''); -const EngName = ref(''); +const customerName = defineModel('customerName'); +const customerNameEn = defineModel('customerNameEn'); +const taxNo = defineModel('taxNo'); + +const employerID = defineModel('employerID'); defineProps<{ title?: string; @@ -9,6 +11,7 @@ defineProps<{ outlined?: boolean; readonly?: boolean; separator?: boolean; + typeCustomer?: string; }>(); @@ -17,6 +20,29 @@ defineProps<{ • {{ $t(`formDialogTitleInformation`) }}
+ + +