From 87f2d274d19bd706a244bda25ce52097451ee254 Mon Sep 17 00:00:00 2001 From: lVAL Date: Wed, 20 Jan 2021 17:52:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/foshan_01/operationConfig.js | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/jmapNew/theme/foshan_01/operationConfig.js b/src/jmapNew/theme/foshan_01/operationConfig.js index 9389b1fae..8ae8c0311 100644 --- a/src/jmapNew/theme/foshan_01/operationConfig.js +++ b/src/jmapNew/theme/foshan_01/operationConfig.js @@ -264,7 +264,7 @@ export default { trainingName: '设置临时限速({8}{9} 区段)', trainingRemark: '设置临时限速功能(限速值:15)', trainingType: 'Section', - productTypes: ['02'], + productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '407', tip: '鼠标右键菜单选择【设置临时限速】' }, { deviceType: '03', orderNum: 2, operateCode: '4076', tip: '鼠标左键选择【限速值15】', val: '15' }, @@ -274,8 +274,21 @@ export default { { deviceType: '03', orderNum: 6, operateCode: '4074', tip: '鼠标左键点击【确认2】按钮', val: '15' }, { deviceType: '03', orderNum: 7, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] - }, - + }, + // { + // maxDuration: 15, + // minDuration: 8, + // operateType:CMD.Section.CMD_SECTION_SET_LIMIT_SPEED.value, + // skinCode: '08', + // trainingName: '全线取消限速({8}{9} 区段)', + // trainingRemark: '设置全线取消限速', + // trainingType: 'Section', + // productTypes: ['01', '02'], + // stepVOList: [ + // { deviceType: '03', orderNum: 1, operateCode: '408', tip: '鼠标右键菜单选择【设置全线取消限速】' }, + // { deviceType: '03', orderNum: 4, operateCode: '4082', tip: '鼠标左键点击【确定】按钮' }, + // ] + // }, { maxDuration: 15, minDuration: 8, From 2dc837020c5225439a721a21f97b3f9fd49244fb Mon Sep 17 00:00:00 2001 From: lVAL Date: Wed, 20 Jan 2021 18:14:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=AE=9E=E8=AE=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/foshan_01/operationConfig.js | 40 +++++++++++++++++-- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/src/jmapNew/theme/foshan_01/operationConfig.js b/src/jmapNew/theme/foshan_01/operationConfig.js index f0c763d87..e58e900c2 100644 --- a/src/jmapNew/theme/foshan_01/operationConfig.js +++ b/src/jmapNew/theme/foshan_01/operationConfig.js @@ -33,10 +33,44 @@ import CMD from '@/scripts/cmdPlugin/CommandEnum'; export default { list: [ + { + maxDuration: 15, + minDuration: 8, + operateType: CMD.ControlConvertMenu.CMD_CM_APPLY_FOR_STATION_CONTROL.value, + skinCode: '02', + trainingName: '系统/站遥控({1})', + trainingRemark: '控制模式转换,中控转站控', + trainingType: 'ControlConvertMenu', + productTypes: ['01'], + stepVOList: [ + { deviceType: 'bar', orderNum: 1, operateCode: '002', tip: '鼠标左键点击顶部菜单栏【系统】' }, + { deviceType: 'bar', orderNum: 2, operateCode: '2999', tip: '鼠标左键点击【站遥控】' }, + { deviceType: '05', orderNum: 3, operateCode: '0071', tip: '鼠标左键选择所需要转换的集中站【{1}】' }, + { deviceType: '05', orderNum: 4, operateCode: '007', tip: '鼠标左键选择【站控】'}, + { deviceType: '05', orderNum: 5, operateCode: '202', tip: '鼠标左键点击【确认】按钮' }, + ] + }, + { + maxDuration: 15, + minDuration: 8, + operateType: CMD.ControlConvertMenu.CMD_CM_EMERGENCY_STATION_CONTROL.value, + skinCode: '02', + trainingName: '系统/站遥控({1})', + trainingRemark: '控制模式转换,中控转紧急站控', + trainingType: 'ControlConvertMenu', + productTypes: ['01'], + stepVOList: [ + { deviceType: 'bar', orderNum: 1, operateCode: '002', tip: '鼠标左键点击顶部菜单栏【系统】' }, + { deviceType: 'bar', orderNum: 2, operateCode: '2999', tip: '鼠标左键点击【站遥控】' }, + { deviceType: '05', orderNum: 3, operateCode: '0071', tip: '鼠标左键选择所需要转换的集中站【{1}】' }, + { deviceType: '05', orderNum: 4, operateCode: '007', tip: '鼠标左键选择【紧急站控】'}, + { deviceType: '05', orderNum: 5, operateCode: '201', tip: '鼠标左键点击【确认】按钮' }, + ] + }, { maxDuration: 8, minDuration: 5, - operateType:CMD.Stand.CMD_STAND_SET_HOLD_TRAIN.value, + operateType: CMD.Stand.CMD_STAND_SET_HOLD_TRAIN.value, skinCode: '08', trainingName: '设置扣车({10}-{12} 站台)', trainingRemark: '设置扣车功能', @@ -646,7 +680,7 @@ export default { productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '3060', tip: '鼠标左键点击【道岔封闭】' }, - { deviceType: '04', orderNum: 2, operateCode: '105', tip: '鼠标左键点击【信号机】', codeType:'SIGNAL' } + { deviceType: '04', orderNum: 2, operateCode: '306', tip: '鼠标左键点击【信号机】', codeType:'SIGNAL' } ] }, { @@ -660,7 +694,7 @@ export default { productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '3070', tip: '鼠标左键点击【按钮解封】' }, - { deviceType: '04', orderNum: 2, operateCode: '106', tip: '鼠标左键点击【信号机】', codeType:'SIGNAL' } + { deviceType: '04', orderNum: 2, operateCode: '307', tip: '鼠标左键点击【信号机】', codeType:'SIGNAL' } ] }, ]