2 Commits c673648525 ... 781322f4bc

Autor SHA1 Mensaje Fecha
  张旭伟 781322f4bc fix(appointList): 新增70模式的扫码发车判断逻辑 hace 1 semana
  张旭伟 442385927c fix(instr/appointList): 新增70模式的扫码上机按钮显示逻辑 hace 1 semana
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>
           <div class="flex">
           <div class="flex">
             <van-button style="width: 80px; height: 30px; margin: 0; font-size: 14px" class="scan-txt" type="primary"
             <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)">
               @click="handleGetOn(v)">
               {{ v.controlMode == '10' ? '上机' : '扫码上机' }}
               {{ v.controlMode == '10' ? '上机' : '扫码上机' }}
             </van-button>
             </van-button>
@@ -167,7 +167,7 @@ export default {
             this.handleGetOnByAppointId(this.curAppointInfo.id)
             this.handleGetOnByAppointId(this.curAppointInfo.id)
           })
           })
           .catch(() => { })
           .catch(() => { })
-      } else if (row.controlMode == '20' || row.controlMode == '50') {
+      } else if (row.controlMode == '20' || row.controlMode == '50' || row.controlMode == '70') {
         // wifi控制 和 电脑控制
         // wifi控制 和 电脑控制
         const that = this
         const that = this
         // 调起条码扫描
         // 调起条码扫描