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`) }}
+ + +