diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 8a734533..7eee4684 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -28,24 +28,32 @@ const formData = ref({ customerNameEN: '', customerBranch: [ { - status: 'CREATED', - legalPersonNo: '', - taxNo: '', - name: '', - nameEN: '', - addressEN: '', address: '', + addressEN: '', + provinceId: '', + districtId: '', + subDistrictId: '', zipCode: '', email: '', telephoneNo: '', - longitude: '', - latitude: '', + status: 'CREATED', + name: '', + taxNo: '', + nameEN: '', + legalPersonNo: '', registerName: '', registerDate: null, authorizedCapital: '', - subDistrictId: '', - districtId: '', - provinceId: '', + employmentOffice: '', + bussinessType: '', + bussinessTypeEN: '', + jobPosition: '', + jobPositionEN: '', + jobDescription: '', + saleEmployee: '', + payDate: '', + wageDate: '', + file: new File([''], 'dummy.jpg'), }, ], image: new File([''], 'dummy.jpg'), @@ -158,8 +166,8 @@ function onClose() { -
- {{ $t('customerStatTitle') }} +
+ {{ $t('customerStatTitle') }}