water-ldht/dist/static/js/chunk-97ea8d1a.00989a0f.js

7 lines
5.2 KiB
JavaScript
Raw Normal View History

2024-11-01 16:58:10 +08:00
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-97ea8d1a"],{2905:function(e,t,a){"use strict";a("cc53")},"7cf8":function(e,t,a){"use strict";a.r(t),a.d(t,"getSiteList",(function(){return n})),a.d(t,"getDeviceInfo",(function(){return c})),a.d(t,"getDeviceList",(function(){return o})),a.d(t,"getDeviceInfos",(function(){return r})),a.d(t,"getLiveAddr",(function(){return u})),a.d(t,"getWaterRate",(function(){return s})),a.d(t,"getCaptureImg",(function(){return l})),a.d(t,"deviceCode",(function(){return f})),a.d(t,"sensorsOfWrite",(function(){return h})),a.d(t,"writeData",(function(){return v}));var d=a("b775"),i=a("2ef0");const n=()=>Object(d["default"])({url:"/map/devices?projectId="+sessionStorage.getItem("projectId"),method:"get"}).then(e=>((null===e||void 0===e?void 0:e.data)||[]).map(e=>({...e,label:e.townName,id:Object(i["uniqueId"])("mo"),iconType:"folder",type:"town",children:(e.communities||[]).map(t=>({...e,...t,label:t.communityName,id:Object(i["uniqueId"])("co"),ids:t.id,iconType:"folder",type:"community",children:(t.devices||[]).map(a=>({...e,...t,...a,iconType:"device",type:"device",label:a.name,id:Object(i["uniqueId"])("de"),ids:a.id}))}))})));function c(e){return Object(d["default"])({url:"/map/deviceInfo?deviceCode="+e.deviceCode,method:"get",data:e})}function o(e){return Object(d["default"])({url:"/device/list?projectId="+e.projectId,method:"get",data:e})}function r(e){return Object(d["default"])({url:"/device/deviceInfo?deviceCode="+e.deviceCode,method:"get",data:e})}function u(e){return Object(d["default"])({url:"/device/liveAddr?deviceCode="+e.deviceCode,method:"get",data:e})}function s(e){return Object(d["default"])({url:"/device/waterRate?deviceCode="+e.deviceCode,method:"get",data:e})}function l(e){return Object(d["default"])({url:"/device/captureImg?deviceCode="+e.deviceCode+"&page="+e.page,method:"get",data:e})}function f(e){return Object(d["default"])({url:"/device/sensors?deviceCode="+e.deviceCode+"&page="+e.page+"&size="+e.size,method:"get",data:e})}function h(e){return Object(d["default"])({url:"/device/sensorsOfWrite?deviceCode="+e.deviceCode+"&page="+e.page+"&size="+e.size,method:"get",data:e})}function v(e){return Object(d["default"])({url:"/deviceSensor/write?deviceCode="+e.deviceCode+"&dataKey="+e.dataKey+"&dataValue="+e.dataValue,method:"post",data:e})}},"85f8":function(e,t,a){"use strict";a.r(t);var d=a("f2bf");const i={style:{width:"100%","text-align":"center",height:"700px"}},n={id:"codRate",ref:"echarts",class:"echarts"},c={id:"anRate",ref:"echarts",class:"echarts"},o={id:"tpRate",ref:"echarts",class:"echarts"},r={id:"tnRate",ref:"echarts",class:"echarts"},u={id:"phRate",ref:"echarts",class:"echarts"};function s(e,t,a,s,l,f){return Object(d["openBlock"])(),Object(d["createElementBlock"])("div",i,[Object(d["createElementVNode"])("div",n,null,512),Object(d["createElementVNode"])("div",c,null,512),Object(d["createElementVNode"])("div",o,null,512),Object(d["createElementVNode"])("div",r,null,512),Object(d["createElementVNode"])("div",u,null,512)])}var l=a("7cf8"),f=a("313e"),h={props:{deviceCode:{type:String,default:""}},data(){return{background:!0,listLoading:!0,lazy:!0,elementLoadingText:"正在加载...",queryForm:{deviceCode:""},type:"pie"}},computed:{height(){return 500}},watch:{deviceCode:function(e,t){this.queryForm.deviceCode=e,this.fetchData()}},created(){},methods:{setOption(e,t,a,d){this.charts=f["a"](document.getElementById(a)),this.charts.setOption({color:["#1165bf","#a26d1b"],tooltip:{trigger:"item",formatter:"{b}({d}%)"},legend:{left:"center",y:"bottom",data:e},series:[{type:this.type,center:["50%","40%"],name:d,radius:["0%","50%"],itemStyle:{emphasis:{shadowBlur:10,shadowOffsetX:0,shadowColor:"rgba(0, 0, 0, 0.5)"},normal:{borderWidth:5,borderColor:"#fff"}},avoidLabelOverlap:!1,label:{normal:{show:!0,position:"inner",textStyle:{fontWeight:200,fontSize:15},formatter:"{d}%"},emphasis:{show:!1}},labelLine:{normal:{show:!1}},data:t}]})},showData(e){this.queryForm.deviceCode=e.deviceCode,this.fetchData()},async fetchData(){this.listLoading=!0;const{data:e}=awai