| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614 |
- <template>
- <view>
- <view class="status_bar"></view>
- <view class="" style="position: relative;top: 64px;">
- <view style="position: fixed;z-index: 100;">
- <uni-nav-bar @clickLeft="clickLeft" left-icon="back" title="害虫统计"></uni-nav-bar>
- </view>
- <view class="statistics">
- <view class="top_text">
- <view :class="topindex==index?'title_text_color':'tltle_text'" v-for="(item,index) in toptext" :key="index" @click="changeindex(index)">
- {{item}}
- </view>
- </view>
- <view class="shuju_one">
- <p class="shuju_one_title">害虫趋势统计</p>
- <view class="shuju_one_btn">
- <view class="schedule_box">
- <view class="schedule" @click="pickertfone=!pickertfone">
- <p class="schedule_value">{{titletext[indexone]}}</p>
- <p class="schedule_icon">
- <u-icon name="arrow-down"></u-icon>
- </p>
- </view>
- <u-picker v-model="pickertfone" mode="selector" @confirm="confirmFun" :default-selector="[indexone]" :range="titletext"></u-picker>
- <view class="schedule" @click="pickertftwo=!pickertftwo" v-if="tishitf">
- <p class="schedule_value">{{wormdata[indextwo]}}</p>
- <p class="schedule_icon">
- <u-icon name="arrow-down"></u-icon>
- </p>
- <u-picker v-model="pickertftwo" mode="selector" @confirm="confirmFun2" :default-selector="[indextwo]" :range="wormdata"></u-picker>
- </view>
- </view>
- </view>
- <view class="canvastishi" v-if="!canvastishiTF">
- 暂无数据
- </view>
- <canvas v-if="canvastishiTF" canvas-id="canvasColumnA" id="canvasColumnA" class="charts" @touchstart="touchLineA($event)"
- @touchmove="moveLineA($event)" @touchend="touchEndLineA($event)" disable-scroll=true :style="{'width':cWidth*pixelRatio+'px','height':cHeight*pixelRatio+'px', 'transform': 'scale('+(1/pixelRatio)+')','margin-left':-cWidth*(pixelRatio-1)/2+'px','margin-top':-cHeight*(pixelRatio-1)/2+'px'}"></canvas>
- </view>
- <view class="shuju_two">
- <p class="shuju_one_title">害虫比例</p>
- <view class="canvastishi" v-if="!canvastishiTF">
- 暂无数据
- </view>
- <canvas v-if="canvastishiTF" canvas-id="canvasRing" id="canvasRing" class="charts" @touchstart="touchRing" :style="{'width':cWidth*pixelRatio+'px','height':cHeight*pixelRatio+'px', 'transform': 'scale('+(1/pixelRatio)+')','margin-left':-cWidth*(pixelRatio-1)/2+'px','margin-top':-cHeight*(pixelRatio-1)/2+'px'}"></canvas>
- </view>
- </view>
- </view>
- </view>
- </template>
- <style lang="scss">
- .top_text {
- width: 90%;
- position: absolute;
- top: 54px;
- display: flex;
- left: 5%;
- .tltle_text {
- width: 50%;
- border: 2rpx solid #F0F0F0;
- text-align: center;
- }
- .title_text_color {
- width: 50%;
- border: 2rpx solid #64CC82;
- text-align: center;
- }
- }
- .tishi {
- position: absolute;
- top: 250rpx;
- left: 40%;
- font-size: 32rpx;
- color: #7A7373;
- }
- .shuju_one_title {
- font-size: 32rpx;
- font-weight: 700;
- width: 100%;
- text-align: center;
- margin-bottom: 20rpx;
- }
- .shuju_one_btn {
- width: 90%;
- margin: 0 auto;
- display: flex;
- justify-content: space-between;
- .schedule_box {
- display: flex;
- }
- .schedule {
- display: flex;
- width: 280rpx;
- height: 50rpx;
- border: 2rpx solid #F0F0F0;
- margin-left: 20rpx;
- .schedule_value {
- width: 70%;
- text-align: center;
- line-height: 50rpx;
- font-size: 24rpx;
- }
- .schedule_icon {
- width: 30%;
- background-color: #F2F2F2;
- text-align: center;
- line-height: 50rpx;
- }
- }
- }
- </style>
- <script>
- import uCharts from '../../../../components/js_sdk/u-charts/u-charts/u-charts.js';
- var canvaColumnA = null;
- var canvasRing = null;
- var newtime = +new Date()
- var strrttime = newtime - 24 * 60 * 60 * 1000
- export default {
- data() {
- return {
- cWidth: '400',
- cHeight: '400',
- pixelRatio: 1,
- canvastishiTF: false,
- d_id: '',
- start_time: strrttime,
- end_time: newtime,
- titletext: ["24小时", "近一个月", "近半年", "近一年"],
- device_id: '',
- pest_name: '',
- wormdata: [],
- pickertfone: false,
- pickertftwo: false,
- indexone: 0,
- indextwo: 0,
- tishitf: false,
- tishi: false,
- toptext: ["自动统计", "手动统计"],
- topindex: 0
- }
- },
- methods: {
- async historys() { //获取统计虫子 自动统计 初始化统计 没有传入害虫名称
- const res = await this.$myRequest({
- url: '/api/api_gateway?method=forecast.worm_lamp.pest_statistics',
- data: {
- d_id: this.d_id,
- start_time: parseInt(this.start_time / 1000),
- end_time: parseInt(this.end_time / 1000),
- }
- })
- this.historydatas = res
- console.log(this.historydatas)
- if (this.historydatas.date.length == 0) {
- this.canvastishiTF = false
- this.tishitf = false
- } else {
- this.canvastishiTF = true
- this.tishitf = true
- this.wormdata = []
- for (var i = 0; i < res.percentage.length; i++) {
- this.wormdata.unshift(res.percentage[i].name_num)
- }
- var arr1 = []
- var arr2 = []
- var arr3 = []
- var xtitle = []
- var ringarr = []
- for (var i = 0; i < res.date.length; i++) {
- var times = new Date(res.date[i].addtime * 1000)
- xtitle.unshift(times.getMonth() + 1 + "/" + times.getDate() + "-" + times.getHours() + ":" + times.getSeconds())
- arr1.unshift(res.date[i].temperature == "" ? "0" : res.date[i].temperature)
- arr2.unshift(res.date[i].humidity == "" ? "0" : res.date[i].humidity)
- arr3.unshift(res.date[i]._sums == "" ? "0" : res.date[i]._sums)
- }
- for(var i = 0; i < res.percentage.length; i++){
- var obj = {}
- obj.name = res.percentage[i].name_num
- obj.data = Number(res.percentage[i].num)
- ringarr.unshift(obj)
- }
- console.log(ringarr)
- var obj = [{
- name: '温度',
- data: arr1,
- color: '#00E29D'
- }, {
- name: '湿度',
- data: arr2,
- color: '#6CBBFF'
- }, {
- name: '害虫总数',
- data: arr3,
- color: '#FF3F3F'
- }]
- this.showColumn("canvasColumnA", xtitle, obj)
- this.showRing(ringarr)
- }
- },
- async history() { //获取统计虫子 //自动统计 传入害虫名称统计 在historys之后
- const res = await this.$myRequest({
- url: '/api/api_gateway?method=forecast.worm_lamp.pest_statistics',
- data: {
- pest_name: this.pest_name,
- d_id: this.d_id,
- start_time: parseInt(this.start_time / 1000),
- end_time: parseInt(this.end_time / 1000)
- }
- })
- this.historydatas = res
- console.log(this.historydatas)
- if (this.historydatas.date.length == 0) {
- this.canvastishiTF = false
- this.tishitf = false
- } else {
- this.canvastishiTF = true
- this.tishitf = true
- var arr1 = []
- var arr2 = []
- var arr3 = []
- var xtitle = []
- for (var i = 0; i < res.date.length; i++) {
- var times = new Date(res.date[i].addtime * 1000)
- xtitle.unshift(times.getMonth() + 1 + "/" + times.getDate() + "-" + times.getHours() + ":" + times.getSeconds())
- arr1.unshift(res.date[i].temperature == "" ? "0" : res.date[i].temperature)
- arr2.unshift(res.date[i].humidity == "" ? "0" : res.date[i].humidity)
- arr3.unshift(res.date[i]._sums == "" ? "0" : res.date[i]._sums)
- }
- var obj = [{
- name: '温度',
- data: arr1,
- color: '#00E29D'
- }, {
- name: '湿度',
- data: arr2,
- color: '#6CBBFF'
- }, {
- name: '害虫总数',
- data: arr3,
- color: '#FF3F3F'
- }]
- this.showColumn("canvasColumnA", xtitle, obj)
- }
- },
- // forecast.worm_lamp.pest_manual_statistics手动统计
- async selfhistorys() { //获取统计虫子 手动统计 初始化统计 不传入害虫名称
- const res = await this.$myRequest({
- url: '/api/api_gateway?method=forecast.worm_lamp.pest_manual_statistics',
- data: {
- device_id: this.d_id,
- start_time: parseInt(this.start_time / 1000),
- end_time: parseInt(this.end_time / 1000)
- }
- })
- console.log(res)
- if (res.date.length == 0) {
- this.tishitf = false
- this.canvastishiTF = false
- } else {
- this.tishitf = true
- this.canvastishiTF = true
- this.wormdata = []
- for (var i = 0; i < res.date.length; i++) {
- this.wormdata.unshift(res.date[i].pest_name)
- }
- var arr1 = []
- var xtitle = []
- var ringarr = []
- for (var i = 0; i < res.date.length; i++) {
- var times = new Date(res.date[i].add_time * 1000)
- xtitle.unshift(times.getMonth() + 1 + "/" + times.getDate() + "-" + times.getHours() + ":" + times.getSeconds())
- arr1.unshift(res.date[i].pest_num == "" ? "0" : res.date[i].pest_num)
- var obj ={}
- obj.name = res.date[i].pest_name
- obj.data = Number(res.date[i].pest_num)
- ringarr.unshift(obj)
- }
- var obj = [{
- name: '害虫总数',
- data: arr1,
- color: '#00E29D'
- }]
- this.showColumn("canvasColumnA", xtitle, obj)
- this.showRing(ringarr)
- }
- },
- async selfhistory() { //获取统计虫子 //手动统计 传入害虫名称
- const res = await this.$myRequest({
- url: '/api/api_gateway?method=forecast.worm_lamp.pest_manual_statistics',
- data: {
- pest_name: this.pest_name,
- device_id: this.d_id,
- start_time: parseInt(this.start_time / 1000),
- end_time: parseInt(this.end_time / 1000)
- }
- })
- this.historydatas = res
- console.log(this.historydatas)
- if (res.date.length == 0) {
- this.tishitf = false
- this.canvastishiTF = false
- } else {
- this.tishitf = true
- this.canvastishiTF = true
- var arr1 = []
- var xtitle = []
- for (var i = 0; i < res.pests.pest_list.length; i++) {
- var times = new Date(res.pests.pest_list[i].add_time * 1000)
- xtitle.unshift(times.getMonth() + 1 + "/" + times.getDate() + "-" + times.getHours() + ":" + times.getSeconds())
- arr1.unshift(res.pests.pest_list[i].pest_num == "" ? "0" : res.pests.pest_list[i].pest_num)
- }
- var obj = [{
- name: '害虫总数',
- data: arr1,
- color: '#00E29D'
- }]
- this.showColumn("canvasColumnA", xtitle, obj)
- }
- },
- clickLeft() {
- uni.navigateBack({
- delta: 1
- })
- },
- confirmFun(index) {
- this.indexone = index[0]
- var now = new Date()
- this.$forceUpdate()
- if (index[0] == 0) {
- this.start_time = strrttime
- if (this.topindex == 0) {
- if (this.pest_name == '') {
- this.historys()
- } else {
- this.history()
- }
- } else {
- if (this.pest_name == '') {
- this.selfhistorys()
- } else {
- this.selfhistory()
- }
- }
- } else if (index[0] == 1) {
- var oldtime = now.setMonth(now.getMonth() - 1)
- this.start_time = parseInt(oldtime)
- if (this.topindex == 0) {
- if (this.pest_name == '') {
- this.historys()
- } else {
- this.history()
- }
- } else {
- if (this.pest_name == '') {
- this.selfhistorys()
- } else {
- this.selfhistory()
- }
- }
- } else if (index[0] == 2) {
- var oldtime = now.setMonth(now.getMonth() - 6)
- this.start_time = parseInt(oldtime)
- if (this.topindex == 0) {
- if (this.pest_name == '') {
- this.historys()
- } else {
- this.history()
- }
- } else {
- if (this.pest_name == '') {
- this.selfhistorys()
- } else {
- this.selfhistory()
- }
- }
- } else if (index[0] == 3) {
- var oldtime = now.setFullYear(now.getFullYear() - 1)
- this.start_time = parseInt(oldtime)
- if (this.topindex == 0) {
- if (this.pest_name == '') {
- this.historys()
- } else {
- this.history()
- }
- } else {
- if (this.pest_name == '') {
- this.selfhistorys()
- } else {
- this.selfhistory()
- }
- }
- }
- },
- confirmFun2(index) {
- console.log(index)
- console.log(this.wormdata)
- this.indextwo = index[0]
- this.pest_name = this.wormdata[this.indextwo]
- if (this.topindex == 0) {
- this.history()
- } else {
- this.selfhistory()
- }
- },
- changeindex(index) {
- this.topindex = index
- if (this.topindex == 0) {
- this.pest_name = ''
- this.tishitf = false
- this.historys()
- } else {
- this.pest_name = ''
- this.tishitf = false
- this.selfhistorys()
- }
- },
- showColumn(id, xtitle, xinfo) {
- var _self = this
- canvaColumnA = new uCharts({
- canvasId: id,
- type: 'line',
- legend: {
- position: "top"
- },
- fontSize: 11,
- background: '#FFFFFF',
- pixelRatio: 1,
- animation: true,
- dataLabel: false,
- categories: xtitle,
- series: xinfo,
- enableScroll: true, //开启图表拖拽功能
- xAxis: {
- disableGrid: true,
- type: 'grid',
- gridType: 'dash',
- itemCount: 5, //x轴单屏显示数据的数量,默认为5个
- scrollShow: true, //新增是否显示滚动条,默认false
- // scrollAlign: 'left', //滚动条初始位置
- scrollBackgroundColor: '#F7F7FF', //默认为 #EFEBEF
- scrollColor: '#DEE7F7', //默认为 #A6A6A6
- },
- yAxis: {},
- width: _self.cWidth * 1,
- height: _self.cHeight * 1,
- extra: {
- line: {
- type: 'curve'
- }
- }
- });
- },
- touchLineA(e) {
- console.log(e)
- canvaColumnA.scrollStart(e);
- },
- moveLineA(e) {
- canvaColumnA.scroll(e);
- },
- touchEndLineA(e) {
- canvaColumnA.scrollEnd(e);
- //下面是toolTip事件,如果滚动后不需要显示,可不填写
- canvaColumnA.showToolTip(e, {
- format: function(item, category) {
- return category + ' ' + item.name + ':' + item.data
- }
- });
- },
- showRing(data) {
- var _self = this
- canvasRing = new uCharts({
- canvasId: "canvasRing",
- type: 'ring',
- fontSize: 11,
- legend: true,
- extra: {
- pie: {
- offsetAngle: -45,
- ringWidth: 40 * _self.pixelRatio,
- labelWidth: 15
- }
- },
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- series: data,
- animation: true,
- width: _self.cWidth * _self.pixelRatio,
- height: _self.cHeight * _self.pixelRatio,
- disablePieStroke: true,
- dataLabel: true,
- });
- },
- touchRing(e) {
- canvasRing.showToolTip(e, {
- format: function(item) {
- return item.name + ':' + item.data
- }
- });
- },
- },
- onLoad(option) {
- this.d_id = option.d_id
- this.device_id = option.device_id
- this.cWidth = uni.upx2px(650);
- this.cHeight = uni.upx2px(500);
- this.historys()
- }
- }
- </script>
- <style lang="scss">
- .shuju_one{
- position: absolute;
- top: 84px;
- width: 90%;
- left: 5%;
- box-shadow: 0 0 10rpx #bcb9ca;
- padding-top: 20rpx;
- box-sizing: border-box;
- height: 650rpx;
- .canvastishi {
- font-size: 32rpx;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-left: -64rpx;
- margin-top: -21rpx;
- }
- }
- .shuju_two{
- position: absolute;
- top: 840rpx;
- width: 90%;
- left: 5%;
- box-shadow: 0 0 10rpx #bcb9ca;
- padding-top: 20rpx;
- box-sizing: border-box;
- height: 650rpx;
- margin-bottom: 40rpx;
- .canvastishi {
- font-size: 32rpx;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-left: -64rpx;
- margin-top: -21rpx;
- }
- }
- .condition {
- position: absolute;
- top: 600rpx;
- display: flex;
- flex-wrap: wrap;
- width: 90%;
- left: 5%;
- box-shadow: 0 0 10rpx #bcb9ca;
- margin-bottom: 30rpx;
- .scroll-X {
- width: 95%;
- margin: 20rpx auto;
- .tr {
- display: flex;
- overflow: hidden;
- .th,
- .td {
- display: inline-block;
- padding: 5rpx;
- width: 240rpx;
- text-align: center;
- height: 52rpx;
- line-height: 52rpx;
- border: 2rpx solid #F1F1F1;
- }
- }
- }
- .pagenumber {
- display: flex;
- margin: 20rpx auto;
- button {
- width: 150rpx;
- height: 50rpx;
- line-height: 50rpx;
- font-size: 26rpx;
- text-align: center;
- background-color: #17BB89;
- color: #FFFFFF;
- }
- .pagenumber_page {
- width: 150rpx;
- height: 50rpx;
- line-height: 50rpx;
- font-size: 26rpx;
- text-align: center;
- }
- }
- }
- </style>
|