src/components/view/b1-inspect-order-plan.vue
@@ -610,7 +610,7 @@ // 扫码报检 handleCode(){ let input = document.getElementById('ScanCodeInfo'); console.log(1234567,input,this.startTime) // console.log(1234567,input,this.startTime) input.focus(); this.startTime&&clearInterval(this.startTime) this.startTime = setInterval(()=>{ @@ -620,7 +620,7 @@ // 扫码枪按下 keyup(e){ var code = '' // console.log(3333,this.codeInfo) console.log(3333,this.codeInfo) try{ code = JSON.parse(this.codeInfo) if(code==null||code==undefined||code==''){