From 74888dfdfebae31504c7f3923f23d49be376e8e9 Mon Sep 17 00:00:00 2001
From: joylink_cuiweidong <364937672@qq.com>
Date: Tue, 7 Jun 2022 17:01:25 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E9=93=81=E9=A1=B9=E7=9B=AE=20?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=82=A1=E9=81=93=20=20=E4=BB=A3=E7=A0=81?=
=?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../theme/components/utils/menuOperate.js | 5 ++
.../datie_02/menus/dialog/sendRunplan.vue | 64 ++++++++++++++++---
.../theme/datie_02/menus/runplanPane.vue | 15 +++--
src/scripts/cmdPlugin/CommandEnum.js | 3 +-
src/scripts/cmdPlugin/OperationHandler.js | 6 ++
5 files changed, 79 insertions(+), 14 deletions(-)
diff --git a/src/jmapNew/theme/components/utils/menuOperate.js b/src/jmapNew/theme/components/utils/menuOperate.js
index 56b9af7c4..20f7a3cd6 100644
--- a/src/jmapNew/theme/components/utils/menuOperate.js
+++ b/src/jmapNew/theme/components/utils/menuOperate.js
@@ -533,6 +533,11 @@ export const menuOperate = {
autoTrigger: {
operation: OperationEvent.CTCCommand.autoTrigger.menu.operation,
cmdType: CMD.CTC.CTC_AUTO_TRIGGER
+ },
+ // 修改股道
+ modifyTrackSection:{
+ operation: OperationEvent.CTCCommand.modifyTrackSection.menu.operation,
+ cmdType: CMD.CTC.CTC_MODIFY_TRACK_SECTION
}
}
diff --git a/src/jmapNew/theme/datie_02/menus/dialog/sendRunplan.vue b/src/jmapNew/theme/datie_02/menus/dialog/sendRunplan.vue
index eb0152a24..91a555e02 100644
--- a/src/jmapNew/theme/datie_02/menus/dialog/sendRunplan.vue
+++ b/src/jmapNew/theme/datie_02/menus/dialog/sendRunplan.vue
@@ -21,7 +21,7 @@
style="width: 100%;border:1px #ccc solid"
>
@@ -36,32 +36,32 @@
width="50"
/>
@@ -116,6 +116,7 @@