|
@@ -62,15 +62,15 @@
|
62
|
62
|
</view>
|
63
|
63
|
</view>
|
64
|
64
|
<view class="page_item_top_L">
|
65
|
|
- <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'specimen'">标本</text>
|
66
|
|
- <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'specimenPlan'">标本</text>
|
67
|
|
- <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'drugsBag'">药品</text>
|
68
|
|
- <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'jPBag'">静配</text>
|
69
|
|
- <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'inspect'">陪检</text>
|
|
65
|
+ <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'specimen'">标本<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
|
|
66
|
+ <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'specimenPlan'">标本<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
|
|
67
|
+ <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'drugsBag'">药品<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
|
|
68
|
+ <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'jPBag'">静配<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
|
|
69
|
+ <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'inspect'">陪检<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
|
70
|
70
|
<text class="L_iocn" v-if="
|
71
|
71
|
infoDATA.taskType.associationType.value == 'patientTransport'
|
72
|
|
- ">转运</text>
|
73
|
|
- <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'other'">其他</text>
|
|
72
|
+ ">转运<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
|
|
73
|
+ <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'other'">其他<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
|
74
|
74
|
</view>
|
75
|
75
|
<view class="page_item_top_R">
|
76
|
76
|
<view class="num" v-if="infoDATA.gdState.value != 6">
|
|
@@ -110,7 +110,11 @@
|
110
|
110
|
<view class="page_item_foot">
|
111
|
111
|
<view class="page_item_foot_text">
|
112
|
112
|
<text class="text1">完成时间</text>
|
113
|
|
- <text class="text1">{{ infoDATA.completeTime || 0 }}</text>
|
|
113
|
+ <text class="text1">{{ infoDATA.completeTime || '' }}</text>
|
|
114
|
+ </view>
|
|
115
|
+ <view class="page_item_foot_text">
|
|
116
|
+ <text class="text1">扫描接收数量</text>
|
|
117
|
+ <text class="text1">{{ infoDATA.actualReceiveNum || 0 }}</text>
|
114
|
118
|
</view>
|
115
|
119
|
</view>
|
116
|
120
|
</view>
|
|
@@ -729,6 +733,9 @@
|
729
|
733
|
border-top: 2rpx dashed #e5e9ed;
|
730
|
734
|
padding: 28rpx 16rpx;
|
731
|
735
|
text-align: left;
|
|
736
|
+ display: flex;
|
|
737
|
+ justify-content: space-between;
|
|
738
|
+ align-items: center;
|
732
|
739
|
|
733
|
740
|
.page_item_foot_text {
|
734
|
741
|
height: 48rpx;
|