Browse Source

连续扫码延迟

seimin 2 years ago
parent
commit
341b10c2e2

+ 1 - 1
pages/scanning_Result/scanning_Result.vue

@@ -384,7 +384,7 @@
384 384
                       if (type === 'scan') {
385 385
                         this.Scanning_again();
386 386
                       }
387
-                    },1000)
387
+                    },500)
388 388
                   }
389 389
                   if (this.type == "specimenPlan" || this.type == "specimen") {
390 390
                     this.infoDATA = ress.data;

+ 1 - 1
pages/scanning_code/scanning_code.vue

@@ -546,7 +546,7 @@
546 546
                     if (type === 'scan') {
547 547
                       setTimeout(()=>{
548 548
                         this.Scanning_again(this.dataId);
549
-                      },1000)
549
+                      },500)
550 550
                     }
551 551
                   }
552 552
                   if (

+ 1 - 1
pages/scanning_djEnd/scanning_djEnd.vue

@@ -375,7 +375,7 @@
375 375
                   if (type === 'scan') {
376 376
                     setTimeout(()=>{
377 377
                       this.Scanning_again();
378
-                    },1000)
378
+                    },500)
379 379
                   }
380 380
                 }
381 381
                 this.speNum = ress.specimenCount;

+ 3 - 3
pages/scanning_djInfo/scanning_djInfo.vue

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