diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index 5cefe596..edb169f6 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -18,8 +18,14 @@ import { SaveButton, UndoButton, } from 'components/button'; +import { + UploadFileGroup, + FormTm6, + noticeJobEmployment, +} from 'components/upload-file'; import BasicInformation from 'components/03_customer-management/employee/BasicInformation.vue'; +import FormReferDocument from 'src/components/05_quotation/FormReferDocument.vue'; import FormPerson from 'components/02_personnel-management/FormPerson.vue'; import { DialogContainer, DialogHeader } from 'components/dialog'; import ProfileBanner from 'components/ProfileBanner.vue'; @@ -83,7 +89,8 @@ const { state: customerFormState, currentFormData: customerFormData } = const { state: employeeFormState, currentFromDataEmployee } = storeToRefs(employeeFormStore); -const test = ref(true); +const test1 = ref(true); +const test2 = ref(true); const dialog = ref(true); const nodes = ref([ { @@ -728,7 +735,7 @@ onMounted(async () => { @@ -796,10 +803,16 @@ onMounted(async () => { " /> - { + console.log('test'); + } + " > { id="customer-form-content" style="height: 100%; max-height: 100%; overflow-y: auto" > - + + { + employeeFormStore.resetFormDataEmployee(); + employeeFormState.isEmployeeEdit = false; + employeeFormState.dialogType = 'info'; + } + " + type="button" + /> + + { + employeeFormState.isEmployeeEdit = true; + employeeFormState.dialogType = 'edit'; + } + " + type="button" + /> + + + + - {}" - > - - - - {{ $t('customer.form.group.branch') }} - + - - - - - {{ $t('customerBranch.tab.business') }} - - - - - + - + {{ $t('customer.form.group.branch') }} + + + + + + + {{ $t('customerBranch.tab.business') }} + + + + + - + { > @@ -962,18 +1018,12 @@ onMounted(async () => { /> - + { outlined employee separator - title="customerEmployee.form.group.personalInfo" + hideNameEn + title="personnel.form.personalInformation" class="q-mb-xl" /> + + + + + + + + + +