refactor: project structure (1)

This commit is contained in:
Methapon Metanipat 2024-10-30 09:34:46 +07:00
parent 725edad3e1
commit 7ea8a618fa
12 changed files with 23 additions and 48 deletions

View file

@ -18,7 +18,7 @@ import { CustomerBranchCreate } from 'stores/customer/types';
import QuotationCard from 'src/components/05_quotation/QuotationCard.vue';
import PaginationComponent from 'src/components/PaginationComponent.vue';
import StatCardComponent from 'src/components/StatCardComponent.vue';
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
import FloatingActionButton from 'components/FloatingActionButton.vue';
import FormAbout from 'src/components/05_quotation/FormAbout.vue';
import CreateButton from 'src/components/AddButton.vue';
import ItemCard from 'src/components/ItemCard.vue';
@ -311,7 +311,7 @@ async function storeDataLocal(id: string) {
</script>
<template>
<ButtonAddComponent
<FloatingActionButton
hide-icon
style="z-index: 999"
@click.stop="triggerAddQuotationDialog"

View file

@ -42,7 +42,7 @@ import SwitchItem from 'components/shared/SwitchItem.vue';
import FormEmployeePassport from 'components/03_customer-management/FormEmployeePassport.vue';
import FormEmployeeVisa from 'components/03_customer-management/FormEmployeeVisa.vue';
import FormReferDocument from 'src/components/05_quotation/FormReferDocument.vue';
import { UploadFileGroup, noticeJobEmployment } from 'components/upload-file';
import { UploadFileGroup, NoticeJobEmployment } from 'components/upload-file';
import FormPerson from 'components/02_personnel-management/FormPerson.vue';
import ProductItem from 'components/05_quotation/ProductItem.vue';
import WorkerItem from 'components/05_quotation/WorkerItem.vue';
@ -1986,7 +1986,7 @@ const view = ref<View>(View.Quotation);
v-model:visa-issuing-place="meta.issuePlace"
/>
<noticeJobEmployment v-if="mode === 'noticeJobEmployment'" />
<NoticeJobEmployment v-if="mode === 'noticeJobEmployment'" />
</template>
</UploadFileGroup>
</div>