Explorar el Código

手持-收货-继续收货焦点定位到扫描条码

zhaohuanhuan hace 9 meses
padre
commit
6bce360ba8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/inbound/takeDelivery/task/index.vue

+ 1 - 0
src/views/inbound/takeDelivery/task/index.vue

@@ -670,6 +670,7 @@ const onConfirm = () => {
       scanSuccess()
       showNotify({ type: 'success', duration: 3000, message: `${searchBarcode.value}收货完成,请继续收货!`})
       setBarcode(taskNo.value, '2')
+      scanType.value=2
       closeLoading()
     }).catch(err => {
       if(err.message.includes('序列号已存在')){