提交代码

dev
姜玉琦 2024-07-20 23:28:20 +08:00
parent 4f376f259a
commit 35bb45245d
9 changed files with 25 additions and 25 deletions

View File

@ -3862,7 +3862,7 @@ table{
}
/*质量管理-标养室测*/
/*质量管理-标养室测*/
.process-control{
height: 610px;
}

View File

@ -44,7 +44,7 @@ var vms = Vue.component("amplify-spjk", {
<img src="/images/video_3.png">
</div>
<div class="amplify-equipment-list-data">
<p>AI识别监控</p>
<p>AI智能监测</p>
<div><span v-cloak>{{aiNum}}</span></div>
</div>
</div>

View File

@ -30,23 +30,23 @@
<button type="button" :class="nav == 25 ? 'active' : ''" class="sub-btn"
@click="pageJump(25, '#/prjVideo')">视频监控</button>
<button type="button" :class="nav == 26 ? 'active' : ''" class="sub-btn"
@click="pageJump(26, '#/prjAiVideo')">AI识别监控</button>
@click="pageJump(26, '#/prjAiVideo')">AI智能监测</button>
<button type="button" :class="nav == 27 ? 'active' : ''" class="sub-btn"
@click="pageJump(27, '#/prjPhotography')">项目全景</button>
<button type="button" :class="nav == 28 ? 'active' : ''" class="sub-btn"
@click="pageJump(28, '#/towerCrane')">塔吊监</button><br />
@click="pageJump(28, '#/towerCrane')">塔吊监</button><br />
<button type="button" :class="nav == 29 ? 'active' : ''" class="sub-btn"
@click="pageJump(29, '#/excavation')">基坑监</button>
@click="pageJump(29, '#/excavation')">基坑监</button>
<button type="button" :class="nav == 30 ? 'active' : ''" class="sub-btn"
@click="pageJump(30, '#/distributionBox')">配电箱监</button>
@click="pageJump(30, '#/distributionBox')">配电箱监</button>
<button type="button" :class="nav == 31 ? 'active' : ''" class="sub-btn"
@click="pageJump(31, '#/dumbwaiter')">升降机监</button>
@click="pageJump(31, '#/dumbwaiter')">升降机监</button>
<button type="button" :class="nav == 32 ? 'active' : ''" class="sub-btn" style="display: none;"
@click="pageJump(32, '#/personnelPosition')">人员定位</button><br />
<button type="button" :class="nav == 33 ? 'active' : ''" class="sub-btn"
@click="pageJump(33, '#/standardCuringRoom')">标养室</button>
@click="pageJump(33, '#/standardCuringRoom')">标养室</button>
<button type="button" :class="nav == 34 ? 'active' : ''" class="sub-btn"
@click="pageJump(34, '#/concreteStrength')">泥土强度检</button>
@click="pageJump(34, '#/concreteStrength')">凝土强度监</button>
</div>
</div>
</div>
@ -64,24 +64,24 @@
<button type="button" :class="nav == 60 ? 'active' : ''" class="sub-btn"
@click="pageJump(60, '#/video')">视频监控</button>
<button type="button" :class="nav == 61 ? 'active' : ''" class="sub-btn"
@click="pageJump(61, '#/aiVideo')">AI识别监控</button>
@click="pageJump(61, '#/aiVideo')">AI智能监测</button>
<button v-if="1 == 1" type="button" :class="nav == 62 ? 'active' : ''" class="sub-btn"
@click="pageJump(62, '#/photography')">项目全景</button>
<template v-if="isTypeBuser">
<button type="button" :class="nav == 63 ? 'active' : ''" class="sub-btn"
@click="pageJump(63, '#/videoTowerCrane')">塔吊监</button><br />
@click="pageJump(63, '#/videoTowerCrane')">塔吊监</button><br />
<button type="button" :class="nav == 64 ? 'active' : ''" class="sub-btn"
@click="pageJump(64, '#/videoExcavation')">基坑监</button>
@click="pageJump(64, '#/videoExcavation')">基坑监</button>
<button type="button" :class="nav == 65 ? 'active' : ''" class="sub-btn"
@click="pageJump(65, '#/videoDistributionBox')">配电箱监</button>
@click="pageJump(65, '#/videoDistributionBox')">配电箱监</button>
<button type="button" :class="nav == 66 ? 'active' : ''" class="sub-btn"
@click="pageJump(66, '#/videoDumbwaiter')">升降机监</button>
@click="pageJump(66, '#/videoDumbwaiter')">升降机监</button>
<button type="button" :class="nav == 67 ? 'active' : ''" class="sub-btn" style="display: none;"
@click="pageJump(67, '#/videoPersonnelPosition')">人员定位</button><br />
<button type="button" :class="nav == 68 ? 'active' : ''" class="sub-btn"
@click="pageJump(68, '#/videoStandardCuringRoom')">标养室</button>
@click="pageJump(68, '#/videoStandardCuringRoom')">标养室</button>
<button type="button" :class="nav == 69 ? 'active' : ''" class="sub-btn"
@click="pageJump(69, '#/videoConcreteStrength')">泥土强度检</button>
@click="pageJump(69, '#/videoConcreteStrength')">凝土强度监</button>
</template>
</div>
</div>

View File

@ -8,7 +8,7 @@
style="transform: scale(0.8); position: relative; top: -40px; left: -70px"
> -->
<project-overview-chart
:key="'ai1' + overview"
:key="'ai1' + overviewDay"
:sp="''"
:maintitle="overviewTotalDay"
:legend-opt="legendOpt1"
@ -188,7 +188,7 @@ import debounce from "lodash.debounce";
export default {
data() {
return {
baseUrl: "http://62.234.3.186:8087/YanZhuGZAI",
baseUrl: "https://guangzhou.sxyanzhu.com/YanZhuGZAI",
//
overview: 0,
overviewDay: 0,

View File

@ -35,7 +35,7 @@
<img src="images/video_3.png">
</div>
<div class="equipment-list-data">
<p>AI识别监控</p>
<p>AI智能监测</p>
<div><span v-cloak>{{ aiNum }}</span></div>
</div>
</div>

View File

@ -175,7 +175,7 @@ import '@/components/process-control-new'
import '@/components/trend-chart-line'
import '@/components/screen-select'
export default {
//
//
name: 'JhbigscreenConcreteStrength',
data() {

View File

@ -169,7 +169,7 @@ import '@/components/process-control-new'
import '@/components/trend-chart-line'
import '@/components/screen-select'
export default {
//
//
name: 'JhbigscreenStandardCuringRoom',
data() {
@ -197,7 +197,7 @@ export default {
this.lastRunData = JSON.parse('{"sid":946050,"deviceNo":"010840009F","deviceNoList":[],"temperature":19.1,"humidity":98.5,"createTime":"2024-03-10 16:44:02","startTime":null,"endTime":null,"projectId":0}');
this.onClickTemperatureTrend(1);
this.onClickTumidityTrend(1);
this.selectData = JSON.parse('[{"device_name":"实验室","type_name":"标养室","create_time":"2024-03-10 16:44:02","project_id":132,"name":"标养室监设备010840009F","device_No":"010840009F","id":"010840009F","state":1,"deviceId":"010840009F","points":1,"text":"010840009F","deviceNo":"010840009F"}]');
this.selectData = JSON.parse('[{"device_name":"实验室","type_name":"标养室","create_time":"2024-03-10 16:44:02","project_id":132,"name":"标养室监设备010840009F","device_No":"010840009F","id":"010840009F","state":1,"deviceId":"010840009F","points":1,"text":"010840009F","deviceNo":"010840009F"}]');
this.lastChooseDevice = this.selectData[0];
//
this.warningInterval = setInterval(this.automaticRoll, 5000);

View File

@ -111,7 +111,7 @@
<div class="analyse-map">
<div class="analyse-title analyse_title_blue">
<div class="analyse-text">当前设备</div>
<div class="analyse-equipment">配电箱监</div>
<div class="analyse-equipment">配电箱监</div>
</div>
<div class="hj-moment-max">
<table>
@ -224,7 +224,7 @@ export default {
//
this.warningInterval = setInterval(this.automaticRoll, 5000);
this.powerRun = JSON.parse('{"searchValue":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"remark":null,"params":{},"id":488906,"uid":"PWR.02731XTJ","deviceName":null,"uids":[],"time":"2024-03-10 00:13:44","date":null,"c1":15.5,"c2":1.4,"c3":4.1,"v1":0,"v2":0,"v3":0,"t1":7,"t2":7,"t3":7,"t4":6,"leak":0,"power":0,"startTime":null,"endTime":null,"projectId":null,"projectName":null}');
this.selectData = JSON.parse('[{"searchValue":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"remark":null,"params":{},"id":"PWR.02731XTJ","deviceId":"配电箱监设备 PWR.02731XTJ","deviceName":"配电箱","state":1,"projectId":132,"points":1,"typeName":"配电箱","hzTenantId":"1390137257721987073","hzProjectId":"1634117283072266241","text":"PWR.02731XTJ"}]');
this.selectData = JSON.parse('[{"searchValue":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"remark":null,"params":{},"id":"PWR.02731XTJ","deviceId":"配电箱监设备 PWR.02731XTJ","deviceName":"配电箱","state":1,"projectId":132,"points":1,"typeName":"配电箱","hzTenantId":"1390137257721987073","hzProjectId":"1634117283072266241","text":"PWR.02731XTJ"}]');
this.lastChooseDevice = this.selectData[0];
this.warningData=[{type:"预警A",images:['images/831.jpg'],deviceId:'PWR.02731XTJ',content:'告警内容',time:'24-02-02 14:00',project_abbreviation:'xxx项目'},{type:"预警A",images:['images/831.jpg'],deviceId:'PWR.02731XTJ',content:'告警内容',time:'24-02-02 14:00',project_abbreviation:'xxx项目'},{type:"预警A",images:['images/831.jpg'],deviceId:'PWR.02731XTJ',content:'告警内容',time:'24-02-02 14:00',project_abbreviation:'xxx项目'},]
this.onClickTemperatureTrend(1);

View File

@ -13,7 +13,7 @@ axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'
// 创建axios实例
const service = axios.create({
// axios中请求配置有baseURL选项表示请求URL公共部分
baseURL: "http://62.234.3.186:8087/YanZhuGZAI",
baseURL: "https://guangzhou.sxyanzhu.com/YanZhuGZAI",
// 超时
timeout: 200000
})