ソースを参照

标本和标本轮巡扫描标本自动调用扫-扫

seimin 3 年 前
コミット
866675253b

+ 4 - 0
pages/scanning_Result/scanning_Result.vue

@@ -340,6 +340,10 @@
340 340
                 post("/workerOrder/" + postType, data).then((ress) => {
341 341
                   uni.hideLoading();
342 342
                   if (ress.status == 200) {
343
+                    //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
344
+                    if (this.type == "specimenPlan" || this.type == "specimen") {
345
+                      this.Scanning_again();
346
+                    }
343 347
                     if (this.type == "specimenPlan" || this.type == "specimen") {
344 348
                       this.infoDATA = ress.data;
345 349
                       this.speNum = ress.specimenCount;

+ 4 - 0
pages/scanning_code/scanning_code.vue

@@ -460,6 +460,10 @@
460 460
                 post("/workerOrder/" + postType, data).then((ress) => {
461 461
                   console.log(ress,1111)
462 462
                   if (ress.status == 200) {
463
+                    //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
464
+                    if(this.infoDATA.taskType.associationType.value == 'specimen' || this.infoDATA.taskType.associationType.value == 'specimenPlan'){
465
+                      this.Scanning_again(this.dataId);
466
+                    }
463 467
                     if (
464 468
                       this.infoDATA.taskType.associationType.value == "drugsBag"
465 469
                     ) {

+ 4 - 0
pages/scanning_djEnd/scanning_djEnd.vue

@@ -606,6 +606,10 @@ export default {
606 606
               post("/workerOrder/" + postType, data).then((ress) => {
607 607
                 uni.hideLoading();
608 608
                 if (ress.status == 200) {
609
+                  //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
610
+                  if (this.type == "specimenPlan" || this.type == "specimen") {
611
+                    this.Scanning_again();
612
+                  }
609 613
                   this.speNum = ress.specimenCount;
610 614
                   uni.navigateTo({
611 615
                     url: `../scanning_djInfo/scanning_djInfo?type=${

+ 4 - 0
pages/scanning_djInfo/scanning_djInfo.vue

@@ -525,6 +525,10 @@ export default {
525 525
                 post("/workerOrder/" + postType, list).then((res) => {
526 526
                   uni.hideLoading();
527 527
                   if (res.status == 200) {
528
+                    //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
529
+                    if (this.type == "specimenPlan" || this.type == "specimen") {
530
+                      this.Scanning_again();
531
+                    }
528 532
                     if (
529 533
                       this.type == "inspect" ||
530 534
                       this.type == "patientTransport"