浏览代码

fix(appointList): 新增70模式的扫码发车判断逻辑

扩展了即将上车预约列表的控制模式判断条件,将70模式加入到wifi和电脑控制的分支中
张旭伟 1 周之前
父节点
当前提交
781322f4bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/view/instr/appointList/soonGeton/index.vue

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

@@ -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
         // 调起条码扫描