瀏覽代碼

标本录入查看详情BUG修复

seimin 3 年之前
父節點
當前提交
988c180fe1
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      components/handViewSpecimen/handViewSpecimen.vue
  2. 1 1
      pages/receiptpage/receiptpage.vue

+ 2 - 1
components/handViewSpecimen/handViewSpecimen.vue

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

+ 1 - 1
pages/receiptpage/receiptpage.vue

@@ -434,7 +434,7 @@
434 434
         };
435 435
         uni.navigateTo({
436 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 438
         )}&infoDATA=${encodeURIComponent(
439 439
           JSON.stringify(infoDATA)
440 440
         )}`,