diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 2f3c6f6e..7e99bee7 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -6,7 +6,6 @@ import { useRoute, useRouter } from 'vue-router'; import { getUserId, getRole } from 'src/services/keycloak'; import { calculateAge, dateFormat } from 'src/utils/datetime'; - import useCustomerStore from 'stores/customer'; import useEmployeeStore from 'stores/employee'; import useMyBranchStore from 'stores/my-branch'; @@ -32,6 +31,8 @@ import FormBasicInfo from './components/FormBasicInfo.vue'; import FormBranch from './components/FormBranch.vue'; import CustomerInfoComponent from './components/CustomerBranch.vue'; import FormAddress from 'src/components/02_personnel-management/FormAddress.vue'; +import FormEmployeePassport from 'src/components/03_customer-management/FormEmployeePassport.vue'; +import FormEmployeeVisa from 'src/components/03_customer-management/FormEmployeeVisa.vue'; import { columnsCustomer, @@ -1966,6 +1967,7 @@ function createEmployeeForm() { employee separator :title="$t('personalInfo')" + v-model:open="employeeFormState.dialogModal" v-model:firstName="currentFromDataEmployee.firstName" v-model:lastName="currentFromDataEmployee.lastName" v-model:firstNameEN="currentFromDataEmployee.firstNameEN" @@ -2094,9 +2096,26 @@ function createEmployeeForm() {