Browse Source

BUG修复

seimin 2 years ago
parent
commit
a0658dde00

+ 17 - 14
pages/scanning_Result/scanning_Result.vue

@@ -690,20 +690,23 @@
690 690
       },
691 691
       // 跳转完成工单页面
692 692
       gotoOver() {
693
-        // uni.navigateTo({
694
-        //   url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
695
-        //     this.queryObj.type1
696
-        //   }&id=${encodeURIComponent(JSON.stringify([this.wcId]))}&deptCode=${
697
-        //     this.queryObj.deptCode
698
-        //   }&dept=${this.queryObj.dept}&speNum=${this.speNum}&content=${this.content}`,
699
-        // });
700
-        uni.navigateTo({
701
-          url: `../specimenCheckingEnd/specimenCheckingEnd?type=${this.queryObj.type}&type1=${
702
-            this.queryObj.type1
703
-          }&id=${encodeURIComponent(JSON.stringify([this.wcId]))}&deptCode=${
704
-            this.queryObj.deptCode
705
-          }&dept=${this.queryObj.dept}&speNum=${this.speNum}&content=${this.content}`,
706
-        });
693
+        if(this.queryObj.type === 'specimenPlan'){
694
+          uni.navigateTo({
695
+            url: `../specimenCheckingEnd/specimenCheckingEnd?type=${this.queryObj.type}&type1=${
696
+              this.queryObj.type1
697
+            }&id=${encodeURIComponent(JSON.stringify([this.wcId]))}&deptCode=${
698
+              this.queryObj.deptCode
699
+            }&dept=${this.queryObj.dept}&speNum=${this.speNum}&content=${this.content}`,
700
+          });
701
+        }else{
702
+          uni.navigateTo({
703
+            url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
704
+              this.queryObj.type1
705
+            }&id=${encodeURIComponent(JSON.stringify([this.wcId]))}&deptCode=${
706
+              this.queryObj.deptCode
707
+            }&dept=${this.queryObj.dept}&speNum=${this.speNum}&content=${this.content}`,
708
+          });
709
+        }
707 710
       },
708 711
       // 继续执行工单,当扫错科室码的时候,直接跳过,默默执行正确的科室码
709 712
       goToRight(id) {

+ 21 - 18
pages/scanning_djEnd/scanning_djEnd.vue

@@ -960,24 +960,27 @@
960 960
       },
961 961
       // 跳转完成工单页面
962 962
       gotoOver() {
963
-        // uni.navigateTo({
964
-        //   url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
965
-        //   this.queryObj.type1
966
-        // }&deptCode=${this.queryObj.code}&dept=${
967
-        //   this.queryObj.dept
968
-        // }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&content=${
969
-        //   this.content
970
-        // }`,
971
-        // });
972
-        uni.navigateTo({
973
-          url: `../specimenCheckingEnd/specimenCheckingEnd?type=${this.queryObj.type}&type1=${
974
-          this.queryObj.type1
975
-        }&deptCode=${this.queryObj.code}&dept=${
976
-          this.queryObj.dept
977
-        }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&content=${
978
-          this.content
979
-        }`,
980
-        });
963
+        if(this.queryObj.type === 'specimenPlan'){
964
+          uni.navigateTo({
965
+            url: `../specimenCheckingEnd/specimenCheckingEnd?type=${this.queryObj.type}&type1=${
966
+            this.queryObj.type1
967
+          }&deptCode=${this.queryObj.code}&dept=${
968
+            this.queryObj.dept
969
+          }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&content=${
970
+            this.content
971
+          }`,
972
+          });
973
+        }else{
974
+          uni.navigateTo({
975
+            url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
976
+            this.queryObj.type1
977
+          }&deptCode=${this.queryObj.code}&dept=${
978
+            this.queryObj.dept
979
+          }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&content=${
980
+            this.content
981
+          }`,
982
+          });
983
+        }
981 984
       },
982 985
       //一对一完成工单
983 986
       Scanning_complete1(id) {

+ 19 - 16
pages/scanning_djInfo/scanning_djInfo.vue

@@ -424,11 +424,11 @@
424 424
         this.gotoFlag = false;
425 425
         if(isScan){
426 426
           uni.navigateTo({
427
-            url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}workOrderId=${encodeURIComponent(JSON.stringify(this.queryObj.ids))}&deptCode=${this.queryObj.deptCode}&isScan=1`,
427
+            url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(JSON.stringify(this.queryObj.ids))}&deptCode=${this.queryObj.deptCode}&isScan=1`,
428 428
           });
429 429
         }else{
430 430
           uni.navigateTo({
431
-            url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}workOrderId=${encodeURIComponent(JSON.stringify(this.queryObj.ids))}&deptCode=${this.queryObj.deptCode}`,
431
+            url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(JSON.stringify(this.queryObj.ids))}&deptCode=${this.queryObj.deptCode}`,
432 432
           });
433 433
         }
434 434
       },
@@ -619,20 +619,23 @@
619 619
       },
620 620
       // 跳转完成工单页面
621 621
       gotoOver() {
622
-        // uni.navigateTo({
623
-        //   url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
624
-        //   this.queryObj.type1
625
-        // }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&deptCode=${
626
-        //   this.queryObj.deptCode
627
-        // }&dept=${this.queryObj.dept}&content=${this.content}`,
628
-        // });
629
-        uni.navigateTo({
630
-          url: `../specimenCheckingEnd/specimenCheckingEnd?type=${this.queryObj.type}&type1=${
631
-          this.queryObj.type1
632
-        }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&deptCode=${
633
-          this.queryObj.deptCode
634
-        }&dept=${this.queryObj.dept}&content=${this.content}`,
635
-        });
622
+        if(this.queryObj.type === 'specimenPlan'){
623
+          uni.navigateTo({
624
+            url: `../specimenCheckingEnd/specimenCheckingEnd?type=${this.queryObj.type}&type1=${
625
+            this.queryObj.type1
626
+          }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&deptCode=${
627
+            this.queryObj.deptCode
628
+          }&dept=${this.queryObj.dept}&content=${this.content}`,
629
+          });
630
+        }else{
631
+          uni.navigateTo({
632
+            url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
633
+            this.queryObj.type1
634
+          }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&deptCode=${
635
+            this.queryObj.deptCode
636
+          }&dept=${this.queryObj.dept}&content=${this.content}`,
637
+          });
638
+        }
636 639
       },
637 640
       // 继续扫描
638 641
       Scanning_again() {

+ 24 - 6
pages/specimenCheckingEnd/specimenCheckingEnd.vue

@@ -61,12 +61,30 @@
61 61
           success: (result) => {
62 62
             if (result.confirm) {
63 63
               console.log('用户点击确定');
64
-              uni.navigateTo({
65
-                url: `../scanning/scanning?type=${this.msg.type}&type1=${
66
-                  this.msg.type1
67
-                }&id=${encodeURIComponent(JSON.stringify([this.msg.id]))}&deptCode=${
68
-                  this.msg.deptCode
69
-                }&dept=${this.msg.dept}&speNum=${this.msg.speNum}&content=${this.msg.content}`,
64
+              uni.showLoading({
65
+                mask: true,
66
+                title: '加载中'
67
+              })
68
+              let postData = {
69
+                gdId: this.msg.id,
70
+                deptQrCode: this.msg.deptCode,
71
+              }; //起点科室id,选择的科室ids
72
+              post(`/api/addSpecimenRecordAndDept`, postData).then((res) => {
73
+                uni.hideLoading();
74
+                if (res.status == 200) {
75
+                  uni.navigateTo({
76
+                    url: `../scanning/scanning?type=${this.msg.type}&type1=${
77
+                      this.msg.type1
78
+                    }&id=${encodeURIComponent(JSON.stringify([this.msg.id]))}&deptCode=${
79
+                      this.msg.deptCode
80
+                    }&dept=${this.msg.dept}&speNum=${this.msg.speNum}&content=${this.msg.content}`,
81
+                  });
82
+                } else {
83
+                  uni.showToast({
84
+                    icon: "none",
85
+                    title: "请求失败!",
86
+                  });
87
+                }
70 88
               });
71 89
             } else if (result.cancel) {
72 90
               console.log('用户点击取消');