Browse Source

连续扫码加延迟

seimin 2 years ago
parent
commit
c05664ea3f

+ 1 - 1
main.js

@@ -4,7 +4,7 @@ import App from './App'
4 4
 import wx from 'weixin-jsapi'
5 5
 // import VConsole from 'vconsole';
6 6
 // new VConsole();
7
-console.info('v2.4.2');
7
+console.info('v2.4.3');
8 8
 Vue.prototype.wx = wx //声明扫码
9 9
 Vue.prototype.audios = [] //待播放的语音集合
10 10
 // #endif

+ 5 - 5
pages/scanning_Result/scanning_Result.vue

@@ -380,11 +380,11 @@
380 380
                 if (ress.status == 200) {
381 381
                   //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
382 382
                   if (this.type == "specimenPlan" || this.type == "specimen") {
383
-                    if (type === 'scan') {
384
-                      this.Scanning_again();
385
-                    } else if (type === 'hand') {
386
-                      // this.hand_again();
387
-                    }
383
+                    setTimeout(()=>{
384
+                      if (type === 'scan') {
385
+                        this.Scanning_again();
386
+                      }
387
+                    },1000)
388 388
                   }
389 389
                   if (this.type == "specimenPlan" || this.type == "specimen") {
390 390
                     this.infoDATA = ress.data;

+ 3 - 1
pages/scanning_code/scanning_code.vue

@@ -544,7 +544,9 @@
544 544
                   if (this.infoDATA.taskType.associationType.value == 'specimen' || this.infoDATA.taskType
545 545
                     .associationType.value == 'specimenPlan') {
546 546
                     if (type === 'scan') {
547
-                      this.Scanning_again(this.dataId);
547
+                      setTimeout(()=>{
548
+                        this.Scanning_again(this.dataId);
549
+                      },1000)
548 550
                     }
549 551
                   }
550 552
                   if (

+ 3 - 1
pages/scanning_djEnd/scanning_djEnd.vue

@@ -373,7 +373,9 @@
373 373
                 //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
374 374
                 if (this.type == "specimenPlan" || this.type == "specimen") {
375 375
                   if (type === 'scan') {
376
-                    this.Scanning_again();
376
+                    setTimeout(()=>{
377
+                      this.Scanning_again();
378
+                    },1000)
377 379
                   }
378 380
                 }
379 381
                 this.speNum = ress.specimenCount;

+ 7 - 5
pages/scanning_djInfo/scanning_djInfo.vue

@@ -313,11 +313,13 @@
313 313
                 if (res.status == 200) {
314 314
                   //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
315 315
                   if (this.type == "specimenPlan" || this.type == "specimen") {
316
-                    if (type === 'scan') {
317
-                      this.Scanning_again();
318
-                    } else if (type === 'hand') {
319
-                      this.hand_again();
320
-                    }
316
+                    setTimeout(()=>{
317
+                      if (type === 'scan') {
318
+                        this.Scanning_again();
319
+                      } else if (type === 'hand') {
320
+                        this.hand_again();
321
+                      }
322
+                    },1000)
321 323
                   }
322 324
                   if (
323 325
                     this.type == "inspect" ||