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