seimin 1 year ago
parent
commit
ad5f2e1477
1 changed files with 21 additions and 0 deletions
  1. 21 0
      pages/scanning_all/scanning_all.vue

+ 21 - 0
pages/scanning_all/scanning_all.vue

@@ -653,6 +653,27 @@
653 653
                                   )}`,
654 654
                                   });
655 655
                                 }
656
+                              }else{
657
+                                if (res.ids) {
658
+                                  for (var i = 0; i < this.userId.ids.length; i++) {
659
+                                    if (this.userId.ids[i] == res.ids[0]) {
660
+                                      this.userId.ids.splice(i, 1);
661
+                                    }
662
+                                  }
663
+                                }
664
+                                uni.navigateTo({
665
+                                  url: `../scanning_djInfo/scanning_djInfo?type=${
666
+                                  this.tabType
667
+                                }&type1=${res.type}&infoData=${res.data}&status=${
668
+                                  res.status
669
+                                }&msg=${res.msg}&deptCode=${this.code}&dept=${
670
+                                  res.dept
671
+                                }&ids=${encodeURIComponent(
672
+                                  JSON.stringify(this.userId.ids)
673
+                                )}&model=${encodeURIComponent(
674
+                                  JSON.stringify(res)
675
+                                )}`,
676
+                                });
656 677
                               }
657 678
                             } else {
658 679
                               uni.navigateTo({