南京二信号机故障调整&南京二进路排列方式调整

This commit is contained in:
joylink_fanyuhong 2024-04-08 16:05:24 +08:00
parent 8f14259db7
commit f1e6121a8f
3 changed files with 17 additions and 9 deletions

View File

@ -277,9 +277,9 @@ export default {
];
} else if (selected._type === 'Signal' && this.popClass === 'nanjing-02__systerm') {
this.faultList = [
{label: '无法开放(非CTC)', value: 'NO_OPEN'},
{label: '编号闪', value: 'LIGHTING_UNIT_FAULT_NAME'},
{label: '机头闪', value: 'LIGHTING_UNIT_FAULT_HEAD'}
{label: '红灯断丝', value: 'R_WIRE_FAULT'},
{label: '绿灯断丝', value: 'G_WIRE_FAULT'},
{label: '黄灯断丝', value: 'Y_WIRE_FAULT'}
];
} else if (selected._type === 'Section' && this.popClass === 'nanjing-02__systerm') {
this.faultList = [

View File

@ -664,9 +664,9 @@ export default {
this.param = { routeCode: this.route.code };
}
this.tempData = [];
this.selectRouteList.forEach(el => {
this.tempData.push(el);
});
// this.selectRouteList.forEach(el => {
// this.tempData.push(el);
// });
},
//
checkSignal() {
@ -786,6 +786,10 @@ export default {
}
});
this.tempData = [...overlapList];
} else if (row.cmdType === CMD.Signal.CMD_SIGNAL_SET_ROUTE || row.cmdType === CMD.Signal.CMD_SIGNAL_CANCEL_ROUTE) {
this.selectRouteList.forEach(el => {
this.tempData.push(el);
});
}
if (this.tempData.length) {

View File

@ -740,9 +740,9 @@ export default {
this.param = { routeCode: this.route.code };
}
this.tempData = [];
this.selectRouteList.forEach(el => {
this.tempData.push(el);
});
// this.selectRouteList.forEach(el => {
// this.tempData.push(el);
// });
},
//
checkSignal() {
@ -862,6 +862,10 @@ export default {
}
});
this.tempData = [...overlapList];
} else if (row.cmdType === CMD.Signal.CMD_SIGNAL_SET_ROUTE || row.cmdType === CMD.Signal.CMD_SIGNAL_CANCEL_ROUTE) {
this.selectRouteList.forEach(el => {
this.tempData.push(el);
});
}
if (this.tempData.length) {