chore: cleanup
This commit is contained in:
parent
ea69d6eeb9
commit
cd0831bac1
2 changed files with 1 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { storeToRefs } from 'pinia';
|
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 { precisionRound } from 'src/utils/arithmetic';
|
||||||
import ThaiBahtText from 'thai-baht-text';
|
import ThaiBahtText from 'thai-baht-text';
|
||||||
|
|
||||||
|
|
@ -12,7 +12,6 @@ import { useConfigStore } from 'stores/config';
|
||||||
import useBranchStore from 'stores/branch';
|
import useBranchStore from 'stores/branch';
|
||||||
import { baseUrl } from 'stores/utils';
|
import { baseUrl } from 'stores/utils';
|
||||||
import useCustomerStore from 'stores/customer';
|
import useCustomerStore from 'stores/customer';
|
||||||
import { commaInput } from 'stores/utils';
|
|
||||||
import { useQuotationStore } from 'src/stores/quotations';
|
import { useQuotationStore } from 'src/stores/quotations';
|
||||||
|
|
||||||
// NOTE Import Types
|
// NOTE Import Types
|
||||||
|
|
@ -31,10 +30,7 @@ import ViewFooter from './ViewFooter.vue';
|
||||||
import BankComponents from './BankComponents.vue';
|
import BankComponents from './BankComponents.vue';
|
||||||
import PrintButton from 'src/components/button/PrintButton.vue';
|
import PrintButton from 'src/components/button/PrintButton.vue';
|
||||||
import { convertTemplate } from 'src/utils/string-template';
|
import { convertTemplate } from 'src/utils/string-template';
|
||||||
import { computed } from 'vue';
|
|
||||||
|
|
||||||
const quotationForm = useQuotationForm();
|
|
||||||
const optionStore = useOptionStore();
|
|
||||||
const configStore = useConfigStore();
|
const configStore = useConfigStore();
|
||||||
const branchStore = useBranchStore();
|
const branchStore = useBranchStore();
|
||||||
const customerStore = useCustomerStore();
|
const customerStore = useCustomerStore();
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,6 @@ export type CustomerBranchRelation = {
|
||||||
jobDescription: string;
|
jobDescription: string;
|
||||||
jobPosition: string;
|
jobPosition: string;
|
||||||
businessType: string;
|
businessType: string;
|
||||||
agent: string;
|
|
||||||
contactName: string;
|
contactName: string;
|
||||||
officeTel: string;
|
officeTel: string;
|
||||||
contactTel: string;
|
contactTel: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue