bike/pages_admin/admin_worke.vue

356 lines
8.7 KiB
Vue
Raw Normal View History

2024-05-08 23:18:30 +08:00
<template>
<view class="page">
2024-06-25 18:02:39 +08:00
<view class="toptit" @click="shows()">
{{areaInfo.areaName}}
</view>
<!-- <u-navbar :is-back='false' title="工作台" :border-bottom="false" :background="bgc" title-color='#2E4975' title-size='36'
height='45'></u-navbar> -->
2024-05-08 23:18:30 +08:00
<view class="cont_box">
<view class="top">
<image src="https://lxnapi.ccttiot.com/bike/img/static/uMlgu6j9jnDqP1ZFL7xj" mode=""></image>
应用入口
</view>
<view class="app_box">
2024-09-30 18:02:20 +08:00
<view class="cont" @click="topage(0)" v-if="deptId==100">
2024-05-08 23:18:30 +08:00
<image src="https://lxnapi.ccttiot.com/bike/img/static/unnmUkUif2eWNKFq9fdg" mode=""></image>
<view class="text">
运营数据
</view>
</view>
2024-08-23 17:55:37 +08:00
<!-- <view class="cont" @click="topage(1)">
2024-05-08 23:18:30 +08:00
<image src="https://lxnapi.ccttiot.com/bike/img/static/upJFJIIZ4hbSEuchNQi3" mode=""></image>
<view class="text">
收入对账
</view>
2024-08-23 17:55:37 +08:00
</view> -->
2024-08-28 18:02:20 +08:00
<view class="cont" @click="topage(8)" v-if="deptId==101">
2024-08-23 17:55:37 +08:00
<image src="https://lxnapi.ccttiot.com/bike/img/static/upJFJIIZ4hbSEuchNQi3" mode=""></image>
<view class="text">
财务报表
</view>
2024-05-08 23:18:30 +08:00
</view>
2024-09-09 18:02:17 +08:00
<view class="cont" @click="topage(2)">
2024-05-08 23:18:30 +08:00
<image src="https://lxnapi.ccttiot.com/bike/img/static/uNfRjhtxYmMPKaX4DqTS" mode=""></image>
<view class="text">
设备管理
</view>
</view>
2024-07-16 18:02:32 +08:00
<!-- <view class="cont" @click="topage(3)">
2024-05-08 23:18:30 +08:00
<image src="https://lxnapi.ccttiot.com/bike/img/static/ugC3s7fvhckzJN9vqsHa" mode=""></image>
<view class="text">
用户管理
</view>
2024-07-16 18:02:32 +08:00
</view> -->
2024-05-15 18:02:17 +08:00
<view class="cont" @click="topage(4)">
2024-05-08 23:18:30 +08:00
<image src="https://lxnapi.ccttiot.com/bike/img/static/uM4rBBaXc7b3TmsqQTvz" mode=""></image>
<view class="text">
2024-05-15 18:02:17 +08:00
用户页面
2024-05-08 23:18:30 +08:00
</view>
2024-05-15 18:02:17 +08:00
</view>
2024-09-09 18:02:17 +08:00
<view class="cont" @click="topage(5)" v-if="userinfo.sysUserId==1">
2024-06-20 18:08:54 +08:00
<image src="https://lxnapi.ccttiot.com/bike/img/static/uM4rBBaXc7b3TmsqQTvz" mode=""></image>
<view class="text">
车辆绑定
</view>
</view>
2024-10-17 18:08:23 +08:00
<view class="cont" @click="topage(6)" v-if="(userinfo.role == 9 || userinfo.role == 4) && deptId == 100">
2024-07-15 18:01:10 +08:00
<image src="https://lxnapi.ccttiot.com/bike/img/static/u47okd0YdEQBsyhLlQIt" mode="" style="width: 50rpx;height: 50rpx;"></image>
<view class="text">
账户明细
</view>
</view>
2024-10-31 17:46:59 +08:00
<view class="cont" @click="topage(7)" v-if="userinfo.role !=4">
2024-08-09 18:03:26 +08:00
<image src="https://lxnapi.ccttiot.com/bike/img/static/u47okd0YdEQBsyhLlQIt" mode="" style="width: 50rpx;height: 50rpx;"></image>
<view class="text">
故障审核
</view>
</view>
2024-10-31 17:46:59 +08:00
<view class="cont" @click="topage(9)" v-if="userinfo.role !=4">
2024-10-22 18:01:31 +08:00
<image src="https://lxnapi.ccttiot.com/bike/img/static/ufE1T9RDOm7OmhLgTzXi" mode="" style="width: 100%;height: 100%;"></image>
<!-- <view class="text">
故障审核
</view> -->
</view>
2024-10-31 17:46:59 +08:00
<view class="cont" @click="topage(10)" v-if="userinfo.role !=4">
2024-10-22 18:01:31 +08:00
<image src="https://lxnapi.ccttiot.com/bike/img/static/uqG3ZQWu986qU0gU9vbb" mode="" style="width: 100%;height: 100%;"></image>
<!-- <view class="text">
故障审核
</view> -->
</view>
2024-10-31 17:46:59 +08:00
<view class="cont" @click="topage(11)" style="width: 96rpx;height: 96rpx;" v-if="userinfo.role !=4">
2024-10-22 18:01:31 +08:00
<image src="https://lxnapi.ccttiot.com/bike/img/static/uqCr4GrXEx6irmRNNsfM" mode="" style="width: 96rpx;height: 96rpx;"></image>
<!-- <view class="text">
故障审核
</view> -->
</view>
2024-05-08 23:18:30 +08:00
</view>
</view>
2024-06-25 18:02:39 +08:00
<u-select v-model="show" :list="list" title='选择运营区' @confirm="confirm"></u-select>
2024-09-02 17:13:16 +08:00
<TabBar :indexs='0' style=""></TabBar>
2024-05-08 23:18:30 +08:00
</view>
</template>
<script>
2024-09-02 17:13:16 +08:00
import TabBar from '@/pages_admin/components/tab-bar/tab-bar.vue';
2024-05-08 23:18:30 +08:00
export default {
2024-09-02 17:13:16 +08:00
components: { TabBar },
2024-06-20 18:08:54 +08:00
data() {
2024-05-08 23:18:30 +08:00
return {
bgc: {
backgroundColor: "#FFFFFF",
},
2024-06-25 18:02:39 +08:00
sn:'',
areaId:0,
areaInfo:{},
list: [],
2024-07-16 18:02:32 +08:00
show: false,
2024-08-17 18:04:06 +08:00
info:{},
2024-08-29 18:01:07 +08:00
userinfo:{},
deptId:null
2024-05-08 23:18:30 +08:00
}
},
onShow() {
2024-08-28 18:02:20 +08:00
this.deptId = uni.getStorageSync('deptId');
2024-05-08 23:18:30 +08:00
this.$store.dispatch('userInfo', this.$u).then(() => {
// 执行其他操作...
});
2024-06-25 18:02:39 +08:00
if(uni.getStorageSync('adminAreaid')){
this.areaId = uni.getStorageSync('adminAreaid')
this.getArea()
2024-08-17 18:04:06 +08:00
this.getinfo()
2024-06-25 18:02:39 +08:00
this.getareaList()
2024-07-16 18:02:32 +08:00
this.getareaInfo()
2024-06-25 18:02:39 +08:00
}
2024-05-08 23:18:30 +08:00
},
computed: {
userId() {
return this.$store.getters.userId;
},
},
methods: {
2024-08-17 18:04:06 +08:00
getinfo() {
this.$u.get("/getAppInfo").then((res) => {
if (res.code == 200) {
this.userinfo = res.user
} else {
// setTimeout(() => {
// this.getinfo()
// }, 200)
}
});
},
2024-07-16 18:02:32 +08:00
getareaInfo() {
this.$u.get('/appVerify/getDept').then((res) => {
if (res.code == 200) {
this.info=res.data
console.log(this.userId,'userIduserIduserId');
}
}).catch(error => {
console.error("Error fetching area data:", error);
});
},
2024-06-25 18:02:39 +08:00
shows(){
if(this.list.length<2){
}else{
this.show =true
}
},
getareaList(){
this.$u.get('/appVerify/getAreaList').then((res) => {
if(res.code==200){
this.list = res.data.map(item => ({
value: item.areaId,
label: item.areaName
}));
}
}).catch(error => {
console.error("Error fetching area data:", error);
});
},
confirm(e){
// console.log(e);
uni.setStorageSync('adminAreaid', e[0].value);
2024-07-01 20:57:18 +08:00
this.areaId= e[0].value
this.getArea()
2024-06-25 18:02:39 +08:00
},
getArea() {
let id = this.areaId
this.$u.get("/app/area/" + id).then((res) => {
if (res.code == 200) {
this.areaInfo=res.data
} else {
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
});
}
});
},
2024-05-14 18:04:34 +08:00
topage(num){
if(num==0){
uni.navigateTo({
url:'/pages_admin/worke/worke_Operation'
})
}else if(num==1){
uni.navigateTo({
url:'/pages_admin/worke/worke_income'
})
}else if(num==2){
uni.navigateTo({
url:'/pages_admin/worke/woke_deviceMgmt'
})
}else if(num==3){
uni.navigateTo({
url:'/pages_admin/worke/worke_user'
})
2024-05-15 18:02:17 +08:00
}else if(num==4){
uni.navigateTo({
url:'/pages/index/index'
})
2024-06-20 18:08:54 +08:00
}else if(num==5){
2024-06-22 18:06:23 +08:00
uni.navigateTo({
2024-08-06 17:15:17 +08:00
url:'/pages_admin/worke/bind_sn'
2024-06-22 18:06:23 +08:00
})
// uni.scanCode({
// onlyFromCamera: true,
// scanType: ['qrCode'],
// success: res => {
2024-06-20 18:08:54 +08:00
2024-06-22 18:06:23 +08:00
// let sn = null;
// let queryParams = res.result.split('?')[1];
// if (queryParams) {
// let params = queryParams.split('&');
// params.forEach(param => {
// let [key, value] = param.split('=');
// if (key === 'sn') {
// sn = value;
// }
// });
// }
2024-06-20 18:08:54 +08:00
2024-06-22 18:06:23 +08:00
// this.sn = sn
// console.log(res.result);
// if (this.sn != '') {
// }
2024-06-20 18:08:54 +08:00
2024-06-22 18:06:23 +08:00
// },
// fail: err => {
// console.error('扫描失败:', err);
// uni.showToast({
// title: '扫描失败',
// icon: 'none'
// });
// }
// });
2024-07-15 18:01:10 +08:00
}else if(num==6){
uni.navigateTo({
url:'/pages_admin/worke/AccountDetails'
})
2024-08-09 18:03:26 +08:00
}else if(num==7){
uni.navigateTo({
url:'/pages_adminSet/shgl'
})
2024-08-23 17:55:37 +08:00
}else if(num==8){
uni.navigateTo({
2024-08-29 18:01:07 +08:00
url:'/pages_adminSet/financialStatement'
2024-08-23 17:55:37 +08:00
})
2024-10-22 18:01:31 +08:00
}else if(num==9){
uni.navigateTo({
2024-10-22 18:09:23 +08:00
url:'/pages_adminSet/CarModel'
2024-10-22 18:01:31 +08:00
})
}else if(num==10){
uni.navigateTo({
2024-10-22 18:09:23 +08:00
url:'/pages_adminSet/ChargingTemplate'
2024-10-22 18:01:31 +08:00
})
}else if(num==11){
uni.navigateTo({
2024-10-22 18:09:23 +08:00
url:'/pages_adminSet/sysSet'
2024-10-22 18:01:31 +08:00
})
2024-05-14 18:04:34 +08:00
}
2024-10-22 18:01:31 +08:00
2024-05-14 18:04:34 +08:00
}
2024-05-08 23:18:30 +08:00
}
}
</script>
<style lang="scss">
page {
background-color: #FFFFFF;
}
.page {
width: 750rpx;
2024-06-25 18:02:39 +08:00
.toptit{
margin-top: 100rpx;
margin-left: 100rpx;
font-size: 38rpx;
}
2024-05-08 23:18:30 +08:00
.cont_box{
padding: 46rpx 50rpx;
margin: 68rpx auto;
width: 680rpx;
2024-10-22 18:01:31 +08:00
// height: 600rpx;
2024-05-08 23:18:30 +08:00
background: #FFFFFF;
box-shadow: 0rpx 4rpx 22rpx 0rpx rgba(0,0,0,0.07);
border-radius: 24rpx 24rpx 24rpx 24rpx;
.top{
width: 100%;
display: flex;
flex-wrap: nowrap;
align-items: center;
image{
margin-right: 16rpx;
width: 32rpx;
height: 32rpx;
}
font-weight: 500;
font-size: 32rpx;
color: #3D3D3D;
}
.app_box{
display: flex;
flex-wrap: wrap;
.cont:nth-child(4n) {
margin-right: 0;
}
.cont{
margin-right: 60rpx;
margin-top: 70rpx;
width: 96rpx;
display: flex;
flex-wrap: wrap;
justify-content: center;
image{
width: 54rpx;
height: 52rpx;
}
.text{
margin-top: 14rpx;
font-weight: 400;
font-size: 24rpx;
color: #3D3D3D;
}
}
}
}
}
</style>