|
@@ -133,6 +133,7 @@
|
133
|
133
|
(type1 != 'plan-spe-ddd-1') & (type1 != 'plan-spe-ddd-2')) ||
|
134
|
134
|
(type == 'specimen' &&
|
135
|
135
|
type1 != 'spe-dsd-1' &&
|
|
136
|
+ type1 != 'spe-dsd-4' &&
|
136
|
137
|
(type1 != 'spe-ddd-1') & (type1 != 'spe-ddd-2'))
|
137
|
138
|
">
|
138
|
139
|
<view class="btn1" @click="Scanning_again()">扫描标本</view>
|
|
@@ -188,6 +189,9 @@
|
188
|
189
|
">
|
189
|
190
|
<view class="btn3" @click="showAlert()">知道了</view>
|
190
|
191
|
</view>
|
|
192
|
+ <view class="foot_btn" v-if="infoDATA.status != 200 && type1 == 'spe-dsd-4'">
|
|
193
|
+ <view class="btn3" @click="showAlert()">知道了</view>
|
|
194
|
+ </view>
|
191
|
195
|
<!-- 弹窗 -->
|
192
|
196
|
<showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
|
193
|
197
|
@ok="ok" @cancel="cancel" :operate="models.operate"></showModel>
|