diff --git a/src/pages/03_customer-management/form.ts b/src/pages/03_customer-management/form.ts index 6918c7b8..0f905c38 100644 --- a/src/pages/03_customer-management/form.ts +++ b/src/pages/03_customer-management/form.ts @@ -17,11 +17,14 @@ export const useCustomerForm = defineStore('form-customer', () => { const defaultFormData: CustomerCreate = { code: '', status: 'CREATED', - personName: '', customerType: 'CORP', - customerName: '', - customerNameEN: '', - taxNo: '', + namePrefix: '', + firstName: '', + lastName: '', + firstNameEN: '', + lastNameEN: '', + gender: '', + birthDate: new Date(), registeredBranchId: branchStore.currentMyBranch?.id || '', customerBranch: [], image: null,