福州一号线新增列车故障操作停车

This commit is contained in:
fan 2023-12-04 10:32:09 +08:00
parent bd310dbc28
commit 9d039b3f58
2 changed files with 11 additions and 45 deletions

View File

@ -145,6 +145,10 @@ export default {
handler: this.handlerApplyRmMode
}
]
},
{
label: '停车',
handler: this.handleParkingTrain
}
],
menuSpeed: [
@ -352,6 +356,13 @@ export default {
this.$refs.noticeInfo.doShow();
});
},
handleParkingTrain() {
commitOperate(menuOperate.Train.driverStop, { groupNumber: this.selected.code }, 3).then(({ valid, operate }) => {
}).catch((error) => {
console.error(error);
this.$refs.noticeInfo.doShow();
});
},
//
limitSpeed() {
const step = {

View File

@ -148,26 +148,6 @@ export default {
{ label: '会话', value: 'Conversation' }
],
simulationDeviceList: [
{ label: '区段', value: 'SECTION' },
{ label: '计轴器', value: 'AXLE_COUNTER' },
{ label: '道岔', value: 'SWITCH' },
{ label: '信号机', value: 'SIGNAL' },
{ label: '车站', value: 'STATION' },
{ label: '站台', value: 'STAND' },
{ label: '屏蔽门', value: 'PSD' },
{ label: '紧急停车按钮', value: 'ESP' },
{ label: '区域控制器', value: 'ZC' },
{ label: '线路控制器', value: 'LC' },
{ label: '进路', value: 'ROUTE' },
{ label: '进路延续保护', value: 'OVERLAP' },
{ label: '自动信号', value: 'AUTO_SIGNAL' },
{ label: '自动折返', value: 'CYCLE' },
{ label: '列车', value: 'TRAIN' },
{ label: '列车门', value: 'TRAIN_DOOR' },
{ label: '交路', value: 'ROUTING' },
{ label: '站间运行等级', value: 'RUN_LEVEL' }
],
QuestionTypeList: [
{ label: '选择题', value: 'select' },
{ label: '判断题', value: 'judge' },
@ -175,17 +155,6 @@ export default {
{ label: '填空题', value: 'fill' },
{ label: '问答题', value: 'answer' }
],
// 新版的产品类型枚举
prdType: [
{ enlabel: 'ATS local workstation', label: 'ATS现地工作站', value: '01' },
{ enlabel: 'ATS Traffic dispatching workstation', label: 'ATS行调工作站', value: '02' },
{ enlabel: 'Comprehensive exercise cloud platform', label: '综合演练云平台', value: '03' },
{ enlabel: 'Driver simulation driving system', label: '司机模拟驾驶系统', value: '04' },
{ enlabel: 'Dispatch workstation', label: '派班工作站', value: '05' },
{ enlabel: 'ISCS workstation', label: 'ISCS工作站', value: '06' },
{ enlabel: 'Interlocking station at depot', label: '车辆段联锁工作站', value: '09' },
{ enlabel: 'Large screen vehicle real workstation', label: '应急调度指挥系统', value: '10' }
],
trainingDeviceType: {
Switch: { enlabel: 'Switch training', label: '道岔实训' },
Section: { enlabel: 'Section training', label: '区段实训' },
@ -238,20 +207,6 @@ export default {
{ label: '乘客PIS', value: 'PIS' },
{ label: 'TMS', value: 'TMS' }
],
ossList: [
{ name: '场景1', url: '场景1—桂花园道岔故障配分版60分.pdf' },
{ name: '场景2', url: '场景2—体育馆道岔故障配分版60分.pdf' },
{ name: '场景3', url: '场景3—火车站道岔故障配分版60分.pdf' },
{ name: '场景4', url: '场景4—列车救援配分版60分.pdf' },
{ name: '场景5', url: '场景5—接触网无电配分版60分.pdf' },
{ name: '场景6', url: '场景6—计轴故障试题配分版60分.pdf' },
{ name: '场景7', url: '场景7—大学城道岔故障配分版40分.pdf' },
{ name: '场景8', url: '场景8—车站照明故障配分版40分.pdf' },
{ name: '场景9', url: '场景9—车站站台门故障配分版40分.pdf' },
{ name: '场景10', url: '场景10—列车限速配分版40分.pdf' },
{ name: '场景11', url: '场景11—区间疏导乘客配分版40分.pdf' },
{ name: '场景12', url: '场景12—区域控制器故障配分版40分.pdf' }
],
responderTypeList: [{ name: '固定应答器', value: 'FB' }, { name: '可变应答器', value: 'VB' }, { name: '填充应答器', value: 'IB' }],
loadRuleList: [
{ label: '每日加载', value: 'EVERY_DAY' },