Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test
This commit is contained in:
commit
1ea1583874
@ -50,7 +50,7 @@ class EMouse extends Group {
|
|||||||
text = ` The planned train: ${trainType} \n Table No.: ${this.device.model.serviceNumber} \n Train Trip No.: ${this.device.model.tripNumber}\n Destination: ${this.device.model.destinationCode ? this.device.model.destinationCode : ''}\n Train No.: ${this.device.model.groupNumber}\n Early or late: ${destinationText}\n Direction: ${direction ? 'up' : 'down'}\n Crew No.: \n Start Station: \n Terminal Station: \n Occupied Track: ${this.device.model.sectionModel ? (this.device.model.sectionModel.parentName ? this.device.model.sectionModel.parentName : this.device.model.sectionModel.name) : ''}\n Current Station: \n Train-ground communication: normal \n Operation Speed level: 4 \n Detained: ${this.device.model.hold ? 'Detained' : 'Normal'}\n \n 跳停状态: ${this.device.model.jump ? 'Skip to continue moving' : 'Normal'}Stationary: ${!this.device.model.stop ? 'No' : 'Yes'}\n Blocked: No \n Speed: ${this.device.model.speed || 0} km/h \n Authorized Distance: ${this.device.model.maLen || 0} m`;
|
text = ` The planned train: ${trainType} \n Table No.: ${this.device.model.serviceNumber} \n Train Trip No.: ${this.device.model.tripNumber}\n Destination: ${this.device.model.destinationCode ? this.device.model.destinationCode : ''}\n Train No.: ${this.device.model.groupNumber}\n Early or late: ${destinationText}\n Direction: ${direction ? 'up' : 'down'}\n Crew No.: \n Start Station: \n Terminal Station: \n Occupied Track: ${this.device.model.sectionModel ? (this.device.model.sectionModel.parentName ? this.device.model.sectionModel.parentName : this.device.model.sectionModel.name) : ''}\n Current Station: \n Train-ground communication: normal \n Operation Speed level: 4 \n Detained: ${this.device.model.hold ? 'Detained' : 'Normal'}\n \n 跳停状态: ${this.device.model.jump ? 'Skip to continue moving' : 'Normal'}Stationary: ${!this.device.model.stop ? 'No' : 'Yes'}\n Blocked: No \n Speed: ${this.device.model.speed || 0} km/h \n Authorized Distance: ${this.device.model.maLen || 0} m`;
|
||||||
} else {
|
} else {
|
||||||
if (Vue.prototype.$jlmap.lineCode == '11' || Vue.prototype.$jlmap.lineCode == '10') {
|
if (Vue.prototype.$jlmap.lineCode == '11' || Vue.prototype.$jlmap.lineCode == '10') {
|
||||||
text = `列车类型: ${trainType}\n来\0\0\0\0源:人工标记\n车\0组\0号: ${this.device.model.groupNumber}\n表\0\0\0\0号: ${this.device.model.serviceNumber}\n车\0次\0号: ${this.device.model.tripNumber}\n目的地号: ${this.device.model.destinationCode ? this.device.model.destinationCode : ''}\n早\0晚\0点: ${destinationText}\n运行方向: ${direction ? '上行' : '下行'}\nATP报告方向: ${direction ? '上行' : '下行'}\n起点站名: \n终点站名: \n占用轨道: ${this.device.model.sectionModel ? (this.device.model.sectionModel.parentName ? this.device.model.sectionModel.parentName : this.device.model.sectionModel.name) : ''}\n所在车站: \n车次通信: 通信车\n运行时间: \n停站时间: \n扣车状态: ${ this.device.model.hold ? '扣车' : '正常'}\n车载扣车: 不执行\n跳停状态: ${this.device.model.jump ? '跳停' : '正常'}\n停稳状态: ${!this.device.model.stop ? '未停稳' : '停稳'}\n阻塞状态: 无\n列车状态: CTC车\n最高信号系统控制: CTC\n驾驶模式: ${this.device.model.driveMode}模式\n最高ATP模式: AM\nATP1状态: 激活\nATP2状态: 备用\n速度: ${this.device.model.speed || 0} km/h\n车门状态: ${this.device.model.speed ? '关闭' : direction ? '左开右关' : '左关右开'}\n制动状态: 无紧急制动\n停车保证: 可保证停车\n站台无法进入: 否\n前方站台停车点: 中间\n折法策略: \n折返状态: \n屏蔽门开门许可: 是\n运营里程: 无效\n总重量: 196T\n车长: 11860cm\n列车编组: 1`;
|
text = `列车类型: ${trainType}\n来\0\0\0\0源:人工标记\n车\0组\0号: ${this.device.model.groupNumber}\n表\0\0\0\0号: ${this.device.model.serviceNumber}\n车\0次\0号: ${this.device.model.tripNumber}\n目的地号: ${this.device.model.destinationCode ? this.device.model.destinationCode : ''}\n早\0晚\0点: ${destinationText}\n运行方向: ${direction ? '上行' : '下行'}\nATP报告方向: ${direction ? '上行' : '下行'}\n起点站名: \n终点站名: \n占用轨道: ${this.device.model.sectionModel ? (this.device.model.sectionModel.parentName ? this.device.model.sectionModel.parentName : this.device.model.sectionModel.name) : ''}\n所在车站: \n车次通信: 通信车\n运行时间: \n停站时间: \n扣车状态: ${ this.device.model.hold ? '扣车' : '正常'}\n车载扣车: 不执行\n跳停状态: ${this.device.model.jump ? '跳停' : '正常'}\n停稳状态: ${!this.device.model.stop ? '未停稳' : '停稳'}\n阻塞状态: 无\n列车状态: ${this.device.model.runLevel || 'CTC'}车\n最高信号系统控制: CTC\n驾驶模式: ${this.device.model.driveMode}模式\n最高ATP模式: AM\nATP1状态: 激活\nATP2状态: 备用\n速度: ${this.device.model.speed || 0} km/h\n车门状态: ${this.device.model.speed ? '关闭' : direction ? '左开右关' : '左关右开'}\n制动状态: 无紧急制动\n停车保证: 可保证停车\n站台无法进入: 否\n前方站台停车点: 中间\n折法策略: \n折返状态: \n屏蔽门开门许可: 是\n运营里程: 无效\n总重量: 196T\n车长: 11860cm\n列车编组: 1`;
|
||||||
} else {
|
} else {
|
||||||
text = `列车类型: ${trainType} \n表\0\0\0\0号: ${this.device.model.serviceNumber}\n车\0次\0号: ${this.device.model.tripNumber}\n目的地号: ${this.device.model.destinationCode ? this.device.model.destinationCode : ''}\n车\0组\0号: ${this.device.model.groupNumber}\n早\0晚\0点: ${destinationText}\n运行方向: ${direction ? '上行' : '下行'}\n乘务组号: \n起点站名: \n终点站名: \n占用轨道: ${this.device.model.sectionModel ? (this.device.model.sectionModel.parentName ? this.device.model.sectionModel.parentName : this.device.model.sectionModel.name) : ''}\n所在车站: \n车地通信: 正常\n运行等级: 4\n扣车状态: ${this.device.model.hold ? '扣车' : '正常'}\n跳停状态: ${this.device.model.jump ? '跳停' : '正常'} \n停稳状态: ${!this.device.model.stop ? '未停稳' : '停稳'}\n阻塞状态: 无\n列车速度: ${this.device.model.speed || 0} km/h\n列车移动授权距离: ${this.device.model.maLen || 0} m`;
|
text = `列车类型: ${trainType} \n表\0\0\0\0号: ${this.device.model.serviceNumber}\n车\0次\0号: ${this.device.model.tripNumber}\n目的地号: ${this.device.model.destinationCode ? this.device.model.destinationCode : ''}\n车\0组\0号: ${this.device.model.groupNumber}\n早\0晚\0点: ${destinationText}\n运行方向: ${direction ? '上行' : '下行'}\n乘务组号: \n起点站名: \n终点站名: \n占用轨道: ${this.device.model.sectionModel ? (this.device.model.sectionModel.parentName ? this.device.model.sectionModel.parentName : this.device.model.sectionModel.name) : ''}\n所在车站: \n车地通信: 正常\n运行等级: 4\n扣车状态: ${this.device.model.hold ? '扣车' : '正常'}\n跳停状态: ${this.device.model.jump ? '跳停' : '正常'} \n停稳状态: ${!this.device.model.stop ? '未停稳' : '停稳'}\n阻塞状态: 无\n列车速度: ${this.device.model.speed || 0} km/h\n列车移动授权距离: ${this.device.model.maLen || 0} m`;
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,8 @@
|
|||||||
<el-row class="nav-border-row">
|
<el-row class="nav-border-row">
|
||||||
<template v-for="(item, index) in centralizedStationList">
|
<template v-for="(item, index) in centralizedStationList">
|
||||||
<div :key="index" class="nav-border-row row-width-box flex-row">
|
<div :key="index" class="nav-border-row row-width-box flex-row">
|
||||||
<div v-if="item.name && !item.securityCommand " :id="item.operate.domId" class="fake-button-active" :class="item.show? 'active': ''" @click="clickCommand(item)">{{ item.name }}</div>
|
<div v-if="item.name && item.disabled" :id="item.operate.domId" class="fake-button-disabled">{{ item.name }}</div>
|
||||||
|
<div v-else-if="item.name && !item.securityCommand " :id="item.operate.domId" class="fake-button-active" :class="item.show? 'active': ''" @click="clickCommand(item)">{{ item.name }}</div>
|
||||||
<div v-else-if="item.name && item.securityCommand" :id="item.operate.domId" class="fake-button-security" :class="item.show? 'active': ''" @click="clickCommand(item)">{{ item.name }}</div>
|
<div v-else-if="item.name && item.securityCommand" :id="item.operate.domId" class="fake-button-security" :class="item.show? 'active': ''" @click="clickCommand(item)">{{ item.name }}</div>
|
||||||
<div v-else class="fake-button" />
|
<div v-else class="fake-button" />
|
||||||
</div>
|
</div>
|
||||||
@ -82,6 +83,7 @@ export default {
|
|||||||
'border-right': 'none',
|
'border-right': 'none',
|
||||||
'padding': 0
|
'padding': 0
|
||||||
},
|
},
|
||||||
|
selectedObj: null,
|
||||||
oldClickObj: null, // 上一次点击对象
|
oldClickObj: null, // 上一次点击对象
|
||||||
route: null, // 进路对象
|
route: null, // 进路对象
|
||||||
centralizedStationList: new Array(15).fill({}),
|
centralizedStationList: new Array(15).fill({}),
|
||||||
@ -107,24 +109,25 @@ export default {
|
|||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
'$store.state.menuOperation.setMenuChangeCount': function (val) {
|
'$store.state.menuOperation.setMenuChangeCount': function (val) {
|
||||||
if (this.selected._type) {
|
this.selectedObj = this.selected;
|
||||||
if (this.selected._type == 'Section' && (this.selected.type == '03' || this.selected.type == '04')) { // 道岔区段 道岔计轴区段 都是道岔操作
|
if (this.selectedObj._type) {
|
||||||
this.selected = this.selected.switch;
|
if (this.selectedObj._type == 'Section' && (this.selectedObj.type == '03' || this.selectedObj.type == '04')) { // 道岔区段 道岔计轴区段 都是道岔操作
|
||||||
|
this.selectedObj = this.selectedObj.switch;
|
||||||
}
|
}
|
||||||
this.canCommand = true;
|
this.canCommand = true;
|
||||||
const step = {
|
const step = {
|
||||||
operation: 'click',
|
operation: 'click',
|
||||||
code: this.selected.code
|
code: this.selectedObj.code
|
||||||
};
|
};
|
||||||
this.$store.dispatch('training/nextNew', step).then(({ valid }) => {
|
this.$store.dispatch('training/nextNew', step).then(({ valid }) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
this.$store.dispatch('menuOperation/handleBreakFlag', { break: true });
|
this.$store.dispatch('menuOperation/handleBreakFlag', { break: true });
|
||||||
switch (this.selected._type) {
|
switch (this.selectedObj._type) {
|
||||||
case 'Switch':
|
case 'Switch':
|
||||||
this.handleSwicthMenu();
|
this.handleSwicthMenu();
|
||||||
break;
|
break;
|
||||||
case 'Signal':
|
case 'Signal':
|
||||||
if (this.oldClickObj && this.oldClickObj.code != this.selected.code) {
|
if (this.oldClickObj && this.oldClickObj.code != this.selectedObj.code) {
|
||||||
this.checkSignal();
|
this.checkSignal();
|
||||||
} else {
|
} else {
|
||||||
this.handleSingalMenu();
|
this.handleSingalMenu();
|
||||||
@ -136,8 +139,8 @@ export default {
|
|||||||
case 'Station':
|
case 'Station':
|
||||||
this.handleStationMenu();
|
this.handleStationMenu();
|
||||||
this.deviceHighLight(this.oldDevice, false);
|
this.deviceHighLight(this.oldDevice, false);
|
||||||
this.deviceHighLight(this.selected, true);
|
this.deviceHighLight(this.selectedObj, true);
|
||||||
this.oldDevice = this.selected;
|
this.oldDevice = this.selectedObj;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -210,10 +213,10 @@ export default {
|
|||||||
},
|
},
|
||||||
handleSwicthMenu() { // 转换底部道岔菜单栏
|
handleSwicthMenu() { // 转换底部道岔菜单栏
|
||||||
// 获取道岔相关区段显示高亮
|
// 获取道岔相关区段显示高亮
|
||||||
const section = this.$store.getters['map/getDeviceByCode'](this.selected.sectionParentCode);
|
const section = this.$store.getters['map/getDeviceByCode'](this.selectedObj.sectionParentCode);
|
||||||
const sectionA = this.$store.getters['map/getDeviceByCode'](this.selected.sectionACode); // 获取道岔相关的道岔计轴区段
|
const sectionA = this.$store.getters['map/getDeviceByCode'](this.selectedObj.sectionACode); // 获取道岔相关的道岔计轴区段
|
||||||
const sectionB = this.$store.getters['map/getDeviceByCode'](this.selected.sectionBCode);
|
const sectionB = this.$store.getters['map/getDeviceByCode'](this.selectedObj.sectionBCode);
|
||||||
const sectionC = this.$store.getters['map/getDeviceByCode'](this.selected.sectionCCode);
|
const sectionC = this.$store.getters['map/getDeviceByCode'](this.selectedObj.sectionCCode);
|
||||||
this.switchRelevanceSectionList = [sectionA, sectionB, sectionC];
|
this.switchRelevanceSectionList = [sectionA, sectionB, sectionC];
|
||||||
this.deviceHighLight(this.oldDevice, false);
|
this.deviceHighLight(this.oldDevice, false);
|
||||||
this.switchRelevanceSectionList.forEach(model => {
|
this.switchRelevanceSectionList.forEach(model => {
|
||||||
@ -223,33 +226,38 @@ export default {
|
|||||||
|
|
||||||
this.centralizedStationList = new Array(15).fill({});
|
this.centralizedStationList = new Array(15).fill({});
|
||||||
this.switchParamList.forEach((swicth, index) => {
|
this.switchParamList.forEach((swicth, index) => {
|
||||||
|
swicth.disabled = this.selectedObj[swicth.disabledName];
|
||||||
this.centralizedStationList[index] = swicth;
|
this.centralizedStationList[index] = swicth;
|
||||||
});
|
});
|
||||||
this.tempData = [];
|
this.tempData = [];
|
||||||
this.tempData.push(this.selected);
|
this.tempData.push(this.selectedObj);
|
||||||
this.param = {
|
this.param = {
|
||||||
switchCode: this.selected.code,
|
switchCode: this.selectedObj.code,
|
||||||
sectionCode: section.code,
|
sectionCode: section.code,
|
||||||
speedLimitValue: '5'
|
speedLimitValue: '5'
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
handleSingalMenu() {
|
handleSingalMenu() {
|
||||||
this.deviceHighLight(this.oldDevice, false);
|
this.deviceHighLight(this.oldDevice, false);
|
||||||
this.deviceHighLight(this.selected, true);
|
this.deviceHighLight(this.selectedObj, true);
|
||||||
this.oldDevice = this.selected;
|
this.oldDevice = this.selectedObj;
|
||||||
if (this.oldClickObj) { // 清除上上次信号机背景
|
if (this.oldClickObj) { // 清除上上次信号机背景
|
||||||
this.deviceHighLight(this.oldClickObj, false);
|
this.deviceHighLight(this.oldClickObj, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.oldClickObj = deepAssign({}, this.selected);
|
this.oldClickObj = deepAssign({}, this.selectedObj);
|
||||||
this.centralizedStationList = new Array(15).fill({});
|
this.centralizedStationList = new Array(15).fill({});
|
||||||
this.signalParamList.forEach((swicth, index) => {
|
this.signalParamList.forEach((singal, index) => {
|
||||||
this.centralizedStationList[index] = swicth;
|
// if (singal.disabledName) {
|
||||||
|
// singal.disabled = !!this.selectedObj[singal.disabledName];
|
||||||
|
// console.log(singal.disabled);
|
||||||
|
// }
|
||||||
|
this.centralizedStationList[index] = singal;
|
||||||
});
|
});
|
||||||
this.tempData = [];
|
this.tempData = [];
|
||||||
this.tempData.push(this.selected);
|
this.tempData.push(this.selectedObj);
|
||||||
this.param = {
|
this.param = {
|
||||||
signalCode: this.selected.code
|
signalCode: this.selectedObj.code
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
handleRouteMenu() { // 进路命令覆盖
|
handleRouteMenu() { // 进路命令覆盖
|
||||||
@ -267,7 +275,7 @@ export default {
|
|||||||
checkSignal() {
|
checkSignal() {
|
||||||
this.route = null;
|
this.route = null;
|
||||||
this.routeList.forEach(item => {
|
this.routeList.forEach(item => {
|
||||||
if (item.startSignalCode == this.oldClickObj.code && item.endSignalCode == this.selected.code) {
|
if (item.startSignalCode == this.oldClickObj.code && item.endSignalCode == this.selectedObj.code) {
|
||||||
const startSignal = this.$store.getters['map/getDeviceByCode'](item.startSignalCode);
|
const startSignal = this.$store.getters['map/getDeviceByCode'](item.startSignalCode);
|
||||||
const endSignal = this.$store.getters['map/getDeviceByCode'](item.endSignalCode);
|
const endSignal = this.$store.getters['map/getDeviceByCode'](item.endSignalCode);
|
||||||
this.startVirtual = startSignal.virtual;
|
this.startVirtual = startSignal.virtual;
|
||||||
@ -278,29 +286,35 @@ export default {
|
|||||||
});
|
});
|
||||||
if (this.route && this.route.code) {
|
if (this.route && this.route.code) {
|
||||||
this.handleRouteMenu();
|
this.handleRouteMenu();
|
||||||
this.deviceHighLight(this.selected, true);
|
this.deviceHighLight(this.selectedObj, true);
|
||||||
this.oldDevice = this.selected;
|
this.oldDevice = this.selectedObj;
|
||||||
} else {
|
} else {
|
||||||
this.handleSingalMenu();
|
this.handleSingalMenu();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleSectionMenu() {
|
handleSectionMenu() {
|
||||||
this.deviceHighLight(this.oldDevice, false);
|
this.deviceHighLight(this.oldDevice, false);
|
||||||
this.deviceHighLight(this.selected, true);
|
this.deviceHighLight(this.selectedObj, true);
|
||||||
this.oldDevice = this.selected;
|
this.oldDevice = this.selectedObj;
|
||||||
|
|
||||||
this.centralizedStationList = new Array(15).fill({});
|
this.centralizedStationList = new Array(15).fill({});
|
||||||
this.sectionParamList.forEach((swicth, index) => {
|
this.sectionParamList.forEach((swicth, index) => {
|
||||||
this.centralizedStationList[index] = swicth;
|
this.centralizedStationList[index] = swicth;
|
||||||
});
|
});
|
||||||
this.tempData = [];
|
this.tempData = [];
|
||||||
this.tempData.push(this.selected);
|
this.tempData.push(this.selectedObj);
|
||||||
this.param = {
|
this.param = {
|
||||||
sectionCode: this.selected.code,
|
sectionCode: this.selectedObj.code,
|
||||||
speedLimitValue: '5'
|
speedLimitValue: '5'
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
handleBasicMenu() {
|
handleBasicMenu() {
|
||||||
|
this.deviceHighLight(this.oldDevice, false);
|
||||||
|
if (this.oldClickObj) {
|
||||||
|
this.deviceHighLight(this.oldClickObj, false);
|
||||||
|
}
|
||||||
|
this.oldClickObj = null; // 清空上次点击信号机
|
||||||
|
|
||||||
this.centralizedStationList = new Array(15).fill({});
|
this.centralizedStationList = new Array(15).fill({});
|
||||||
this.basicParamList.forEach((basic, index) => {
|
this.basicParamList.forEach((basic, index) => {
|
||||||
this.centralizedStationList[index] = basic;
|
this.centralizedStationList[index] = basic;
|
||||||
@ -319,16 +333,16 @@ export default {
|
|||||||
this.centralizedStationList[index] = station;
|
this.centralizedStationList[index] = station;
|
||||||
});
|
});
|
||||||
this.tempData = [];
|
this.tempData = [];
|
||||||
this.tempData.push(this.selected);
|
this.tempData.push(this.selectedObj);
|
||||||
|
|
||||||
if (this.selected.centralized) {
|
if (this.selectedObj.centralized) {
|
||||||
this.param = {
|
this.param = {
|
||||||
stationCode: this.selected.code,
|
stationCode: this.selectedObj.code,
|
||||||
stationCodes: [this.selected.code]
|
stationCodes: [this.selectedObj.code]
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
this.stationList.forEach(station => {
|
this.stationList.forEach(station => {
|
||||||
if (station.centralized && station.chargeStationCodeList.includes(this.selected.code)) {
|
if (station.centralized && station.chargeStationCodeList.includes(this.selectedObj.code)) {
|
||||||
this.param = { stationCode: station.code, stationCodes: [station.code] };
|
this.param = { stationCode: station.code, stationCodes: [station.code] };
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -374,6 +388,7 @@ export default {
|
|||||||
if (this.oldClickObj) {
|
if (this.oldClickObj) {
|
||||||
this.deviceHighLight(this.oldClickObj, false);
|
this.deviceHighLight(this.oldClickObj, false);
|
||||||
}
|
}
|
||||||
|
this.handleBasicMenu();
|
||||||
this.param = {};
|
this.param = {};
|
||||||
this.tempData = []; // 清空执行栏
|
this.tempData = []; // 清空执行栏
|
||||||
this.canCommand = true; // 执行变为禁用
|
this.canCommand = true; // 执行变为禁用
|
||||||
@ -416,8 +431,8 @@ export default {
|
|||||||
] : [
|
] : [
|
||||||
{ name: '封锁道岔', cmdType: CMD.Switch.CMD_SWITCH_BLOCK, operate: OperationEvent.Switch.block.menu, show: false },
|
{ name: '封锁道岔', cmdType: CMD.Switch.CMD_SWITCH_BLOCK, operate: OperationEvent.Switch.block.menu, show: false },
|
||||||
{ name: '单锁道岔', cmdType: CMD.Switch.CMD_SWITCH_SINGLE_LOCK, operate: OperationEvent.Switch.lock.menu, show: false },
|
{ name: '单锁道岔', cmdType: CMD.Switch.CMD_SWITCH_SINGLE_LOCK, operate: OperationEvent.Switch.lock.menu, show: false },
|
||||||
{ name: '转换定位', cmdType: CMD.Switch.CMD_SWITCH_NORMAL_POSITION, operate: OperationEvent.Switch.locate.menu, show: false },
|
{ name: '转换定位', cmdType: CMD.Switch.CMD_SWITCH_NORMAL_POSITION, operate: OperationEvent.Switch.locate.menu, show: false, disabledName: 'normalPosition' },
|
||||||
{ name: '转换反位', cmdType: CMD.Switch.CMD_SWITCH_REVERSE_POSITION, operate: OperationEvent.Switch.reverse.menu, show: false },
|
{ name: '转换反位', cmdType: CMD.Switch.CMD_SWITCH_REVERSE_POSITION, operate: OperationEvent.Switch.reverse.menu, show: false, disabledName: 'reversePosition' },
|
||||||
{ name: '解封区段', cmdType: CMD.Switch.CMD_SWITCH_SECTION_UNBLOCK, operate: OperationEvent.Section.unlock.menu, show: false}
|
{ name: '解封区段', cmdType: CMD.Switch.CMD_SWITCH_SECTION_UNBLOCK, operate: OperationEvent.Section.unlock.menu, show: false}
|
||||||
];
|
];
|
||||||
this.signalParamList = this.$store.state.training.prdType === '01' ? [
|
this.signalParamList = this.$store.state.training.prdType === '01' ? [
|
||||||
@ -490,7 +505,8 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
width: 100%;
|
width: 1200px;
|
||||||
|
left: 0;
|
||||||
background: #E0E0E0;
|
background: #E0E0E0;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
@ -565,6 +581,16 @@ export default {
|
|||||||
&:hover, &.active{
|
&:hover, &.active{
|
||||||
background: #b1b1b1;
|
background: #b1b1b1;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
.fake-button-disabled{
|
||||||
|
width: 80px;
|
||||||
|
height: 20px;
|
||||||
|
border-radius: 5px !important;
|
||||||
|
line-height: 18px;
|
||||||
|
border: 1px solid #426688;
|
||||||
|
cursor: pointer;
|
||||||
|
box-shadow: -1px 0px 1px #fff inset, 1px 0px 1px #fff inset, 0px 1px 1px #fff inset, 0px -1px 1px #fff inset;
|
||||||
|
color: #a0a0a0;
|
||||||
}
|
}
|
||||||
.fake-button-security {
|
.fake-button-security {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
@ -579,7 +579,8 @@ export default {
|
|||||||
if (menuTool) {
|
if (menuTool) {
|
||||||
offset += (menuTool.offsetHeight || 0);
|
offset += (menuTool.offsetHeight || 0);
|
||||||
}
|
}
|
||||||
if (menuBottom) {
|
const buttonWidth = this.width - 1200;
|
||||||
|
if (menuBottom && buttonWidth < 550) {
|
||||||
offsetBottom += (menuBottom.offsetHeight || 0);
|
offsetBottom += (menuBottom.offsetHeight || 0);
|
||||||
}
|
}
|
||||||
if (menuButtonsBox) {
|
if (menuButtonsBox) {
|
||||||
|
@ -331,7 +331,8 @@ export default {
|
|||||||
if (menuTool) {
|
if (menuTool) {
|
||||||
offset += (menuTool.offsetHeight || 0);
|
offset += (menuTool.offsetHeight || 0);
|
||||||
}
|
}
|
||||||
if (menuBottom) {
|
const buttonWidth = this.width - 1200;
|
||||||
|
if (menuBottom && buttonWidth < 550) {
|
||||||
offsetBottom += (menuBottom.offsetHeight || 0);
|
offsetBottom += (menuBottom.offsetHeight || 0);
|
||||||
}
|
}
|
||||||
if (this.$store.state.training.prdType === '07') {
|
if (this.$store.state.training.prdType === '07') {
|
||||||
|
Loading…
Reference in New Issue
Block a user