Kaynağa Gözat

海康-入库、解绑报错提示音

zhaohuanhuan 8 ay önce
ebeveyn
işleme
89ab491cf4

+ 3 - 0
src/views/haikang/boxReturn/boxReturn/index.vue

@@ -86,6 +86,7 @@ const _handlerScan = (code) => {
     }else {
       scanBox.value=''
       tips.value='请扫描海康料箱'
+      scanError()
       showNotify({ type: 'danger', duration: 3000, message:'请扫描海康料箱' })
     }
   }else if(scanType.value == 2){
@@ -100,12 +101,14 @@ const onConfirm=()=>{
     tips.value='请先扫描料箱编号'
     scanType.value=1
     showNotify({ type: 'danger', duration: 3000, message:'请先扫描料箱编号' })
+    scanError()
     return
   }
   if(!scanStation.value){
     tips.value='请先扫描站点'
     scanType.value=2
     showNotify({ type: 'danger', duration: 3000, message:'请先扫描站点' })
+    scanError()
     return
   }
   const message=active.value==1?'您正在进行入库操作是否继续':'您正在进行解绑操作是否继续'