From 87a603e52d9b487ba0d2b88b28bba157e656a1ab Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Fri, 24 Feb 2023 10:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E6=AE=B5=E5=8F=B3=E9=94=AE=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=88=86=E8=B7=AF=E4=B8=8D=E8=89=AF=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/components/utils/menuOperate.js | 10 +++++ .../childDialog/defectivePasswordBox.vue | 8 +++- .../datie_02/menus/dialog/forkDirective.vue | 8 +++- .../theme/datie_02/menus/menuSection.vue | 37 ++++++++++++++++++- src/scripts/cmdPlugin/OperationHandler.js | 7 ++++ 5 files changed, 65 insertions(+), 5 deletions(-) diff --git a/src/jmapNew/theme/components/utils/menuOperate.js b/src/jmapNew/theme/components/utils/menuOperate.js index abfa281ed..a66ed6275 100644 --- a/src/jmapNew/theme/components/utils/menuOperate.js +++ b/src/jmapNew/theme/components/utils/menuOperate.js @@ -74,6 +74,16 @@ export const menuOperate = { // 添加备用车 (大铁线路 车次号 非车组号) operation: OperationEvent.Section.addSpareTrain.menu.operation, cmdType: CMD.Section.CMD_TRAIN_LOAD_TRIP_NUMBER_TRAIN + }, + defectiveShunting:{ + // 分路不良 + operation: OperationEvent.Section.defectiveShunting.menu.operation, + cmdType: CMD.Section.CMD_SECTION_DEFECTIVE_SHUNTING + }, + cancelDefectiveShunting:{ + // 取消分路不良 + operation: OperationEvent.Section.cancelDefectiveShunting.menu.operation, + cmdType: CMD.Section.CMD_SECTION_DEFECTIVE_SHUNTING } }, Signal:{ diff --git a/src/jmapNew/theme/datie_02/menus/dialog/childDialog/defectivePasswordBox.vue b/src/jmapNew/theme/datie_02/menus/dialog/childDialog/defectivePasswordBox.vue index 7845e7a5b..03a1e195a 100644 --- a/src/jmapNew/theme/datie_02/menus/dialog/childDialog/defectivePasswordBox.vue +++ b/src/jmapNew/theme/datie_02/menus/dialog/childDialog/defectivePasswordBox.vue @@ -33,6 +33,7 @@