This commit is contained in:
3321822538@qq.com 2024-07-08 18:16:58 +08:00
parent 7282664846
commit 883f6e41e8
12 changed files with 476 additions and 399 deletions

View File

@ -134,7 +134,8 @@ export default {
<style lang="scss" scoped>
.cont {
position: fixed;
left: 60rpx;
left: 50%;
transform: translateX(-50%);
bottom: 78rpx;
width: 664rpx;
height: 122rpx;

File diff suppressed because it is too large Load Diff

View File

@ -140,7 +140,7 @@
type: 3
},
{
title: '加',
title: '加',
type: 4
},
{
@ -391,13 +391,25 @@
width: 750rpx;
.no_cont {
margin: 152rpx auto 0;
width: 432rpx;
// margin: 152rpx auto 0;
// width: 432rpx;
padding: 16rpx;
margin-left: -10rpx;
width: 100%;
height: 82vh;
background: #fff;
padding-left: 50rpx;
padding-top: 200rpx;
// overflow: scroll;
padding-bottom: 200rpx;
box-sizing: border-box;
.img {
padding-left: 50rpx;
box-sizing: border-box;
image {
width: 432rpx;
height: 432rpx;
width: 350rpx;
height: 350rpx;
}
}

View File

@ -20,8 +20,7 @@
<view class="left_cont" :class="[
index=== currentIndex? 'act1' : '',
index + 1 === currentIndex? 'act2' : '',
index- 1 === currentIndex? 'act3' : ''
]">
index- 1 === currentIndex? 'act3' : '']">
{{item.title}}
</view>
</view>
@ -177,7 +176,7 @@
this.pageNum = 1
this.rzlist = []
if (this.title == '蜂箱预警记录') {
this.yjtxt = '该蜂场其他蜂箱'
this.yjtxt = '其他蜂箱'
this.getfx()
this.getyuj()
} else {
@ -401,13 +400,23 @@
width: 750rpx;
.no_cont {
margin: 152rpx auto 0;
width: 432rpx;
padding: 16rpx;
margin-left: -10rpx;
width: 100%;
height: 82vh;
background: #fff;
padding-left: 50rpx;
padding-top: 200rpx;
// overflow: scroll;
padding-bottom: 200rpx;
box-sizing: border-box;
.img {
padding-left: 50rpx;
box-sizing: border-box;
image {
width: 432rpx;
height: 432rpx;
width: 350rpx;
height: 350rpx;
}
}

View File

@ -30,6 +30,7 @@
"navigationStyle": "custom"
}
},
//
{
"path": "pages/Apiary",
@ -202,6 +203,14 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path" : "Beehive_ec",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "share_Beehive",

View File

@ -27,7 +27,7 @@
<view class="Apiary_card" v-for="(item,index) in list" :key="index" @click="btnapiaryxq(item.apiaryId)">
<image :src="item.picture" mode=""></image>
<view class="weather">
<image src="https://api.ccttiot.com/smartmeter/img/static/u6wWpgZOuId6JSX8LGmz" mode=""></image>
<image src="https://api.ccttiot.com/smartmeter/img/static/u6wWpgZOuId6JSX8LGmz" mode="scaleToFill"></image>
<view class="txt1">
多云
</view>
@ -66,11 +66,11 @@
total: '',
pagesize: 10,
logoflag: false,
code: ''
code: '',
}
},
onLoad() {
},
onShow() {
this.pagesum = 1
@ -170,7 +170,7 @@
background: #FFFFFF;
box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0, 0, 0, 0.15);
border-radius: 20rpx 20rpx 20rpx 20rpx;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
image {
width: 674rpx;
height: 360rpx;
@ -221,7 +221,6 @@
width: 674rpx;
height: 70rpx;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
image {
width: 44rpx;
@ -250,7 +249,7 @@
display: flex;
flex-wrap: nowrap;
width: 664rpx;
align-items: center;
.search {
display: flex;

View File

@ -43,7 +43,7 @@
<view class="">
</view>
<image src="https://api.ccttiot.com/smartmeter/img/static/uLpiGDDDvBwk7hOhOtVp" mode="" v-if=""></image>
<image src="https://api.ccttiot.com/smartmeter/img/static/uLpiGDDDvBwk7hOhOtVp" mode="scaleToFill" v-if=""></image>
</view>
<view class="imgbox" v-else>

View File

@ -302,7 +302,7 @@
},
btnpage() {
uni.switchTab({
url: '/pages/Beehive'
url: '/pages/Beehive?apiaryId=' + this.apiaryId
})
},
gettq() {

View File

@ -88,7 +88,7 @@
type: 3
},
{
title: '加',
title: '加',
type: 4
},
{
@ -118,7 +118,7 @@
token: '',
checked: false,
id: '',
arrimg:[]
arrimg: []
}
},
onLoad(option) {
@ -131,7 +131,7 @@
this.getfc()
},
onShow() {
this.imglist = []
},
methods: {
//
@ -144,71 +144,34 @@
this.apiaryName = res.data.beehiveName
this.textValue = res.data.content
this.checked = res.data.apiaryLog
if(res.data.picture.length > 0){
if (res.data.picture.length > 0) {
this.imglist = res.data.picture.split(',')
}else{
} else {
this.imglist = []
}
}
})
},
imgdel(indexToRemove){
this.imglist = this.imglist.filter((item, index) => index !== indexToRemove)
imgdel(indexToRemove) {
this.imglist = this.imglist.filter((item, index) => index !== indexToRemove)
},
btnedit(){
btnedit() {
if (this.imglist) {
let validUrls = this.imglist.filter(item => typeof item === 'string')
this.arrimg = validUrls.join(',')
}
let data = {
id:this.id,
id: this.id,
beehiveId: this.apiaryId,
type: this.type,
content: this.textValue,
picture: this.arrimg,
apiaryLog: this.checked
}
this.$u.put(`/farm/beehive/log`,data).then(res => {
if(res.code == 200){
uni.showToast({
title: '编辑成功',
icon: 'success',
duration: 1000
})
setTimeout(() => {
uni.navigateBack()
}, 1500)
}else{
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
},
checkboxChange(e) {
this.checked = e
},
btnadd() {
if (this.imglist) {
let validUrls = this.imglist.filter(item => typeof item === 'string')
this.imglist = validUrls.join(',')
}
let data = {
beehiveId: this.apiaryId,
type: this.type,
content: this.textValue,
picture: this.imglist,
apiaryLog: this.checked
}
this.$u.post(`/farm/beehive/log`, data).then(res => {
this.$u.put(`/farm/beehive/log`, data).then(res => {
if (res.code == 200) {
uni.showToast({
title: '创建成功',
title: '编辑成功',
icon: 'success',
duration: 1000
})
@ -225,6 +188,54 @@
})
},
checkboxChange(e) {
this.checked = e
},
btnadd() {
if (this.apiaryId == '') {
uni.showToast({
title: '请选择蜂箱',
icon: 'none',
duration: 1000
})
} else {
if (this.imglist.length > 80) {
let validUrls = this.imglist.filter(item => typeof item == 'string')
this.imglist = validUrls.join(',')
console.log(this.imglist.length);
}else{
this.imglist = this.imglist[0]
}
let data = {
beehiveId: this.apiaryId,
type: this.type,
content: this.textValue,
picture: this.imglist,
apiaryLog: this.checked
}
this.$u.post(`/farm/beehive/log`, data).then(res => {
if (res.code == 200) {
uni.showToast({
title: '创建成功',
icon: 'success',
duration: 1000
})
setTimeout(() => {
uni.navigateBack()
}, 1500)
} else {
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
}
},
confirmmy(e) {
this.apiaryId = e[0].value
this.apiaryName = e[0].label
@ -463,8 +474,9 @@
width: 33%;
padding-right: 10rpx;
box-sizing: border-box;
position: relative;
.xx{
position: relative;
.xx {
width: 40rpx;
height: 40rpx;
border-radius: 50%;
@ -477,6 +489,7 @@
top: -8rpx;
right: 0;
}
image {
height: 212rpx;
border-radius: 20rpx;

View File

@ -17,8 +17,9 @@
</view>
</view>
<view class="tabbar">
<view class="cont" :id="indextab == index ? 'active' : ''" v-for="(item,index) in miyuancolumns" :key="index" @click="btntab(index,item)">
{{item.label}}
<view class="cont" v-for="(item,index) in miyuancolumns" :key="index" @click="btntab(index,item)">
{{item.label}} <text v-if="item.count != '-1'">({{item.count}})</text>
<view class="gl" :id="indextab == index ? 'active' : ''"></view>
</view>
</view>
</view>
@ -191,7 +192,7 @@
code: '',
swiperHeight:554,
curtitidx:0,
miyuancolumns: [{label:'全部'}],
miyuancolumns: [{label:'全部',count:'a'}],
pagesum: 1,
pagesize: 99,
pagesizes: 5,
@ -203,9 +204,10 @@
}
},
onLoad() {
// this.apiaryId = this.miyuancolumns[0].value
},
onShow() {
this.indextab = 0
this.pagesum = 1
// this.fxlist = []
this.getmiyuancolumns()
@ -251,23 +253,21 @@
this.logoflag = true
}else{
this.logoflag = false
// let uniqueIds = new Set(this.fxlist.map(item => item.sn))
// let uniqueRows = res.rows.filter(row => !uniqueIds.has(row.sn))
// uniqueRows.forEach(row => uniqueIds.add(row.sn))
// this.fxlist = this.fxlist.concat(uniqueRows)
let oldSnSet = new Set(this.fxlist.map(item => item.sn));
let result = [];
res.rows.forEach(row => {
if (oldSnSet.has(row.sn)) {
result.push(row)
oldSnSet.delete(row.sn);
result.push(row)
oldSnSet.delete(row.sn)
} else {
result.push(row);
result.push(row)
}
})
this.fxlist = this.fxlist.filter(item => oldSnSet.has(item.sn));
this.fxlist = result;
this.pagesum++
});
result.sort((a, b) => b.onlineStatus - a.onlineStatus) // 1 0
this.fxlist = result.filter(row => oldSnSet.has(row.sn))
this.fxlist = result;
this.pagesum++;
}
}else{
// uni.showToast({
@ -298,9 +298,10 @@
if (res.code === 200) {
this.miyuancolumns = res.rows.map(item => ({
value: item.apiaryId,
label: item.name
label: item.name,
count:item.beehiveCount
}))
this.miyuancolumns.unshift({ label: '全部',value:''})
this.miyuancolumns.unshift({ label: '全部',value:'',count:'-1'})
this.apiaryId = this.miyuancolumns[0].value
this.logoflag = false
this.getlist()
@ -334,6 +335,7 @@
border-bottom: 3px solid #FFC107;
font-weight: 600;
font-size: 40rpx;
display: block !important;
}
#status{
background-color: #808080;
@ -477,6 +479,18 @@
font-weight: 400;
font-size: 36rpx;
color: #3D3D3D;
position: relative;
.gl{
width: 46rpx;
height: 46rpx;
background: #FFC107;
border-radius: 50%;
position: absolute;
top: 2rpx;
right: -10rpx;
opacity: .7;
display: none;
}
}
}
@ -487,7 +501,7 @@
display: flex;
flex-wrap: nowrap;
width: 664rpx;
align-items: center;
.search {
display: flex;

View File

@ -52,7 +52,7 @@
</view>
<view class="txt">
<view class="iconfont icon-xiangyou1"></view>
<!-- <view class="iconfont icon-xiangyou1"></view> -->
</view>
</view>
@ -89,7 +89,7 @@
</view>
<view class="txt">
<view class="iconfont icon-xiangyou1"></view>
<!-- <view class="iconfont icon-xiangyou1"></view> -->
</view>
</view>

View File

@ -25,7 +25,7 @@
<view class="fclt">
<image src="https://api.ccttiot.com/smartmeter/img/static/ukbyhyrDcp3VzgyeJo2G" mode=""></image>
<view class="fctit">{{fxobj.name == undefined ? '--' : fxobj.name}}</view>
<view class="fcry">已认养</view>
<!-- <view class="fcry">已认养</view> -->
</view>
<view class="fcrt" @click="fxslag = false">
x
@ -80,7 +80,7 @@
<view class="fclt">
<image src="https://api.ccttiot.com/smartmeter/img/static/uB2k1NNeN2QUuSZIAf5r" mode=""></image>
<view class="fctit">{{fcobj.name == undefined ? '--' : fcobj.name}}</view>
<view class="fcry">已认养</view>
<!-- <view class="fcry">已认养</view> -->
</view>
<view class="fcrt" @click="fcflag = false">
x
@ -112,7 +112,7 @@
<view class="">当前湿度{{nowtqobj.humidity == undefined ? '--' : nowtqobj.humidity}}%</view>
</view>
<view class="fcli">
<view class="">在线{{fcobj.beehiveCount == undefined ? '--' : fcobj.beehiveCount}}</view>
<view class="">总蜂箱{{fcobj.beehiveCount == undefined ? '--' : fcobj.beehiveCount}}</view>
</view>
</view>
<view class="btncha" @click="btnpage(2)">
@ -162,9 +162,7 @@
},
onShow() {
this.getMyLocation()
this.getMyLocations()
this.getMyLocations()
},
onReady() {
this.mapContext = uni.createMapContext('map', this)