chore: clean
This commit is contained in:
parent
b07966c4e6
commit
bd61e2babc
1 changed files with 0 additions and 6 deletions
|
|
@ -13,7 +13,6 @@ import { useQuotationForm } from './form';
|
||||||
|
|
||||||
// NOTE Import Types
|
// NOTE Import Types
|
||||||
import { CustomerBranchCreate } from 'stores/customer/types';
|
import { CustomerBranchCreate } from 'stores/customer/types';
|
||||||
import { Employee } from 'src/stores/employee/types';
|
|
||||||
|
|
||||||
// NOTE: Import Components
|
// NOTE: Import Components
|
||||||
import ReceiptDialog from './ReceiptDialog.vue';
|
import ReceiptDialog from './ReceiptDialog.vue';
|
||||||
|
|
@ -22,12 +21,9 @@ import PaginationComponent from 'src/components/PaginationComponent.vue';
|
||||||
import StatCardComponent from 'src/components/StatCardComponent.vue';
|
import StatCardComponent from 'src/components/StatCardComponent.vue';
|
||||||
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
|
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
|
||||||
import FormAbout from 'src/components/05_quotation/FormAbout.vue';
|
import FormAbout from 'src/components/05_quotation/FormAbout.vue';
|
||||||
import SelectZone from 'src/components/shared/SelectZone.vue';
|
|
||||||
import PersonCard from 'src/components/shared/PersonCard.vue';
|
|
||||||
import CreateButton from 'src/components/AddButton.vue';
|
import CreateButton from 'src/components/AddButton.vue';
|
||||||
import ItemCard from 'src/components/ItemCard.vue';
|
import ItemCard from 'src/components/ItemCard.vue';
|
||||||
import DialogForm from 'components/DialogForm.vue';
|
import DialogForm from 'components/DialogForm.vue';
|
||||||
import { AddButton } from 'src/components/button';
|
|
||||||
import SideMenu from 'components/SideMenu.vue';
|
import SideMenu from 'components/SideMenu.vue';
|
||||||
|
|
||||||
import { dialogCreateCustomerItem } from 'src/pages/03_customer-management/constant';
|
import { dialogCreateCustomerItem } from 'src/pages/03_customer-management/constant';
|
||||||
|
|
@ -65,8 +61,6 @@ const onCreateImageList = ref<{
|
||||||
list: { url: string; imgFile: File | null; name: string }[];
|
list: { url: string; imgFile: File | null; name: string }[];
|
||||||
}>({ selectedImage: '', list: [] });
|
}>({ selectedImage: '', list: [] });
|
||||||
|
|
||||||
const selectedEmployee = ref<Employee[]>([]);
|
|
||||||
|
|
||||||
const pageState = reactive({
|
const pageState = reactive({
|
||||||
hideStat: false,
|
hideStat: false,
|
||||||
inputSearch: '',
|
inputSearch: '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue