Przeglądaj źródła

移库-增加报错提示音

zhaohuanhuan 8 miesięcy temu
rodzic
commit
9519edf678
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/views/transfer/move/list/index.vue

+ 2 - 1
src/views/transfer/move/list/index.vue

@@ -63,7 +63,7 @@
 
 <script setup>
 import { ref } from 'vue'
-import { getHeader, goBack } from '@/utils/android'
+import { getHeader, goBack, scanError } from '@/utils/android'
 import { useStore } from '@/store/modules/user'
 import { getMoveTaskList } from '@/api/transferMove/index'
 import { showToast } from 'vant'
@@ -107,6 +107,7 @@ const setBarcode=(code)=>{
     linkTask(code,'MoveDown')
   }else {
     setTimeout(()=>{
+      scanError()
       inputBarcodeRef.value?.show(undefined,'请扫描移库任务',code+'暂未查询到任务')
     },300)
   }