chore: remove duplicate
This commit is contained in:
parent
d09484a52a
commit
05d38b1ab3
2 changed files with 0 additions and 4 deletions
|
|
@ -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';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue