Removed Vue Barcode Reader

This commit is contained in:
2023-12-19 15:18:18 +01:00
parent c82a0e5e1c
commit cc636ce040
2 changed files with 1 additions and 14 deletions

View File

@@ -46,6 +46,5 @@
"socket.io-client": "^4.7.2", "socket.io-client": "^4.7.2",
"uuidv4": "^6.2.13", "uuidv4": "^6.2.13",
"v-calendar": "^3.1.2", "v-calendar": "^3.1.2",
"vue-barcode-reader": "^1.0.3"
} }
} }

View File

@@ -72,16 +72,6 @@ function changeFocusToQuantity() {
<template> <template>
<div id="main"> <div id="main">
<UModal
v-model="showReader"
>
<StreamBarcodeReader
@decode="console.log"
@loaded="console.log"
/>
</UModal>
{{inventoryChangeData}}
{{spaces}}
<div class="my-3"> <div class="my-3">
<UButton @click="mode = 'incoming'" class="ml-3" >Wareneingang</UButton> <UButton @click="mode = 'incoming'" class="ml-3" >Wareneingang</UButton>
@@ -142,9 +132,7 @@ function changeFocusToQuantity() {
> >
Bestätigen Bestätigen
</UButton> </UButton>
<UButton
@click="showReader = true"
>show</UButton>
</div> </div>