Browse Source

标本录入查看详情BUG修复

seimin 3 years ago
parent
commit
988c180fe1

+ 2 - 1
components/handViewSpecimen/handViewSpecimen.vue

@@ -169,6 +169,7 @@
169
             "idx": 0,
169
             "idx": 0,
170
             "sum": 1,
170
             "sum": 1,
171
             "specimen": {
171
             "specimen": {
172
+              "searchType": 1, //只有这里需要
172
               "hosId": this.hosId,
173
               "hosId": this.hosId,
173
               "scode": e.target.value,
174
               "scode": e.target.value,
174
             }
175
             }
@@ -188,7 +189,7 @@
188
               this.spe = {};
189
               this.spe = {};
189
               this.loading = false;
190
               this.loading = false;
190
             }
191
             }
191
-          }).catch(err=>{
192
+          }).catch(err => {
192
             this.spe = {};
193
             this.spe = {};
193
             this.loading = false;
194
             this.loading = false;
194
           })
195
           })

+ 1 - 1
pages/receiptpage/receiptpage.vue

@@ -434,7 +434,7 @@
434
         };
434
         };
435
         uni.navigateTo({
435
         uni.navigateTo({
436
           url: `../scanning_B/scanning_B?res=${encodeURIComponent(
436
           url: `../scanning_B/scanning_B?res=${encodeURIComponent(
437
-          JSON.stringify({data,status:666})
437
+          JSON.stringify({data,status:666,scanCodeSpecimenOrderSign:data.scanCodeSpecimenOrderSign,workOrder:data.workOrderDTO})
438
         )}&infoDATA=${encodeURIComponent(
438
         )}&infoDATA=${encodeURIComponent(
439
           JSON.stringify(infoDATA)
439
           JSON.stringify(infoDATA)
440
         )}`,
440
         )}`,