diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 6c9c542b..303bb2c7 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -5063,158 +5063,169 @@ const emptyCreateDialog = ref(false); {{ $t('customerEmployee.form.group.passport') }} - + " + id="btn-info-basic-undo" + icon-only + @click=" + () => { + employeeFormStore.resetFormDataEmployee(); + employeeFormState.isEmployeeEdit = false; + employeeFormState.dialogType = 'info'; + employeeFormState.currentIndexPassport = -1; + } + " + type="button" + /> + -
- + + +
+ + + + @@ -5232,7 +5243,14 @@ const emptyCreateDialog = ref(false); /> {{ $t('customerEmployee.form.group.visa') }} -
+
+
+ +
+ - -
@@ -5379,7 +5391,13 @@ const emptyCreateDialog = ref(false); {{ $t(`customerEmployee.formHealthCheck.title`) }} -
+
+
+ +
-
- -