This commit is contained in:
3321822538@qq.com 2024-10-06 18:03:09 +08:00
parent ac5d937366
commit 4a06aa359e
3 changed files with 41 additions and 8 deletions

View File

@ -827,6 +827,7 @@
this.checkes = res.data.enabledVoice this.checkes = res.data.enabledVoice
this.power = res.data.lowPower this.power = res.data.lowPower
this.powes = res.data.voiceMinutes this.powes = res.data.voiceMinutes
console.log(this.powes,res.data.voiceMinutes)
this.deviceList.forEach(item => { this.deviceList.forEach(item => {
this.tcidlist.push(item.deviceId) this.tcidlist.push(item.deviceId)
}) })

View File

@ -159,7 +159,9 @@
btnkq(){ btnkq(){
this.$u.put(`/app/device/admin/${this.id}/switch?open=true`).then((res) => { this.$u.put(`/app/device/admin/${this.id}/switch?open=true`).then((res) => {
if (res.code == 200) { if (res.code == 200) {
this.getsn() setTimeout(()=>{
this.btnsx()
},1000)
uni.showToast({ uni.showToast({
title: res.msg, title: res.msg,
icon: 'success', icon: 'success',
@ -178,7 +180,9 @@
btngb(){ btngb(){
this.$u.put(`/app/device/admin/${this.id}/switch?open=false`).then((res) => { this.$u.put(`/app/device/admin/${this.id}/switch?open=false`).then((res) => {
if (res.code == 200) { if (res.code == 200) {
this.getsn() setTimeout(()=>{
this.btnsx()
},1000)
uni.showToast({ uni.showToast({
title: res.msg, title: res.msg,
icon: 'success', icon: 'success',

View File

@ -48,7 +48,9 @@
+ +
</view> --> </view> -->
<view class="fd_set iconfont icon-liebiao" @click="showfz = true"></view> <view class="fd_set iconfont icon-liebiao" @click="showfz = true"></view>
<image style="width: 32rpx;height: 34rpx;margin-top: 10rpx;margin-left: 20rpx;" src="https://api.ccttiot.com/smartmeter/img/static/uiZneL59hHNJ2EsOE557" mode="" @click="pxshow = true"></image>
</view> </view>
<u-select v-model="pxshow" :list="pxlist" @confirm="pxconfirm"></u-select>
</view> </view>
<u-mask :show="showfz" @click="showfz=false"></u-mask> <u-mask :show="showfz" @click="showfz=false"></u-mask>
@ -200,6 +202,22 @@
export default { export default {
data() { data() {
return { return {
pxshow: false,
pxlist: [
{
value: 'deviceName',
label: '按设备名称排序'
},
{
value: 'activationTime',
label: '按绑定时间排序'
},
{
value: 'onlineStatus',
label: '按在线状态排序'
}
],
shuaxin: false, shuaxin: false,
showshop: false, showshop: false,
shoplist: [], shoplist: [],
@ -278,7 +296,8 @@
timer: null, timer: null,
url: "", url: "",
deviceNo: '', deviceNo: '',
btnmsk:false btnmsk:false,
pxzt:'onlineStatus'
} }
}, },
onLoad() { onLoad() {
@ -291,7 +310,7 @@
// this.curtitidx = 0 // this.curtitidx = 0
// this.wateringList = [] // this.wateringList = []
this.logins() this.logins()
this.getgroup(); this.getgroup()
this.deviceId = uni.getStorageSync('deviceIds') this.deviceId = uni.getStorageSync('deviceIds')
this.name = uni.getStorageSync('name') this.name = uni.getStorageSync('name')
let that = this let that = this
@ -345,6 +364,15 @@
} }
}, },
methods: { methods: {
//
pxconfirm(e){
this.pxzt = e[0].value
this.gettanc()
this.pagenum = 1
this.logins()
this.getgroup()
},
funListenDeviceMsgEvent: function(options) { funListenDeviceMsgEvent: function(options) {
switch (options.type) { switch (options.type) {
case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_MY_DATA: case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_MY_DATA:
@ -1013,7 +1041,7 @@
getlist() { getlist() {
this.shujuflag = false this.shujuflag = false
// if (this.storeId == null) { // if (this.storeId == null) {
this.$u.get(`/app/device/list?pageNum=${this.pagenum}&pageSize=${this.pagesize}`).then((res) => { this.$u.get(`/app/device/list?pageNum=${this.pagenum}&pageSize=${this.pagesize}&orderByColumn=${this.pxzt}&isAsc=asc`).then((res) => {
if (res.code == 200) { if (res.code == 200) {
this.xiaflag = true this.xiaflag = true
this.shuaxin = false this.shuaxin = false
@ -1031,9 +1059,9 @@
this.pagenum++ this.pagenum++
this.wateringList = this.wateringList.concat(res.rows) this.wateringList = this.wateringList.concat(res.rows)
this.shujuflag = false this.shujuflag = false
console.log(this.wateringList); // console.log(this.wateringList);
this.groupLists.forEach(groupItem => { this.groupLists.forEach(groupItem => {
groupItem.wateringList = [] groupItem.wateringList
}) })
this.wateringList.forEach(wateringItem => { this.wateringList.forEach(wateringItem => {
this.groupLists[0].wateringList.push(wateringItem) this.groupLists[0].wateringList.push(wateringItem)
@ -1074,7 +1102,7 @@
}) })
}, },
changeGp(item, index) { changeGp(item, index) {
// console.log(item); // console.log(item);
this.pagenum = 1 this.pagenum = 1
this.showfz = false this.showfz = false
if (item == 1) { if (item == 1) {