From c77ffe54bbd49bfe8f60a592d9729cea86150bf9 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期一, 18 八月 2025 18:43:59 +0800
Subject: [PATCH] *
---
src/main/webapp/views/index.html | 347 +++++++++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 307 insertions(+), 40 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 7f035d3..f48ed2f 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -35,7 +35,7 @@
.map {
position: relative;
width: 52vw;
- height: 80vh;
+ height: 72vh;
border-radius: 50%;
display: flex;
justify-content: center;
@@ -100,9 +100,35 @@
z-index: 1000; /* 纭繚鍦ㄥ叾浠栧厓绱犱箣涓� */
}
+ .task-bar-left1 {
+ position: fixed;
+ top: 8%;
+ /*transform: translateY(-50%);*/
+ width: 25%; /* 璁剧疆瀹藉害 */
+ background-color: rgba(255, 255, 255, 0); /* 鍗婇�忔槑鑳屾櫙 */
+
+ border-radius: 5px;
+ padding: 10px;
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0);
+ z-index: 1000; /* 纭繚鍦ㄥ叾浠栧厓绱犱箣涓� */
+ }
+
.task-bar-right {
position: fixed;
top: 1%;
+ /*transform: translateY(-50%);*/
+ width: 25%; /* 璁剧疆瀹藉害 */
+ background-color: rgba(255, 255, 255, 0); /* 鍗婇�忔槑鑳屾櫙 */
+
+ border-radius: 5px;
+ padding: 10px;
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0);
+ z-index: 1000; /* 纭繚鍦ㄥ叾浠栧厓绱犱箣涓� */
+ }
+
+ .task-bar-right1 {
+ position: fixed;
+ top: 5%;
/*transform: translateY(-50%);*/
width: 25%; /* 璁剧疆瀹藉害 */
background-color: rgba(255, 255, 255, 0); /* 鍗婇�忔槑鑳屾櫙 */
@@ -137,7 +163,7 @@
background: #f0f9eb;
}
.container {
- width: 100vh;
+ width: 52vw;
height: 72vh;
position: absolute;
/*background: #8c939d;*/
@@ -178,7 +204,7 @@
}
</style>
</head>
-<body>
+<body id="app1">
<!--<header>-->
<!-- 鐜舰绌挎杞︽櫤鑳界郴缁�-->
<!--</header>-->
@@ -191,19 +217,9 @@
<!-- <div class="outer-ring"></div>-->
<!-- <div v-for="track in energyGatheringRing" class="inner-ring" :style="{ borderColor: track.trackColor , boxShadow : 'inset 0 0 30px '+track.radiationColor+', 0 0 20px '+track.radiationColor}"></div>-->
<!-- <div v-for="track in energyGatheringRing" class="outer-ring" :style="{ borderColor: track.trackColor , boxShadow : 'inset 0 0 30px '+track.radiationColor+', 0 0 20px '+track.radiationColor}"></div>-->
- <svg class="container">
-<!-- <path d="M 100,250-->
-<!-- L 100,800-->
-<!-- C 100,800 100,850 150,850-->
-<!-- C 150,850 200,850 200,800-->
-<!-- L 200,250-->
-<!-- C 200,250 200,200 250,200-->
-<!-- L 1100,200-->
-<!-- C 1100,200 1150,200 1150,150-->
-<!-- C 1150,150 1150,100 1100,100-->
-<!-- L 250,100-->
-<!-- C 250,100 90,90 100,250 z"-->
-<!-- style="fill:none; stroke:blue; stroke-width:4;" />-->
+ <svg class="container"
+ viewBox="0 0 1200 850"
+ preserveAspectRatio="xMidYMid meet">
<path d="M 1200,750
L 1200,100
C 1200,100 1200,50 1150,50
@@ -216,19 +232,13 @@
L 1100,850
C 1100,850 1200,850 1200,750
"
- style="fill:none; stroke:blue; stroke-width:4;" />
+ style="fill:none; stroke:blue; stroke-width:2;" />
</svg>
-<!-- <div class="bus-station">-->
-<!-- <div v-for="(item,i) in devpPos1" class="bus-item-top" :style="'left:' + (75 + i * 15) + 'px'">{{item.dev_no}}</div>-->
-<!-- </div>-->
-<!-- <div class="bus-station" style="flex-direction: column">-->
-<!-- <div v-for="(item,i) in devpPos2" class="bus-item-left" :style="'top:' + (200 + i * 50) + 'px'">{{item.dev_no}}</div>-->
-<!-- </div>-->
-<!-- <div class="bus-station" style="flex-direction: column">-->
-<!-- <div v-for="(item,i) in devpPos3" class="bus-item-left2" :style="'top:' + (100 + i * 10) + 'px'">{{item.dev_no}}</div>-->
-<!-- </div>-->
-<!-- Stations on outer ring-->
- <div v-for="station in tableDataDev" class="station" :style="{ top: station.valueY + 'px', left: station.valueX + 'px' }">{{ station.index }}</div>
+<!-- <div v-for="station in tableDataDev" class="station" :style="{ top: station.valueY + 'px', left: station.valueX + 'px' , backgroundColor: station.modeColor}">{{ station.index }}</div>-->
+ <div v-for="station in tableDataDev" class="station" :style="{
+ top: convertToCSSPosition(station.valueX, station.valueY).y + 'px',
+ left: convertToCSSPosition(station.valueX, station.valueY).x + 'px',
+ backgroundColor: station.modeColor}">{{ station.index }}</div>
<div>
<el-switch
style="display: block"
@@ -241,7 +251,11 @@
</el-switch>
</div>
<!-- Buses -->
- <div v-for="bus in tableDataRgv" class="bus" :style="{ top: bus.valueY + 'px', left: bus.valueX + 'px' , borderColor: bus.modeColor, backgroundColor: bus.statusColor}">{{ bus.index }}</div>
+<!-- <div v-for="bus in tableDataRgv" class="bus" :style="{ top: bus.valueY + 'px', left: bus.valueX + 'px' , borderColor: bus.modeColor, backgroundColor: bus.statusColor}">{{ bus.index }}</div>-->
+ <div v-for="bus in tableDataRgv" class="bus" :style="{
+ top: convertToCSSPositionWithOffset(bus.valueX, bus.valueY).y + 'px',
+ left: convertToCSSPositionWithOffset(bus.valueX, bus.valueY).x + 'px',
+ borderColor: bus.modeColor, backgroundColor: bus.statusColor}">{{ bus.index }}</div>
</div>
<!-- Left Task Bar -->
@@ -317,6 +331,50 @@
</el-table>
</div>
</div>
+ <div class="task-bar-left1 left-task-bar" >
+ <div>
+ <el-tooltip :content="'Switch value: ' + valueLeft1" placement="top">
+ <el-switch
+ v-model="valueLeft1"
+ active-color="#13ce66"
+ inactive-color="#ff4949"
+ active-value="100"
+ inactive-value="0">
+ </el-switch>
+ </el-tooltip>
+ </div>
+ <div v-if="valueLeft1 === '100' " class="task-bar-div1">
+ <el-table
+ :data="tableDataLeft1"
+ style="width: 100%"
+ :row-class-name="tableRowClassName">
+ <el-table-column
+ prop="wrkNo1"
+ label="宸ヤ綔鍙�">
+ </el-table-column>
+ <el-table-column
+ prop="rgvNo"
+ label="RGV鍙�">
+ </el-table-column>
+ <el-table-column
+ prop="sendTime"
+ label="涓嬪彂鏃堕棿">
+ </el-table-column>
+ <el-table-column
+ prop="mode"
+ label="绫诲瀷">
+ </el-table-column>
+ <el-table-column
+ prop="sourceSta"
+ label="璧风偣">
+ </el-table-column>
+ <el-table-column
+ prop="posSta"
+ label="缁堢偣">
+ </el-table-column>
+ </el-table>
+ </div>
+ </div>
<!-- Right Task Bar -->
<div class="task-bar-right right-task-bar">
@@ -354,6 +412,10 @@
label="鐘舵��">
</el-table-column>
<el-table-column
+ prop="error$"
+ label="寮傚父">
+ </el-table-column>
+ <el-table-column
label="鎿嶄綔"
type="template">
<template slot-scope="scope">
@@ -368,15 +430,58 @@
</el-table>
</div>
</div>
+ <div class="task-bar-right1 right-task-bar">
+ <div>
+ <el-tooltip :content="'Switch value: ' + valueRight1" placement="top">
+ <el-switch
+ v-model="valueRight1"
+ active-color="#13ce66"
+ inactive-color="#ff4949"
+ active-value="100"
+ inactive-value="0">
+ </el-switch>
+ </el-tooltip>
+ </div>
+ <div v-if="valueRight1 === '100' " class="task-bar-div1">
+ <el-table
+ :data="tableDataRight1"
+ style="width: 100%"
+ :row-class-name="tableRowClassName">
+ <el-table-column
+ prop="rgvNo"
+ label="灏忚溅鍙�">
+ </el-table-column>
+ <el-table-column
+ prop="error"
+ label="寮傚父">
+ </el-table-column>
+ <el-table-column
+ prop="createTime$"
+ label="璁板綍鏃ユ湡">
+ </el-table-column>
+ </el-table>
+ </div>
+ </div>
</div>
<script>
+ // 鍦╒ue瀹炰緥澶栬幏鍙朾ody灏哄
+ function getBodySize() {
+ return {
+ width: document.body.clientWidth,
+ height: document.body.clientHeight
+ };
+ }
var app = new Vue({
el: '#app',
data: {
+ containerSize: { width: 0, height: 0},
+ bodySize: { width: 0, height: 0 },
activeNames: ['1'],
valueLeft: '0',
+ valueLeft1: '0',
valueRight: '0',
+ valueRight1: '0',
licenseDay: '宸茶繃鏈�',
licenseDayI: 100,
valueSystem: false,
@@ -384,7 +489,9 @@
tableDataDev: [],
energyGatheringRing: [],
tableDataLeft: [],
+ tableDataLeft1: [],
tableDataRight: [],
+ tableDataRight1: [],
devpPos1:[
{dev_no: 116,pos:633980},
{dev_no: 117,pos:604043},
@@ -433,13 +540,33 @@
watch: {
},
+
+ // 鍦� mounted 涓垵濮嬪寲灏哄鍜岀洃鍚�
+ mounted() {
+ this.updateContainerSize();
+ this.updateBodySize();
+ window.addEventListener('resize', this.handleResize);
+ },
+ beforeDestroy() {
+ window.removeEventListener('resize', this.handleResize);
+ },
+ computed: {
+ mappedStations() {
+ return this.tableDataDev.map(station => ({
+ ...station,
+ position: this.convertToCSSPosition(station.valueX, station.valueY)
+ }));
+ }
+ },
methods: {
init(){
this.getTableDataRgv()
this.getTableDataDev()
this.getTableDataTrack()
this.getTableDataLeft()
+ this.getTableDataLeft1()
this.getTableDataRight()
+ this.getTableDataRight1()
this.getValueSystem()
this.getLicenseDays()
@@ -448,11 +575,82 @@
this.getTableDataDev()
this.getTableDataTrack()
this.getTableDataLeft()
+ this.getTableDataLeft1()
this.getTableDataRight()
+ this.getTableDataRight1()
this.getValueSystem()
this.getLicenseDays()
}, 1000)
+ },
+
+ // 鑾峰彇瀹瑰櫒瀹為檯灏哄
+ updateContainerSize() {
+ const mapEl = this.$el.querySelector('.map');
+ this.containerSize = {
+ width: mapEl.clientWidth,
+ height: mapEl.clientHeight
+ };
+ },
+ convertToCSSPositionWithOffset(svgX, svgY, radius) {
+ const basePos = this.convertToCSSPosition(svgX, svgY);
+ // 绀轰緥锛氬悜鍙冲亸绉诲崐寰勭殑璺濈锛堝彲鏍规嵁闇�姹傝皟鏁村亸绉绘柟鍚戯級
+ return {
+ x: basePos.x -14,
+ y: basePos.y -14
+ };
+ },
+ // 鏇存柊body灏哄
+ updateBodySize() {
+ this.bodySize = getBodySize();
+ },
+
+ // 鍧愭爣杞崲鍑芥暟
+ convertToCSSPosition(svgX, svgY) {
+ const svgWidth = 1200; // SVG 鍘熷瀹藉害
+ let svgWidthR = 0; //
+ const svgHeight = 850; // SVG 鍘熷楂樺害
+ let svgHeightR = 0; //
+ if (svgX>svgWidth/2){
+ svgWidthR = (((svgX-svgWidth/2)/svgWidth) * this.containerSize.width) + this.bodySize.width/2 - this.bodySize.width*((1-0.52)/2);
+ } else {
+ svgWidthR = this.bodySize.width/2 - (((svgWidth/2 - svgX)/svgWidth) * this.containerSize.width) - this.bodySize.width*((1-0.52)/2);
+ }
+ if (svgY>svgHeight/2){
+ svgHeightR = (((svgY-svgHeight/2)/svgHeight) * this.containerSize.height) + this.bodySize.height/2 - this.bodySize.height*((1-0.72)/2);
+ } else {
+ svgHeightR = this.bodySize.height/2 - (((svgHeight/2 - svgY)/svgHeight) * this.containerSize.height) - this.bodySize.height*((1-0.72)/2);
+ }
+ return {
+ x: svgWidthR,
+ y: svgHeightR
+ };
+ },
+
+ handleZoom(e) {
+ const scaleDelta = e.deltaY > 0 ? 0.9 : 1.1;
+ const currentScale = this.scale || 1;
+ const newScale = Math.max(0.5, Math.min(2, currentScale * scaleDelta));
+
+ // 搴旂敤缂╂斁
+ const svgEl = this.$el.querySelector('.container');
+ svgEl.style.transform = `scale(${newScale})`;
+ this.scale = newScale;
+ },
+ verifyPassword(callback) {
+ this.$prompt('璇疯緭鍏ョ鐞嗗憳瀵嗙爜: root', '楠岃瘉', {
+ confirmButtonText: '纭畾',
+ cancelButtonText: '鍙栨秷',
+ inputType: 'password',
+ inputPattern: /^root$/,
+ inputErrorMessage: '瀵嗙爜閿欒'
+ }).then(({ value }) => {
+ if (value === 'root') {
+ callback();
+ }
+ }).catch(() => {
+ this.$message.info('宸插彇娑堟搷浣�');
+ });
},
handleChange(val) {
console.log(val);
@@ -463,6 +661,18 @@
if (val.length >= 1){
this.handleChangeValueRight(1)
+ }
+ }
+ },
+ handleChange1(val) {
+ console.log(val);
+ if (val.length === 0){
+ valueRight1 = '0';
+ } else {
+ console.log("2222"+val);
+
+ if (val.length >= 1){
+ this.handleChangeValueRight1(1)
}
}
},
@@ -537,6 +747,22 @@
valueRight = '0';
}
},
+ handleChangeValueRight1(val) {
+ console.log("33333"+val);
+
+ switch (val){
+ case 1:
+ valueRight1 = '100';
+ case 2:
+ valueRight1 = '100';
+ case 3:
+ valueRight1 = '100';
+ case 4:
+ valueRight1 = '100';
+ default:
+ valueRight1 = '0';
+ }
+ },
tableRowClassName({row, rowIndex}) {
if (rowIndex === 1) {
return 'warning-row';
@@ -566,7 +792,9 @@
}
}
});
-
+ // setTimeout(function() {
+ //
+ // }, 1000);
},
getValueSystem() {
let that = this;
@@ -590,16 +818,18 @@
if (that.valueSystem){
operatorTypeI = 1;
}
- $.ajax({
- url: baseUrl + "/console/system/switch",
- headers: {'token': localStorage.getItem('token')},
- data: {operatorType : operatorTypeI},
- method: 'POST',
- success: function (res) {
- if (res.code === 200) {
- that.valueSystem = res.data.status;
+ this.verifyPassword(() => {
+ $.ajax({
+ url: baseUrl + "/console/system/switch",
+ headers: {'token': localStorage.getItem('token')},
+ data: {operatorType : operatorTypeI},
+ method: 'POST',
+ success: function (res) {
+ if (res.code === 200) {
+ that.valueSystem = res.data.status;
+ }
}
- }
+ });
});
},
getTableDataLeft() {
@@ -618,6 +848,22 @@
}
});
},
+ getTableDataLeft1() {
+ let that = this;
+ $.ajax({
+ url: baseUrl + "/rgv/ring/through/task/wrk/mast/position/data/v1",
+ headers: {
+ 'token': localStorage.getItem('token')
+ },
+ data: {},
+ dataType: 'json',
+ contentType: 'application/json;charset=UTF-8',
+ method: 'post',
+ success: function (res) {
+ that.tableDataLeft1 = res.data
+ }
+ });
+ },
getTableDataRight() {
let that = this;
$.ajax({
@@ -631,6 +877,22 @@
method: 'post',
success: function (res) {
that.tableDataRight = res.data
+ }
+ });
+ },
+ getTableDataRight1() {
+ let that = this;
+ $.ajax({
+ url: baseUrl + "/rgv/task/rgv/circular/shuttle/mast/position/data/v1",
+ headers: {
+ 'token': localStorage.getItem('token')
+ },
+ data: {},
+ dataType: 'json',
+ contentType: 'application/json;charset=UTF-8',
+ method: 'post',
+ success: function (res) {
+ that.tableDataRight1 = res.data
}
});
},
@@ -683,7 +945,12 @@
that.energyGatheringRing = res.data
}
});
- }
+ },
+ // 澶勭悊绐楀彛澶у皬鍙樺寲
+ handleResize: _.debounce(function() {
+ this.updateContainerSize();
+ this.updateBodySize();
+ }, 100)
}
})
--
Gitblit v1.9.1