浏览代码

隐藏手机端列表提示语

seimin 1 月之前
父节点
当前提交
ac6687f7f8
共有 1 个文件被更改,包括 11 次插入11 次删除
  1. 11 11
      pages/receiptpage/receiptpage.vue

+ 11 - 11
pages/receiptpage/receiptpage.vue

@@ -231,28 +231,28 @@
231 231
                 item.taskType.associationType.value == 'patientTransport'
232 232
               ">
233 233
               <!-- 待抢单 -->
234
-              <text class="red" v-if="item.gdState.value == 2">请扫描患者腕带,或者请扫描科室码</text>
234
+              <!-- <text class="red" v-if="item.gdState.value == 2">请扫描患者腕带,或者请扫描科室码</text> -->
235 235
               <!-- 待到达 -->
236
-              <text class="red" v-if="item.gdState.value == 4">请扫描患者腕带</text>
236
+              <!-- <text class="red" v-if="item.gdState.value == 4">请扫描患者腕带</text> -->
237 237
               <!-- 执行中 -->
238
-              <text class="red" v-if="item.gdState.value == 8">请扫描检查科室码,并扫描患者腕带</text>
238
+              <!-- <text class="red" v-if="item.gdState.value == 8">请扫描检查科室码,并扫描患者腕带</text> -->
239 239
               <!-- 待送达 -->
240
-              <text class="red" v-if="item.gdState.value == 5">请扫描终点科室码,并扫描患者腕带</text>
240
+              <!-- <text class="red" v-if="item.gdState.value == 5">请扫描终点科室码,并扫描患者腕带</text> -->
241 241
             </view>
242 242
             <view v-if="item.taskType.associationType.value == 'ordinary' && item.taskType.ordinaryField.value == 'clothingGet'">
243 243
               <!-- 待送达 -->
244
-              <text class="red" v-if="item.gdState.value == 5">请扫描终点科室二维码</text>
244
+              <!-- <text class="red" v-if="item.gdState.value == 5">请扫描终点科室二维码</text> -->
245 245
             </view>
246 246
             <view v-if="item.taskType.associationType.value == 'ordinary' && item.taskType.ordinaryField.value == 'clothingSend'">
247 247
               <!-- 待到达 -->
248
-              <text class="red" v-if="item.gdState.value == 4">请扫描起点科室二维码</text>
248
+              <!-- <text class="red" v-if="item.gdState.value == 4">请扫描起点科室二维码</text> -->
249 249
               <!-- 待送达 -->
250
-              <text class="red" v-if="item.gdState.value == 5">请扫描终点科室二维码</text>
250
+              <!-- <text class="red" v-if="item.gdState.value == 5">请扫描终点科室二维码</text> -->
251 251
             </view>
252 252
             <view v-else-if="item.taskType.associationType.value == 'other'">
253 253
               <!-- 待到达 -->
254
-              <text class="red" v-if="item.gdState.value == 4 && item.taskType.carryingCourses[0].checkoutMethod.value == 1">可通过扫描科室码或者拍照进行签到</text>
255
-              <text class="red" v-if="item.gdState.value == 4 && item.taskType.carryingCourses[0].checkoutMethod.value == 2">扫描交接人员二维码进行交接</text>
254
+              <!-- <text class="red" v-if="item.gdState.value == 4 && item.taskType.carryingCourses[0].checkoutMethod.value == 1">可通过扫描科室码或者拍照进行签到</text> -->
255
+              <!-- <text class="red" v-if="item.gdState.value == 4 && item.taskType.carryingCourses[0].checkoutMethod.value == 2">扫描交接人员二维码进行交接</text> -->
256 256
             </view>
257 257
             <!-- 如果不是患者陪检,患者转运,其他,万能交接,标本配送,标本轮巡 -->
258 258
             <view class="page_item_btn" v-if="
@@ -656,7 +656,7 @@
656 656
 						simpleQuery: true
657 657
 					}
658 658
 				};
659
-				
659
+
660 660
 				post("/configuration/fetchDataList/taskType",postData).then((res) => {
661 661
 				    if (res.status == 200) {
662 662
 							this.taskTypeList = res.list
@@ -2782,7 +2782,7 @@
2782 2782
 							}
2783 2783
 							this.tabs[0].num = res.data.resultCount;
2784 2784
 						}
2785
-						
2785
+
2786 2786
           } else {
2787 2787
             uni.showToast({
2788 2788
               icon: "none",