|
@@ -50,18 +50,6 @@
|
50
|
50
|
<view class="page_item_top_R type">
|
51
|
51
|
{{item.taskType.taskName}}
|
52
|
52
|
</view>
|
53
|
|
- <!-- <view
|
54
|
|
- class="page_item_top_R type"
|
55
|
|
- v-if="item.taskType.associationType.value == 'inspect'"
|
56
|
|
- >
|
57
|
|
- 患者陪检
|
58
|
|
- </view> -->
|
59
|
|
- <!-- <view
|
60
|
|
- class="page_item_top_R type"
|
61
|
|
- v-if="item.taskType.associationType.value == 'patientTransport'"
|
62
|
|
- >
|
63
|
|
- 转科
|
64
|
|
- </view> -->
|
65
|
53
|
</view>
|
66
|
54
|
<view class="page_item_cont" @click="itemInfo(item.id)">
|
67
|
55
|
<view class="page_item_cont_T">
|
|
@@ -139,6 +127,16 @@
|
139
|
127
|
<text :class="{red:item.isAccompany===1}">{{ item.isAccompany===1?'需要医护陪同':'无需医护陪同'}}</text>
|
140
|
128
|
</view>
|
141
|
129
|
</view>
|
|
130
|
+ <view class="page_item_conts" v-if="item.taskType.associationType.value == 'drugsBag'">
|
|
131
|
+ <view>
|
|
132
|
+ 药包编码 : {{ item.drugs?item.drugs.packid:'无'}}
|
|
133
|
+ </view>
|
|
134
|
+ </view>
|
|
135
|
+ <view class="page_item_conts" v-if="item.taskType.associationType.value == 'jPBag'">
|
|
136
|
+ <view>
|
|
137
|
+ 药包编码 : {{ item.staticDistri?item.staticDistri.packid:'无'}}
|
|
138
|
+ </view>
|
|
139
|
+ </view>
|
142
|
140
|
<view class="line"></view>
|
143
|
141
|
<view class="page_item_cont_B">
|
144
|
142
|
<view class="page_item_cont_title" v-if="item.taskType.associationType.value != 'inspect'">
|