13
0

2 Коммиты c673648525 ... 781322f4bc

Автор SHA1 Сообщение Дата
  张旭伟 781322f4bc fix(appointList): 新增70模式的扫码发车判断逻辑 1 неделя назад
  张旭伟 442385927c fix(instr/appointList): 新增70模式的扫码上机按钮显示逻辑 1 неделя назад
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/view/instr/appointList/soonGeton/index.vue

+ 2 - 2
src/view/instr/appointList/soonGeton/index.vue

@@ -21,7 +21,7 @@
           </div>
           <div class="flex">
             <van-button style="width: 80px; height: 30px; margin: 0; font-size: 14px" class="scan-txt" type="primary"
-              size="small" :disabled="loading" v-if="['10', '20', '30', '50','60'].includes(v.controlMode)"
+              size="small" :disabled="loading" v-if="['10', '20', '30', '50','60','70'].includes(v.controlMode)"
               @click="handleGetOn(v)">
               {{ v.controlMode == '10' ? '上机' : '扫码上机' }}
             </van-button>
@@ -167,7 +167,7 @@ export default {
             this.handleGetOnByAppointId(this.curAppointInfo.id)
           })
           .catch(() => { })
-      } else if (row.controlMode == '20' || row.controlMode == '50') {
+      } else if (row.controlMode == '20' || row.controlMode == '50' || row.controlMode == '70') {
         // wifi控制 和 电脑控制
         const that = this
         // 调起条码扫描