From fa8766a2afe0378450f8c8f963c146bfab8f57a8 Mon Sep 17 00:00:00 2001 From: lVAL Date: Thu, 25 Feb 2021 18:27:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E8=B7=AF=EF=BC=9A=E5=AE=81=E6=B3=A21?= =?UTF-8?q?=20=E9=97=AE=E9=A2=98=EF=BC=9A=E5=A2=9E=E5=8A=A0=E8=AE=A1?= =?UTF-8?q?=E8=BD=B4=E5=A4=8D=E4=BD=8D=E7=9A=84=E5=AE=9E=E8=AE=AD=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E7=94=B1=E4=BA=8E=E7=8E=B0=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=97=A0=E6=B3=95=E5=AE=9E=E7=8E=B0=E5=AE=9E?= =?UTF-8?q?=E8=AE=AD=EF=BC=8C=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE=E5=B9=B6?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/ningbo_01/operationConfig.js | 47 ++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) 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: '鼠标左键点击【打开会话】按钮' },