diff --git a/src/components/PopMenu/index.vue b/src/components/PopMenu/index.vue index 4f81ee6a5..f982ae27a 100644 --- a/src/components/PopMenu/index.vue +++ b/src/components/PopMenu/index.vue @@ -232,7 +232,7 @@ export default { position: fixed; padding: 5px 0px; border: 1px solid gray; - z-index: 2; + z-index: 9999; .dsp-block { display: block; diff --git a/src/jmapNew/theme/xian_02/menus/dialog/stopProfile.vue b/src/jmapNew/theme/xian_02/menus/dialog/stopProfile.vue new file mode 100644 index 000000000..5420e67cb --- /dev/null +++ b/src/jmapNew/theme/xian_02/menus/dialog/stopProfile.vue @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.label }} + + + + + + + + + + + + + + 确定 + 取消 + 帮助 + + + + + + + + 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 @@ - - {{ item.plannedStop }} + + {{ item.planned }} {{ item.plannedArrival }} {{ item.scheduledArrival }} @@ -53,13 +53,17 @@ - 穿梭 + + >> + + + - {{ item.plannedSkip }} + {{ item.planned }} {{ item.plannedArrival }} {{ item.scheduledArrival }} @@ -67,7 +71,7 @@ - 复位 + 复位 @@ -75,7 +79,7 @@ - + 确认 取消 帮助 @@ -106,11 +110,12 @@ export default { standDirection: '', notes: '' }, - testData1: [{plannedStop: '测试1', plannedArrival: '05:33:22', scheduledArrival: '06:11:31'}, {plannedStop: '测试2', plannedArrival: '07:33:22', scheduledArrival: '08:11:31'}], - testData2: [{plannedSkip: '测试3', plannedArrival: '09:44:57', scheduledArrival: '10:00:00'}], + testData1: [{planned: '测试1', plannedArrival: '05:33:22', scheduledArrival: '06:11:31'}, {planned: '测试2', plannedArrival: '07:33:22', scheduledArrival: '08:11:31'}], + testData2: [{planned: '测试3', plannedArrival: '09:44:57', scheduledArrival: '10:00:00'}], loading: false, rules: {}, - dialogShow: false + dialogShow: false, + leftSelect: null }; }, computed: { @@ -139,6 +144,16 @@ export default { } }, methods: { + selectedLeftRow(index) { + this.leftSelect = index; + }, + updateData() { + this.testData2.push(this.testData1[this.leftSelect]); + this.testData1.splice(this.leftSelect, 1); + }, + rest() { + this.leftSelect = null; + }, doClose() { this.loading = false; this.dialogShow = false; diff --git a/src/jmapNew/theme/xian_02/menus/dialog/warningConfirm.vue b/src/jmapNew/theme/xian_02/menus/dialog/warningConfirm.vue new file mode 100644 index 000000000..c27d6ee5a --- /dev/null +++ b/src/jmapNew/theme/xian_02/menus/dialog/warningConfirm.vue @@ -0,0 +1,215 @@ + + + + + + {{ warningMessage }} + + + + + + + + + + + + + + + + + 确认 + + + + + + + + + + + + + + + + + + + + + + + + + + + 确认 + + + + + + + + + + + 取消 + 帮助 + + + + + + + + diff --git a/src/jmapNew/theme/xian_02/menus/index.vue b/src/jmapNew/theme/xian_02/menus/index.vue index b6d1f2c27..ad6911281 100644 --- a/src/jmapNew/theme/xian_02/menus/index.vue +++ b/src/jmapNew/theme/xian_02/menus/index.vue @@ -14,7 +14,7 @@ - + @@ -95,6 +95,9 @@ export default { }, closeMenuStationStand() { this.$refs.menuStationStand.doClose(); + }, + standOperationCallback(val) { + this.$refs.menuStationStand.callback(val); } } }; @@ -168,7 +171,6 @@ export default { background: #5F9EA0; opacity: 1; } - .xian-02__system .el-dialog .el-dialog__title { font-size: 16px; color: #fff; @@ -176,7 +178,14 @@ export default { top: 4px; left:25px; } - + .xian-02__menus .stand-stop-time .el-dialog .el-dialog__title { + font-size: 16px; + color: #000; + font-weight: bold; + position: absolute; + top: 4px; + left:550px; + } .xian-02__system .el-dialog .el-dialog__headerbtn { background: linear-gradient(#CD98A0, #C27D6E, #B63022, #C68770); border: 1px solid #fff; 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 @@ - + @@ -13,7 +13,7 @@