|
|
@@ -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)
|
|
|
}
|