fix :测试、对接点位
This commit is contained in:
@@ -118,7 +118,10 @@ export default {
|
||||
'loading_or_not': 'loading or not',
|
||||
'barcode': 'Vehicle number',
|
||||
'barcode_length': 'Vehicle length',
|
||||
'last_container': 'Last vehicle number'
|
||||
'last_container': 'Last vehicle number',
|
||||
'applySucess': 'Request task flag',
|
||||
'requireSucess': 'Request instruction mark'
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,7 +118,10 @@ export default {
|
||||
'loading_or_not': 'dimuat atau tidak',
|
||||
'barcode': 'Angkat tanda',
|
||||
'barcode_length': 'Perjalanan panjang',
|
||||
'last_container': 'Nomor muatan terakhir'
|
||||
'last_container': 'Nomor muatan terakhir',
|
||||
'applySucess': 'Meminta tanda tugas',
|
||||
'requireSucess': 'Kode aplikasicomment'
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,7 +118,9 @@ export default {
|
||||
'loading_or_not': '是否装载',
|
||||
'barcode': '载具号',
|
||||
'barcode_length': '载具长度',
|
||||
'last_container': '上次载具号'
|
||||
'last_container': '上次载具号',
|
||||
'applySucess': '请求任务标记',
|
||||
'requireSucess': '申请指令标记'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -200,6 +200,12 @@
|
||||
<el-form-item :label="$t('monitor.click.stop_task')" prop="stopReceiveTask" label-width="120px">
|
||||
<el-switch v-model="form.stopReceiveTask" />
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('monitor.click.requireSucess')" prop="applySucess" label-width="120px">
|
||||
<el-radio-group v-model="form.requireSucess">
|
||||
<el-radio-button :label="0"> {{ $t('auto.common.false') }}</el-radio-button>
|
||||
<el-radio-button :label="1">{{ $t('auto.common.true') }}</el-radio-button>
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button @click="dialogFormVisible8 = false">{{ $t('auto.common.Cancel') }}</el-button>
|
||||
|
||||
Reference in New Issue
Block a user