From 4378cc56cb6ffaa4e16ce80a8488d5536392eaf2 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Sun, 26 Apr 2020 18:49:20 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E8=A5=BF=E5=AE=89=E4=BA=8C=E5=8F=B7?= =?UTF-8?q?=E7=BA=BF=E7=AB=99=E5=8F=B0=E6=93=8D=E4=BD=9C=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xian_02/menus/dialog/updateStandPlan.vue | 33 ++- .../xian_02/menus/dialog/warningConfirm.vue | 210 ++++++++++++++++++ src/jmapNew/theme/xian_02/menus/index.vue | 10 +- .../theme/xian_02/menus/menuStationStand.vue | 2 +- .../theme/xian_02/menus/popStationStand.vue | 50 ++++- src/utils/baseUrl.js | 4 +- 6 files changed, 292 insertions(+), 17 deletions(-) create mode 100644 src/jmapNew/theme/xian_02/menus/dialog/warningConfirm.vue diff --git a/src/jmapNew/theme/xian_02/menus/dialog/updateStandPlan.vue b/src/jmapNew/theme/xian_02/menus/dialog/updateStandPlan.vue index 8efb4bf4e..7004919a3 100644 --- a/src/jmapNew/theme/xian_02/menus/dialog/updateStandPlan.vue +++ b/src/jmapNew/theme/xian_02/menus/dialog/updateStandPlan.vue @@ -44,8 +44,8 @@
@@ -95,6 +95,9 @@ export default { }, closeMenuStationStand() { this.$refs.menuStationStand.doClose(); + }, + standOperationCallback(val) { + this.$refs.menuStationStand.callback(val); } } }; @@ -122,7 +125,7 @@ export default { .xian-02__pop_tip_station{ padding: 0 !important; margin: 0 !important; - background: #508F86; + background: #5F9EA0; border: 1px solid #6B736A; border-radius: 0; } diff --git a/src/jmapNew/theme/xian_02/menus/menuSignal.vue b/src/jmapNew/theme/xian_02/menus/menuSignal.vue index 230612add..704aa7fdf 100644 --- a/src/jmapNew/theme/xian_02/menus/menuSignal.vue +++ b/src/jmapNew/theme/xian_02/menus/menuSignal.vue @@ -1,6 +1,6 @@