chore: cleanup

This commit is contained in:
Methapon2001 2024-12-25 11:58:24 +07:00
parent ea69d6eeb9
commit cd0831bac1
2 changed files with 1 additions and 6 deletions

View file

@ -1,6 +1,6 @@
<script lang="ts" setup>
import { storeToRefs } from 'pinia';
import { onMounted, nextTick, ref, watch, toRaw } from 'vue';
import { onMounted, nextTick, ref, watch } from 'vue';
import { precisionRound } from 'src/utils/arithmetic';
import ThaiBahtText from 'thai-baht-text';
@ -12,7 +12,6 @@ import { useConfigStore } from 'stores/config';
import useBranchStore from 'stores/branch';
import { baseUrl } from 'stores/utils';
import useCustomerStore from 'stores/customer';
import { commaInput } from 'stores/utils';
import { useQuotationStore } from 'src/stores/quotations';
// NOTE Import Types
@ -31,10 +30,7 @@ import ViewFooter from './ViewFooter.vue';
import BankComponents from './BankComponents.vue';
import PrintButton from 'src/components/button/PrintButton.vue';
import { convertTemplate } from 'src/utils/string-template';
import { computed } from 'vue';
const quotationForm = useQuotationForm();
const optionStore = useOptionStore();
const configStore = useConfigStore();
const branchStore = useBranchStore();
const customerStore = useCustomerStore();

View file

@ -42,7 +42,6 @@ export type CustomerBranchRelation = {
jobDescription: string;
jobPosition: string;
businessType: string;
agent: string;
contactName: string;
officeTel: string;
contactTel: string;