Browse Source

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

zhaohuanhuan 9 months ago
parent
commit
33fc2b1bfa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/inbound/takeDelivery/task/index.vue

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

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