chore: remove duplicate

This commit is contained in:
puriphatt 2025-09-25 10:18:31 +07:00
parent d09484a52a
commit 05d38b1ab3
2 changed files with 0 additions and 4 deletions

View file

@ -1,6 +1,4 @@
<script setup lang="ts"> <script setup lang="ts">
import { CustomerBranch } from 'src/stores/customer';
import SelectCustomer from '../shared/select/SelectCustomer.vue'; import SelectCustomer from '../shared/select/SelectCustomer.vue';
import SelectBranch from '../shared/select/SelectBranch.vue'; import SelectBranch from '../shared/select/SelectBranch.vue';

View file

@ -115,8 +115,6 @@ const $q = useQuasar();
const openQuotation = ref<boolean>(false); const openQuotation = ref<boolean>(false);
const formMetadata = ref(); const formMetadata = ref();
const customerBranchOption = ref<CustomerBranch>();
const rowsRequestList = ref<RequestData[]>([]); const rowsRequestList = ref<RequestData[]>([]);
const { const {