diff --git a/src/jmapNew/shape/graph/Station/index.js b/src/jmapNew/shape/graph/Station/index.js
index 5b87ffb5a..ee16d197f 100644
--- a/src/jmapNew/shape/graph/Station/index.js
+++ b/src/jmapNew/shape/graph/Station/index.js
@@ -934,9 +934,7 @@ export default class Station extends Group {
if (this.graphRoad && model.routeSetMode == 'Manual_Set_Route') {
this.graphRoad.setColor(this.style.Station.StationControl.graphRoad.lightColor);
}
- if (this.planControl && model.planControl) {
- this.planControl.setColor(this.style.Station.StationControl.planControl.lightColor);
- }
+
// if (this.style.Station.StationControl.disPlayNone) {
// this.stationText && this.stationText.setStyle('textFill', '#fff');
// if (this.model.subheadDisplay) { // 副标题
@@ -1067,6 +1065,9 @@ export default class Station extends Group {
model.controlApplicant && this.handleControlApplicant(model);
model.allowAutonomy && this.handleAllowAutonomy(model);
// this.handlePowerUnlockShow(model);
+ if (this.planControl && model.planControl) {
+ this.planControl.setColor(this.style.Station.StationControl.planControl.lightColor);
+ }
this.handleGuideLock(model);
if (this.style.Station.syncCentralizeStation && (model.controlMode || model.controller || model.emergencyController != undefined) && model.centralized) {
model.chargeStationCodeList.forEach(item => {
diff --git a/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue b/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue
index 40506fcc1..4dbff41f9 100644
--- a/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue
+++ b/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue
@@ -1,15 +1,26 @@
-
+
+
diff --git a/src/jmapNew/theme/datie_02/menus/menuDialog/switchControl.vue b/src/jmapNew/theme/datie_02/menus/menuDialog/switchControl.vue
index b1a250379..a6c21209c 100644
--- a/src/jmapNew/theme/datie_02/menus/menuDialog/switchControl.vue
+++ b/src/jmapNew/theme/datie_02/menus/menuDialog/switchControl.vue
@@ -1,89 +1,90 @@
-
- 道岔单锁
+
+ Turnout lock
-
- 道岔解单锁
+
+ Turnout unlock
- 道岔定位
+ Turnout normal
- 道岔反位
+ Turnout reverse
- 确定
+ Confirm
- 取 消
+ Cancel
-
+
+
diff --git a/src/jmapNew/theme/datie_02/menus/menuDialog/viewName.vue b/src/jmapNew/theme/datie_02/menus/menuDialog/viewName.vue
index e0d079c86..6ba082468 100644
--- a/src/jmapNew/theme/datie_02/menus/menuDialog/viewName.vue
+++ b/src/jmapNew/theme/datie_02/menus/menuDialog/viewName.vue
@@ -12,24 +12,24 @@
>
- 信号机名称
+ Signal Name
- 轨道名称
+ Section Name
- 道岔名称
+ Turnout Name
- 道岔区段名称
+ Turnout Section Name
- 确定
+ Confirm
- 取 消
+ Cancel
diff --git a/src/views/login/normalLogin.vue b/src/views/login/normalLogin.vue
index 673b7fd49..c68af0081 100644
--- a/src/views/login/normalLogin.vue
+++ b/src/views/login/normalLogin.vue
@@ -331,7 +331,8 @@ export default {
mapId: mapId,
simType:paramVO.type,
project: this.projectCode,
- projectDevice:this.$route.query.projectDevice
+ projectDevice:this.$route.query.projectDevice,
+ type: this.$route.query.type
};
if (config) {
if (config.client) { query.client = config.client; }
diff --git a/src/views/newMap/newMapdraft/mapoperate/simulationMember/index.vue b/src/views/newMap/newMapdraft/mapoperate/simulationMember/index.vue
index 448d592b3..088e38f0f 100644
--- a/src/views/newMap/newMapdraft/mapoperate/simulationMember/index.vue
+++ b/src/views/newMap/newMapdraft/mapoperate/simulationMember/index.vue
@@ -1007,21 +1007,21 @@ export default {
deviceCode: ''
};
memberMap[this.generationForm.systemType].push(memberDispatcher);
+ const memberNccDispatcher = {
+ id: this.getMemberId(this.generationForm.systemType),
+ name: '',
+ type: 'NCC_DISPATCHER',
+ deviceCode: ''
+ };
+ memberMap[this.generationForm.systemType].push(memberNccDispatcher);
+ const memberOccDispatcher = {
+ id: this.getMemberId(this.generationForm.systemType),
+ name: '',
+ type: 'OCC_DISPATCHER',
+ deviceCode: ''
+ };
+ memberMap[this.generationForm.systemType].push(memberOccDispatcher);
}
- const memberNccDispatcher = {
- id: this.getMemberId(this.generationForm.systemType),
- name: '',
- type: 'NCC_DISPATCHER',
- deviceCode: ''
- };
- memberMap[this.generationForm.systemType].push(memberNccDispatcher);
- const memberOccDispatcher = {
- id: this.getMemberId(this.generationForm.systemType),
- name: '',
- type: 'OCC_DISPATCHER',
- deviceCode: ''
- };
- memberMap[this.generationForm.systemType].push(memberOccDispatcher);
this.stationList.forEach(station => {
if (!station.depot) {
const member = {