diff --git a/src/jmapNew/theme/ningbo_01/operationConfig.js b/src/jmapNew/theme/ningbo_01/operationConfig.js index 172ccd476..b0cb56681 100644 --- a/src/jmapNew/theme/ningbo_01/operationConfig.js +++ b/src/jmapNew/theme/ningbo_01/operationConfig.js @@ -937,6 +937,51 @@ export default { ] }, // 新增 + // 区段计轴复位的操作是一个单独类型设备,因此不能直接配置成Section,暂不支持 + // { + // maxDuration: 15, + // minDuration: 8, + // operateType: 'Section_Axis_Pre_Reset', + // skinCode: '06', + // trainingName: '计轴复位({8}{9})', + // trainingRemark: '计轴复位功能', + // trainingType: 'Section', + // productTypes: ['01'], + // stepVOList: [ + // { deviceType: '03', orderNum: 1, operateCode: '1000', tip: '鼠标右键点击菜单【计轴复位】'}, + // { deviceType: '03', orderNum: 2, operateCode: '10001', tip: '请选择区段【({8}{9})】' }, + // { deviceType: '03', orderNum: 3, operateCode: '1000', tip: '鼠标左键点击【确定】按钮' }, + // ] + // }, + // { + // maxDuration: 15, + // minDuration: 8, + // operateType: 'Station_Pre_Reset', + // skinCode: '06', + // trainingName: '设置计轴复位({26})', + // trainingRemark: '计轴复位功能', + // trainingType: 'Station', + // productTypes: ['01'], + // stepVOList: [ + // { deviceType: '05', orderNum: 1, operateCode: '1000', tip: '鼠标右键点击菜单【设置】'}, + // { deviceType: '05', orderNum: 2, operateCode: '10002', tip: '鼠标左键点击【确定】按钮' }, + // { deviceType: '05', orderNum: 3, operateCode: 'com16', tip: '鼠标左键点击【执行】按钮' }, + // ] + // }, + // { + // maxDuration: 15, + // minDuration: 8, + // operateType: 'Station_Cancel_Pre_Reset', + // skinCode: '06', + // trainingName: '取消计轴复位({26})', + // trainingRemark: '计轴复位功能', + // trainingType: 'Station', + // productTypes: ['01'], + // stepVOList: [ + // { deviceType: '05', orderNum: 1, operateCode: '1000', tip: '鼠标右键点击菜单【取消】'}, + // { deviceType: '05', orderNum: 2, operateCode: '10002', tip: '鼠标左键点击【确定】按钮' }, + // ] + // }, { maxDuration: 15, minDuration: 8, @@ -945,7 +990,7 @@ export default { trainingName: '取消全线临时限速({26})', trainingRemark: '取消全线临时限速', trainingType: 'LimitControl', - productTypes: ['01', '02'], + productTypes: ['02'], stepVOList: [ { deviceType: '05', orderNum: 1, operateCode: '800', tip: '鼠标右键点击菜单【取消全线临时限速】'}, { deviceType: '05', orderNum: 2, operateCode: '8001', tip: '鼠标左键点击【打开会话】按钮' },