哈尔滨线路 实训操作代码调整

This commit is contained in:
joylink_cuiweidong 2020-04-13 16:29:39 +08:00
parent 8475870cf8
commit db93886f7e
3 changed files with 68 additions and 6 deletions

View File

@ -312,7 +312,7 @@ export default {
this.tempData.push(this.selected);
this.param = {
sectionCode: this.selected.code,
speedLimitValue: 5
speedLimitValue: '5'
};
},
handleStationMenu() {

View File

@ -109,6 +109,21 @@ export default {
{ deviceType: '03', orderNum: 7, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' }
]
},
{
maxDuration: 15,
minDuration: 8,
operateType: 'Section_Set_Limit_Speed',
skinCode: '07',
trainingName: '轨区设限({8}{9})',
trainingRemark: '区段设置限速功能限速值5',
trainingType: 'Section',
productTypes: ['01'],
stepVOList: [
{ deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该道岔' },
{ deviceType: '03', orderNum: 2, operateCode: '407', tip: '鼠标左键点击【轨区设限】按钮' },
{ deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
]
},
{
maxDuration: 15,
minDuration: 8,
@ -127,6 +142,21 @@ export default {
{ deviceType: '03', orderNum: 6, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' }
]
},
{
maxDuration: 15,
minDuration: 8,
operateType: 'Section_Cancel_Limit_Speed',
skinCode: '07',
trainingName: '轨区消限({8}{9})',
trainingRemark: '区段取消限速功能',
trainingType: 'Section',
productTypes: ['01'],
stepVOList: [
{ deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该道岔' },
{ deviceType: '03', orderNum: 2, operateCode: '408', tip: '鼠标左键点击【轨区消限】按钮' },
{ deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
]
},
{
maxDuration: 15,
minDuration: 8,
@ -343,7 +373,7 @@ export default {
productTypes: ['01'],
stepVOList: [
{ deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该道岔' },
{ deviceType: '03', orderNum: 2, operateCode: '404', tip: '鼠标左键点击【区段解封】按钮' },
{ deviceType: '03', orderNum: 2, operateCode: '404', tip: '鼠标左键点击【解封区段】按钮' },
{ deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
]
},
@ -634,6 +664,38 @@ export default {
{ deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
]
},
// {
// maxDuration: 15,
// minDuration: 8,
// operateType: 'Signal_Set_Route',
// skinCode: '07',
// trainingName: '联锁进路({3})',
// trainingRemark: '联锁进路',
// trainingType: 'Signal',
// productTypes: ['01'],
// stepVOList: [
// { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' },
// { deviceType: '04', orderNum: 2, operateCode: 'click', tip: '鼠标左键点击选择该信号机' },
// { deviceType: '04', orderNum: 3, operateCode: '301', tip: '鼠标左键点击【联锁进路】按钮' },
// { deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
// ]
// },
// {
// maxDuration: 15,
// minDuration: 8,
// operateType: 'Signal_Cancel_Route',
// skinCode: '07',
// trainingName: '取消联锁({3})',
// trainingRemark: '取消联锁',
// trainingType: 'Signal',
// productTypes: ['01'],
// stepVOList: [
// { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' },
// { deviceType: '04', orderNum: 2, operateCode: 'click', tip: '鼠标左键点击选择该信号机' },
// { deviceType: '04', orderNum: 3, operateCode: '303', tip: '鼠标左键点击【取消联锁】按钮' },
// { deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
// ]
// },
{
maxDuration: 15,
minDuration: 8,

View File

@ -451,7 +451,7 @@ export const OperationEvent = {
setSpeed: {
menu: {
operation: '113',
domId: '_Tips-Switch-SetSpeed-Menu'
domId: '_Tips-Switch-SetSpeed-Menu{TOP}'
},
order: {
operation: '1131',
@ -482,7 +482,7 @@ export const OperationEvent = {
cancelSpeed: {
menu: {
operation: '114',
domId: '_Tips-Switch-CancelSpeed-Menu'
domId: '_Tips-Switch-CancelSpeed-Menu{TOP}'
},
order: {
operation: '1141',
@ -1092,7 +1092,7 @@ export const OperationEvent = {
setSpeed: {
menu: {
operation: '407',
domId: '_Tips-Section-SetSpeed-Menu'
domId: '_Tips-Section-SetSpeed-Menu{TOP}'
},
order: {
operation: '4071',
@ -1123,7 +1123,7 @@ export const OperationEvent = {
cancelSpeed: {
menu: {
operation: '408',
domId: '_Tips-Section-CancelSpeed-Menu'
domId: '_Tips-Section-CancelSpeed-Menu{TOP}'
},
order: {
operation: '4081',