From 7ae42064482567f3d33797466458a8ce0e771ddf Mon Sep 17 00:00:00 2001
From: fan <18706759286@163.com>
Date: Wed, 17 Jun 2020 14:57:20 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E7=A6=8F=E5=B7=9E=E4=B8=80=E5=8F=B7?=
=?UTF-8?q?=E7=BA=BF=E6=93=8D=E4=BD=9C=E5=AE=9A=E4=B9=89=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../theme/fuzhou_01/operationConfig.js | 262 +++++++++---------
1 file changed, 133 insertions(+), 129 deletions(-)
diff --git a/src/jmapNew/theme/fuzhou_01/operationConfig.js b/src/jmapNew/theme/fuzhou_01/operationConfig.js
index b038248fa..d7f833093 100644
--- a/src/jmapNew/theme/fuzhou_01/operationConfig.js
+++ b/src/jmapNew/theme/fuzhou_01/operationConfig.js
@@ -1,42 +1,46 @@
// 操作规则定义
-// {id: "1", trainingType: "01", name: "车站名称"}
-// {id: "2", trainingType: "01", name: "车站控制模式编号"}
-// {id: "3", trainingType: "02", name: "进路名称"}
-// {id: "4", trainingType: "02", name: "进路编号"}
-// {id: "5", trainingType: "02", name: "信号机名称"}
-// {id: "6", trainingType: "02", name: "信号机编号"}
+// {id: "1", trainingType: "ControlConvertMenu", name: "车站名称"}
+// {id: "2", trainingType: "ControlConvertMenu", name: "车站控制模式编号"}
+// {id: "3", trainingType: "Signal", name: "进路名称"}
+// {id: "4", trainingType: "Signal", name: "进路编号"}
+// {id: "5", trainingType: "Signal", name: "信号机名称"}
+// {id: "6", trainingType: "Signal", name: "信号机编号"}
-// {id: "7", trainingType: "03", name: "道岔名称"}
-// {id: "17", trainingType: "03", name: "道岔编码"}
-// {id: "15", trainingType: "03", name: "道岔位置"}
-// {id: "16", trainingType: "03", name: "道岔位置(反)"}
-// {id: "21", trainingType: "03", name: "车站名称"}
-// {id: "23", trainingType: "03", name: "车站编号"}
-// {id: "24", trainingType: "03", name: "道岔计轴区段编号"}
-// {id: "25", trainingType: "03", name: "道岔计轴区段名称"}
+// {id: "7", trainingType: "Switch", name: "道岔名称"}
-// {id: "8", trainingType: "04", name: "物理区段名称"}
-// {id: "9", trainingType: "04", name: "逻辑区段名称"}
-// {id: "18", trainingType: "04", name: "逻辑区段编码"}
-// {id: "19", trainingType: "04", name: "区段编号"}
-// {id: "20", trainingType: "04", name: "车站名称"}
-// {id: "22", trainingType: "04", name: "车站编号"}
+// {id: "8", trainingType: "Section", name: "物理区段名称"}
+// {id: "9", trainingType: "Section", name: "逻辑区段名称"}
+
+// {id: "10", trainingType: "Stand", name: "车站名称"}
+// {id: "11", trainingType: "Stand", name: "站台行驶方向编号"}
+// {id: "12", trainingType: "Stand", name: "站台行驶方向"}
+// {id: "13", trainingType: "Stand", name: "站台行驶方向编号(反)"}
+// {id: "14", trainingType: "Stand", name: "站台行驶方向(反)"}
+
+// {id: "15", trainingType: "Switch", name: "道岔位置"}
+// {id: "16", trainingType: "Switch", name: "道岔位置(反)"}
+// {id: "17", trainingType: "Switch", name: "道岔编码"}
+
+// {id: "18", trainingType: "Section", name: "逻辑区段编码"}
+// {id: "19", trainingType: "Section", name: "区段编号"}
+// {id: "20", trainingType: "Section", name: "车站名称"}
+
+// {id: "21", trainingType: "Switch", name: "车站名称"}
+// {id: "22", trainingType: "Section", name: "车站编号"}
+// {id: "23", trainingType: "Switch", name: "车站编号"}
+// {id: "24", trainingType: "Switch", name: "道岔计轴区段编号"}
+// {id: "25", trainingType: "Switch", name: "道岔计轴区段名称"}
-// {id: "10", trainingType: "05", name: "车站名称"}
-// {id: "11", trainingType: "05", name: "站台行驶方向编号"}
-// {id: "12", trainingType: "05", name: "站台行驶方向"}
-// {id: "13", trainingType: "05", name: "站台行驶方向编号(反)"}
-// {id: "14", trainingType: "05", name: "站台行驶方向(反)"}
export default {
list: [
{
maxDuration: 20,
minDuration: 15,
- operateType: '0103',
+ operateType: 'CM_Apply_For_Center_Control',
skinCode: '02',
trainingName: '转为中控({1})',
trainingRemark: '控制权限转换,站控转中控',
- trainingType: '01',
+ trainingType: 'ControlConvertMenu',
productTypes: ['02'],
stepVOList: [
{ deviceType: 'bar', orderNum: 1, operateCode: '0024', tip: '鼠标左键点击顶部菜单栏【控制模式转换】' },
@@ -51,11 +55,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0101',
+ operateType: 'CM_Apply_For_Station_Control',
skinCode: '02',
trainingName: '转为站控({1})',
trainingRemark: '控制权限转换,中控转站控',
- trainingType: '01',
+ trainingType: 'ControlConvertMenu',
productTypes: ['01'],
stepVOList: [
{ deviceType: 'bar', orderNum: 1, operateCode: '0024', tip: '鼠标左键点击顶部菜单栏【控制模式转换】' },
@@ -70,11 +74,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0102',
+ operateType: 'CM_Force_Station_Control',
skinCode: '02',
trainingName: '强制站控({1})',
trainingRemark: '控制权限转换,强制站控',
- trainingType: '01',
+ trainingType: 'ControlConvertMenu',
productTypes: ['01'],
stepVOList: [
{ deviceType: 'bar', orderNum: 1, operateCode: '0024', tip: '鼠标左键点击顶部菜单栏【控制模式转换】' },
@@ -90,11 +94,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0501',
+ operateType: 'Stand_Set_Hold_Train',
skinCode: '02',
trainingName: '站台扣车({10}-{12}站台)',
trainingRemark: '设置扣车功能',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '504', tip: '鼠标右键菜单选择【扣车】' },
@@ -104,11 +108,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0502',
+ operateType: 'Stand_Cancel_Hold_Train',
skinCode: '02',
trainingName: '站台取消扣车({10}-{12}站台)',
trainingRemark: '设置取消扣车功能',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '505', tip: '鼠标右键菜单选择【取消扣车】' },
@@ -118,11 +122,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0503',
+ operateType: 'Stand_Force_Cancel_Hold_Train',
skinCode: '02',
trainingName: '强制取消扣车({10}-{12}站台)',
trainingRemark: '强制取消扣车功能',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['01'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '506', tip: '鼠标右键菜单选择【强制取消扣车】' },
@@ -132,11 +136,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0504',
+ operateType: 'Stand_Whole_Line_Cancel_Hold_Train',
skinCode: '02',
trainingName: '全线取消扣车({10}-{12}站台)',
trainingRemark: '全线取消扣车功能(默认上行全线/下行全线,不做选择)',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '508', tip: '鼠标右键菜单选择【全线取消扣车】' },
@@ -146,11 +150,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0504',
+ operateType: 'Stand_Whole_Line_Cancel_Hold_Train',
skinCode: '02',
trainingName: '全线取消扣车({10}-{12}站台)',
trainingRemark: '全线取消扣车功能(选择上/下行全线)',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '508', tip: '鼠标右键菜单选择【全线取消扣车】' },
@@ -161,11 +165,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0505',
+ operateType: 'Stand_Set_Jump_Stop',
skinCode: '02',
trainingName: '站台跳停({10}-{12}站台)',
trainingRemark: '设置跳停功能',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '502', tip: '鼠标右键菜单选择【跳停】' },
@@ -175,11 +179,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0506',
+ operateType: 'Stand_Cancel_Jump_Stop',
skinCode: '02',
trainingName: '取消跳停({10}-{12}站台)',
trainingRemark: '设置取消跳停功能',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '503', tip: '鼠标右键菜单选择【取消跳停】' },
@@ -189,11 +193,11 @@ export default {
{
maxDuration: 8,
minDuration: 5,
- operateType: '0507',
+ operateType: 'Stand_View_Status',
skinCode: '02',
trainingName: '查询站台状态({10}-{12}站台)',
trainingRemark: '查询站台状态功能',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '507', tip: '鼠标右键菜单选择【查询站台状态】' },
@@ -203,11 +207,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0508',
+ operateType: 'Stand_Set_Park_Time',
skinCode: '02',
trainingName: '设置停站时间({10}-{12}站台)',
trainingRemark: '设置停站时间(自动, 一直有效)',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '509', tip: '鼠标右键菜单选择【设置停站时间】' },
@@ -219,11 +223,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0508',
+ operateType: 'Stand_Set_Park_Time',
skinCode: '02',
trainingName: '设置停站时间({10}-{12}站台)',
trainingRemark: '设置停站时间(人工, 20秒, 一直有效)',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '509', tip: '鼠标右键菜单选择【设置停站时间】' },
@@ -236,11 +240,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0508',
+ operateType: 'Stand_Set_Park_Time',
skinCode: '02',
trainingName: '设置停站时间({10}-{12}站台)',
trainingRemark: '设置停站时间(人工, 20秒, 一次有效)',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '509', tip: '鼠标右键菜单选择【设置停站时间】' },
@@ -254,11 +258,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0509',
+ operateType: 'Stand_Set_Run_Time',
skinCode: '02',
trainingName: '设置运行等级({10}-{12}站台)',
trainingRemark: '设置运行等级(设置区间运行时间为60,一直有效)',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '510', tip: '鼠标右键菜单选择【设置运行等级】' },
@@ -270,11 +274,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0509',
+ operateType: 'Stand_Set_Run_Time',
skinCode: '02',
trainingName: '设置运行等级({10}-{12}站台)',
trainingRemark: '设置运行等级(设置区间运行时间为60,一次有效)',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '510', tip: '鼠标右键菜单选择【设置运行等级】' },
@@ -287,11 +291,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0510',
+ operateType: 'Stand_Early_Depart',
skinCode: '02',
trainingName: '设置提前发车({10}-{12}站台)',
trainingRemark: '设置提前发车功能',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '501', tip: '鼠标右键菜单选择【设置提前发车】' },
@@ -301,11 +305,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0511',
+ operateType: 'Stand_Set_Reentry_Strategy',
skinCode: '02',
trainingName: '人工折返策略设置({10}-{12}站台)',
trainingRemark: '人工折返策略设置功能',
- trainingType: '05',
+ trainingType: 'Stand',
productTypes: ['02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '511', tip: '鼠标右键菜单选择【人工折返策略设置】' },
@@ -317,11 +321,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0401',
+ operateType: 'Section_Fault_Unlock',
skinCode: '02',
trainingName: '区段故障解锁({8}{9})',
trainingRemark: '故障解锁功能',
- trainingType: '04',
+ trainingType: 'Section',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '03', orderNum: 1, operateCode: '402', tip: '鼠标右键菜单选择【区段故障解锁】' },
@@ -334,11 +338,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0402',
+ operateType: 'Section_Cut_Off',
skinCode: '02',
trainingName: '区段切除({8}{9})',
trainingRemark: '区段切除',
- trainingType: '04',
+ trainingType: 'Section',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '03', orderNum: 1, operateCode: '405', tip: '鼠标右键菜单选择【区段切除】' },
@@ -348,11 +352,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0403',
+ operateType: 'Section_Active',
skinCode: '02',
trainingName: '区段激活({8}{9})',
trainingRemark: '区段激活功能',
- trainingType: '04',
+ trainingType: 'Section',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '03', orderNum: 1, operateCode: '406', tip: '鼠标右键菜单选择【区段激活】' },
@@ -362,11 +366,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0404',
+ operateType: 'Section_Axis_Pre_Reset',
skinCode: '02',
trainingName: '计轴预复位({8}{9})',
trainingRemark: '计轴预复位功能',
- trainingType: '04',
+ trainingType: 'Section',
productTypes: ['01'],
stepVOList: [
{ deviceType: '03', orderNum: 1, operateCode: '409', tip: '鼠标右键菜单选择【区段计轴预复位】' },
@@ -379,11 +383,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0405',
+ operateType: 'Section_Block',
skinCode: '02',
trainingName: '区段封锁({8}{9})',
trainingRemark: '区段封锁功能',
- trainingType: '04',
+ trainingType: 'Section',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '03', orderNum: 1, operateCode: '403', tip: '鼠标右键菜单选择【区段封锁】' },
@@ -393,11 +397,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0406',
+ operateType: 'Section_Unblock',
skinCode: '02',
trainingName: '区段解封({8}{9})',
trainingRemark: '区段解封功能',
- trainingType: '04',
+ trainingType: 'Section',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '03', orderNum: 1, operateCode: '404', tip: '鼠标右键菜单选择【区段解封】' },
@@ -410,11 +414,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0407',
+ operateType: 'Section_Set_Limit_Speed',
skinCode: '02',
trainingName: '区段设置限速({8}{9})',
trainingRemark: '区段设置限速功能(限速值:5)',
- trainingType: '04',
+ trainingType: 'Section',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '03', orderNum: 1, operateCode: '407', tip: '鼠标右键菜单选择【区段设置限速】' },
@@ -429,11 +433,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0408',
+ operateType: 'Section_Cancel_Limit_Speed',
skinCode: '02',
trainingName: '区段取消限速({8}{9})',
trainingRemark: '区段取消限速功能',
- trainingType: '04',
+ trainingType: 'Section',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '03', orderNum: 1, operateCode: '408', tip: '鼠标右键菜单选择【区段取消限速】' },
@@ -448,11 +452,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0301',
+ operateType: 'Switch_Single_Lock',
skinCode: '02',
trainingName: '道岔单锁({7})',
trainingRemark: '道岔单锁功能',
- trainingType: '03',
+ trainingType: 'Switch',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '02', orderNum: 1, operateCode: '103', tip: '鼠标右键菜单选择【道岔单锁】' },
@@ -462,11 +466,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0302',
+ operateType: 'Switch_Single_Unlock',
skinCode: '02',
trainingName: '道岔单解({7})',
trainingRemark: '道岔单解功能',
- trainingType: '03',
+ trainingType: 'Switch',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '02', orderNum: 1, operateCode: '104', tip: '鼠标右键菜单选择【道岔单解】' },
@@ -479,11 +483,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0303',
+ operateType: 'Switch_Section_Block',
skinCode: '02',
trainingName: '道岔区段封闭({7})',
trainingRemark: '道岔区段封闭功能',
- trainingType: '03',
+ trainingType: 'Switch',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '02', orderNum: 1, operateCode: '105', tip: '鼠标右键菜单选择【道岔区段封闭】' },
@@ -493,11 +497,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0304',
+ operateType: 'Switch_Section_Unblock',
skinCode: '02',
trainingName: '道岔区段解封({7})',
trainingRemark: '道岔区段解封功能',
- trainingType: '03',
+ trainingType: 'Switch',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '02', orderNum: 1, operateCode: '106', tip: '鼠标右键菜单选择【道岔区段解封】' },
@@ -510,11 +514,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0305',
+ operateType: 'Switch_Turn',
skinCode: '02',
trainingName: '道岔转动({7})',
trainingRemark: '道岔转动功能({15}转{16})',
- trainingType: '03',
+ trainingType: 'Switch',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '02', orderNum: 1, operateCode: '107', tip: '鼠标右键菜单选择【道岔转动】' },
@@ -524,11 +528,11 @@ export default {
{
maxDuration: 20,
minDuration: 10,
- operateType: '0306',
+ operateType: 'Switch_Fault_Unlock',
skinCode: '02',
trainingName: '道岔区段故障解锁({7})',
trainingRemark: '道岔区段故障解锁功能',
- trainingType: '03',
+ trainingType: 'Switch',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '02', orderNum: 1, operateCode: '109', tip: '鼠标右键菜单选择【道岔区段故障解锁】' },
@@ -541,11 +545,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0307',
+ operateType: 'Switch_Axis_Pre_Reset',
skinCode: '02',
trainingName: '道岔区段计轴预复位({7})',
trainingRemark: '道岔区段计轴预复位功能',
- trainingType: '03',
+ trainingType: 'Switch',
productTypes: ['01'],
stepVOList: [
{ deviceType: '02', orderNum: 1, operateCode: '110', tip: '鼠标右键菜单选择【道岔区段计轴预复位】' },
@@ -558,11 +562,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0308',
+ operateType: 'Switch_Cut_Off',
skinCode: '02',
trainingName: '区段切除({7})',
trainingRemark: '区段切除',
- trainingType: '03',
+ trainingType: 'Switch',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '02', orderNum: 1, operateCode: '111', tip: '鼠标右键菜单选择【区段切除】' },
@@ -572,11 +576,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0309',
+ operateType: 'Switch_Active',
skinCode: '02',
trainingName: '区段激活({7})',
trainingRemark: '区段激活功能',
- trainingType: '03',
+ trainingType: 'Switch',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '02', orderNum: 1, operateCode: '112', tip: '鼠标右键菜单选择【区段激活】' },
@@ -586,11 +590,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0310',
+ operateType: 'Switch_Set_Limit_Speed',
skinCode: '02',
trainingName: '道岔区段设置限速({7})',
trainingRemark: '道岔区段设置限速功能(限速值:5)',
- trainingType: '03',
+ trainingType: 'Switch',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '02', orderNum: 1, operateCode: '113', tip: '鼠标右键菜单选择【道岔区段设置限速】' },
@@ -605,11 +609,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0311',
+ operateType: 'Switch_Cancel_Limit_Speed',
skinCode: '02',
trainingName: '道岔区段取消限速({7})',
trainingRemark: '道岔区段取消限速功能',
- trainingType: '03',
+ trainingType: 'Switch',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '02', orderNum: 1, operateCode: '114', tip: '鼠标右键菜单选择【道岔区段取消限速】' },
@@ -624,11 +628,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0201',
+ operateType: 'Signal_Set_Route',
skinCode: '02',
trainingName: '进路选排({3})',
trainingRemark: '选择排列进路',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '301', tip: '鼠标右键菜单选择【进路选排】' },
@@ -640,11 +644,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0202',
+ operateType: 'Signal_Cancel_Route',
skinCode: '02',
trainingName: '进路取消({3})',
trainingRemark: '进路取消',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['02'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '303', tip: '鼠标右键菜单选择【进路取消】' },
@@ -655,11 +659,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0202',
+ operateType: 'Signal_Cancel_Route',
skinCode: '02',
trainingName: '进路取消({3})',
trainingRemark: '进路取消',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['01'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '303', tip: '鼠标右键菜单选择【进路取消】' },
@@ -669,11 +673,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0203',
+ operateType: 'Signal_Block',
skinCode: '02',
trainingName: '信号封闭({5})',
trainingRemark: '信号封闭',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '306', tip: '鼠标右键菜单选择【信号封闭】' },
@@ -683,11 +687,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0204',
+ operateType: 'Signal_Unblock',
skinCode: '02',
trainingName: '信号解封({5})',
trainingRemark: '信号解封',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '307', tip: '鼠标右键菜单选择【信号解封】' },
@@ -701,11 +705,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0205',
+ operateType: 'Signal_Close_Signal',
skinCode: '02',
trainingName: '信号关灯({3})',
trainingRemark: '信号关灯',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '313', tip: '鼠标右键菜单选择【信号关灯】' },
@@ -716,11 +720,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0206',
+ operateType: 'Signal_Reopen_Signal',
skinCode: '02',
trainingName: '信号重开({3})',
trainingRemark: '信号重开',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '304', tip: '鼠标右键菜单选择【信号重开】' },
@@ -731,11 +735,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0207',
+ operateType: 'Signal_Set_Guide',
skinCode: '02',
trainingName: '引导进路办理({3})',
trainingRemark: '进路办理信号引导',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['01'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '308', tip: '鼠标右键菜单选择【引导进路办理】' },
@@ -748,11 +752,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0208',
+ operateType: 'Signal_Open_Auto_Setting',
skinCode: '02',
trainingName: '自排开({5})',
trainingRemark: '自排开',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['02'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '315', tip: '鼠标右键菜单选择【自排开】' },
@@ -763,11 +767,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0209',
+ operateType: 'Signal_Close_Auto_Setting',
skinCode: '02',
trainingName: '自排关({5})',
trainingRemark: '自排关',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['02'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '314', tip: '鼠标右键菜单选择【自排关】' },
@@ -778,11 +782,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0210',
+ operateType: 'Signal_Find_Routes_Status',
skinCode: '02',
trainingName: '查询进路控制状态({5})',
trainingRemark: '查询进路控制状态',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['02'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '316', tip: '鼠标右键菜单选择【查询进路控制模式】' },
@@ -792,11 +796,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0211',
+ operateType: 'Signal_Set_CI_Auto',
skinCode: '02',
trainingName: '设置联锁自动进路({5})',
trainingRemark: '设置联锁自动进路',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['01'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '309', tip: '鼠标右键菜单选择【设置联锁自动进路】' },
@@ -806,11 +810,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0212',
+ operateType: 'Signal_Cancel_CI_Auto',
skinCode: '02',
trainingName: '取消联锁自动进路({5})',
trainingRemark: '取消联锁自动进路',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['01'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '310', tip: '鼠标右键菜单选择【取消联锁自动进路】' },
@@ -820,11 +824,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0213',
+ operateType: 'Signal_Set_CI_Auto_Trigger',
skinCode: '02',
trainingName: '设置联锁自动触发({5})',
trainingRemark: '设置联锁自动触发',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['01'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '311', tip: '鼠标右键菜单选择【设置联锁自动触发】' },
@@ -834,11 +838,11 @@ export default {
{
maxDuration: 15,
minDuration: 8,
- operateType: '0214',
+ operateType: 'Signal_Cancel_CI_Auto_Trigger',
skinCode: '02',
trainingName: '取消联锁自动触发({5})',
trainingRemark: '取消联锁自动触发',
- trainingType: '02',
+ trainingType: 'Signal',
productTypes: ['01'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '312', tip: '鼠标右键菜单选择【取消联锁自动触发】' },
From ba8f138de3748bd49a32e6e57012f7164d5f2849 Mon Sep 17 00:00:00 2001
From: zyy <1787816799@qq.com>
Date: Wed, 17 Jun 2020 15:24:16 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E5=8F=96=E4=BF=A1=E5=8F=B7?=
=?UTF-8?q?=E6=9C=BA=E9=80=9A=E7=94=A8=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../beijing_01/menus/dialog/routeControl.vue | 185 ----------
.../theme/beijing_01/menus/menuSignal.vue | 4 +-
.../dialog/childDialog/passwordInputBox.vue | 2 +-
.../chengdu_03/menus/dialog/routeControl.vue | 284 ---------------
.../theme/chengdu_03/menus/menuSignal.vue | 8 +-
.../menus/childDialog/confirmControl.vue | 282 +++++++++++++++
.../{childDialog => }/noticeInfo.vue | 22 +-
.../menus/childDialog/passwordInputBox.vue | 193 ++++++++++
.../components/menus/dialog/routeControl.vue | 336 +++++++++++++++++
.../components/menus/dialog/standControl.vue | 2 +-
.../menus/dialog/standJumpStopControl.vue | 2 +-
.../theme/components/utils/menuOperate.js | 43 ++-
.../foshan_01/menus/dialog/routeControl.vue | 269 --------------
.../theme/foshan_01/menus/menuSignal.vue | 4 +-
.../fuzhou_01/menus/dialog/routeControl.vue | 254 -------------
.../theme/fuzhou_01/menus/menuSignal.vue | 4 +-
.../haerbin_01/menus/dialog/routeControl.vue | 339 ------------------
.../theme/haerbin_01/menus/menuSignal.vue | 4 +-
.../ningbo_01/menus/dialog/routeControl.vue | 209 -----------
.../theme/ningbo_01/menus/menuSignal.vue | 4 +-
.../xian_01/menus/dialog/routeControl.vue | 293 ---------------
.../theme/xian_01/menus/menuSignal.vue | 4 +-
.../xian_02/menus/dialog/routeControl.vue | 209 -----------
.../theme/xian_02/menus/menuSignal.vue | 11 -
24 files changed, 867 insertions(+), 2100 deletions(-)
delete mode 100644 src/jmapNew/theme/beijing_01/menus/dialog/routeControl.vue
delete mode 100644 src/jmapNew/theme/chengdu_03/menus/dialog/routeControl.vue
create mode 100644 src/jmapNew/theme/components/menus/childDialog/confirmControl.vue
rename src/jmapNew/theme/components/menus/childDialog/{childDialog => }/noticeInfo.vue (84%)
create mode 100644 src/jmapNew/theme/components/menus/childDialog/passwordInputBox.vue
create mode 100644 src/jmapNew/theme/components/menus/dialog/routeControl.vue
delete mode 100644 src/jmapNew/theme/foshan_01/menus/dialog/routeControl.vue
delete mode 100644 src/jmapNew/theme/fuzhou_01/menus/dialog/routeControl.vue
delete mode 100644 src/jmapNew/theme/haerbin_01/menus/dialog/routeControl.vue
delete mode 100644 src/jmapNew/theme/ningbo_01/menus/dialog/routeControl.vue
delete mode 100644 src/jmapNew/theme/xian_01/menus/dialog/routeControl.vue
delete mode 100644 src/jmapNew/theme/xian_02/menus/dialog/routeControl.vue
diff --git a/src/jmapNew/theme/beijing_01/menus/dialog/routeControl.vue b/src/jmapNew/theme/beijing_01/menus/dialog/routeControl.vue
deleted file mode 100644
index a34bc48c5..000000000
--- a/src/jmapNew/theme/beijing_01/menus/dialog/routeControl.vue
+++ /dev/null
@@ -1,185 +0,0 @@
-
-