|
@@ -197,7 +197,7 @@
|
197
|
197
|
},
|
198
|
198
|
// 查看详情
|
199
|
199
|
detail(item){
|
200
|
|
- // this.padChange('118274209746944\n')
|
|
200
|
+ // this.padChange('BL2411281642091\n')
|
201
|
201
|
uni.navigateTo({
|
202
|
202
|
url: `/pages/specimenPort/detail?detailId=${item.id}`
|
203
|
203
|
});
|
|
@@ -290,10 +290,10 @@
|
290
|
290
|
barcode:scannerCode,
|
291
|
291
|
platform:"app"
|
292
|
292
|
}).then((res) => {
|
293
|
|
- let data = res.data[0]
|
294
|
293
|
this.SMFlag = true
|
295
|
294
|
uni.hideLoading();
|
296
|
295
|
if(res.status==200){
|
|
296
|
+ let data = res.data[0]
|
297
|
297
|
let item = data.pathologySpecimenDTOList.find(i=>i.specimenCode == scannerCode)
|
298
|
298
|
if(!item.fixationTime && data.pathologyFormType==0){
|
299
|
299
|
if(data.status.value==2 || data.status.value==3 ||
|