From e9fc978c064f92b76779ceff628e80030779bca0 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Tue, 12 Jul 2022 15:49:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E9=93=81=E9=A1=B9=E7=9B=AE=20ctc=20?= =?UTF-8?q?=E8=A1=8C=E8=BD=A6=E6=97=A5=E5=BF=97=20=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E8=B6=85=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/components/utils/menuOperate.js | 5 ++ .../theme/datie_02/menus/runplanPane.vue | 48 ++++++++++++++++++- src/scripts/cmdPlugin/CommandEnum.js | 1 + src/scripts/cmdPlugin/OperationHandler.js | 7 +++ 4 files changed, 60 insertions(+), 1 deletion(-) diff --git a/src/jmapNew/theme/components/utils/menuOperate.js b/src/jmapNew/theme/components/utils/menuOperate.js index d3696a300..85cb4f210 100644 --- a/src/jmapNew/theme/components/utils/menuOperate.js +++ b/src/jmapNew/theme/components/utils/menuOperate.js @@ -594,6 +594,11 @@ export const menuOperate = { operation: OperationEvent.CTCCommand.setDeleteRunplanLabel.menu.operation, cmdType: CMD.CTC.CTC_LOG_SET_DELETE_LABEL }, + // 设置超限 + setTransfinite:{ + operation: OperationEvent.CTCCommand.setTransfinite.menu.operation, + cmdType: CMD.CTC.CTC_LOG_SET_TRANSFINITE + }, // 修改行车计划的邻站信息 modifyAdjacentStation:{ operation: OperationEvent.CTCCommand.modifyAdjacentStation.menu.operation, diff --git a/src/jmapNew/theme/datie_02/menus/runplanPane.vue b/src/jmapNew/theme/datie_02/menus/runplanPane.vue index 11d4db140..0fdb667f6 100644 --- a/src/jmapNew/theme/datie_02/menus/runplanPane.vue +++ b/src/jmapNew/theme/datie_02/menus/runplanPane.vue @@ -435,6 +435,29 @@