1212
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<view class="bg-white radius margin-left margin-right to-top">
|
||||
<view class=" flex ">
|
||||
<view class="padding text-center flex-sub"
|
||||
@tap="routerTo('/packageOrders/pages/orderList/dailyOrder/dailyOrder')">
|
||||
@tap="routerTo('/packageOrders/pages/orderList/orderList?type=today')">
|
||||
<text>今日收款笔数</text>
|
||||
<view class="padding-sm">
|
||||
<text class="oil-main-color">{{userAccount.totalCount}}</text>
|
||||
@@ -75,6 +75,15 @@
|
||||
</view>
|
||||
<text>{{ cuIconList[0].name }}</text>
|
||||
</view>
|
||||
<view class="cu-item" @tap="routerTo('/packageOrders/pages/orderList/orderList')">
|
||||
<view :class="['cuIcon-' + cuIconList[4].cuIcon, 'text-' + cuIconList[4].color]" class="text-sl">
|
||||
<view class="cu-tag badge" v-if="cuIconList[4].badge != 0">
|
||||
<block v-if="cuIconList[4].badge != 1">
|
||||
{{ cuIconList[4].badge > 99 ? '99+' : cuIconList[4].badge }}</block>
|
||||
</view>
|
||||
</view>
|
||||
<text>{{ cuIconList[4].name }}</text>
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in menusList" :key="index" @tap="routerTo(item.path)" v-if=' item.name != "星油云站超级管理员"' >
|
||||
<view :class="['cuIcon-' + item.cuIcon, 'text-' + cuIconList[index+1].color]" class="text-sl">
|
||||
<view class="cu-tag badge" v-if="item.badge != 0">
|
||||
@@ -92,18 +101,12 @@
|
||||
</view>
|
||||
<text>{{ cuIconList[1].name }}</text>
|
||||
</view>
|
||||
<view style="height: 180rpx;display: flex;justify-content: flex-end;" class="cu-item" @tap="routerTo('/pages/escalation/escalation')">
|
||||
<!-- <view :class="['cuIcon-' + cuIconList[2].cuIcon, 'text-' + cuIconList[2].color]" class="text-sl">
|
||||
<view class="cu-tag badge" v-if="cuIconList[2].badge != 0">
|
||||
<block v-if="cuIconList[2].badge != 1">
|
||||
{{ cuIconList[2].badge > 99 ? '99+' : cuIconList[2].badge }}</block>
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- <view style="height: 180rpx;display: flex;justify-content: flex-end;" class="cu-item" @tap="routerTo('/pages/escalation/escalation')">
|
||||
<view>
|
||||
<image style="width: 50rpx;height: 50rpx;" src="/static/img/dzsb.png"></image>
|
||||
</view>
|
||||
<text>{{ cuIconList[2].name }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- <view class="cu-item" @tap="routerTo('/pages/TransactionStatistics/TransactionStatistics')">
|
||||
<view :class="['cuIcon-' + 'new', 'text-' + cuIconList[0].color]" class="text-sl">
|
||||
<view class="cu-tag badge" v-if="cuIconList[0].badge != 0">
|
||||
@@ -142,7 +145,7 @@
|
||||
</view>
|
||||
<view class="text-left padding-xl padding-bottom padding-top bg-white">
|
||||
<view class="flex align-center justify-between margin-bottom-sm " v-for="(list,i) in oliList" :key='list'>
|
||||
<view class=""> {{list.otherSiteName}}</view>
|
||||
<view class=""> {{list.siteName}}</view>
|
||||
<view class="">
|
||||
<view class=" bg-red cu-btn text-white text-center btn-radius-10 text-sm" @tap="checkLists(list)">
|
||||
进入
|
||||
@@ -164,7 +167,7 @@
|
||||
</view>
|
||||
<view class="text-left padding-xl padding-bottom padding-top bg-white">
|
||||
<view class="flex align-center justify-between margin-bottom-sm " v-for="(list,i) in oliList" :key='list'>
|
||||
<view class=""> {{list.otherSiteName}}</view>
|
||||
<view class=""> {{list.siteName}}</view>
|
||||
<view class="">
|
||||
<view class=" bg-red cu-btn text-white text-center btn-radius-10 text-sm" @tap="checkLists(list)">
|
||||
进入
|
||||
@@ -439,16 +442,16 @@
|
||||
},
|
||||
checkLists(items){
|
||||
// //console.log(items)
|
||||
let id = items.channelId
|
||||
this.changeChannel.channelId = items.channelId
|
||||
let id = items.id
|
||||
this.changeChannel.siteId = items.id
|
||||
this.changeChannel.unionId = uni.getStorageSync('unionId')
|
||||
this.changeChannel.username = this.loginUser.userPhone
|
||||
uni.setStorageSync('channelId',items.channelId)
|
||||
uni.setStorageSync('channelId',items.id)
|
||||
oilIdentityApi.changeChannelLogin(this.changeChannel).then((res)=>{
|
||||
// //console.log(res)
|
||||
if(res.code == 20000){
|
||||
uni.setStorageSync('siteOli',items.otherSiteName)
|
||||
this.accountName = items.otherSiteName
|
||||
uni.setStorageSync('siteOli',items.siteName)
|
||||
this.accountName = items.siteName
|
||||
this.checkList = ''
|
||||
this.checkFirst = false
|
||||
uni.setStorageSync('checkFirst',false)
|
||||
|
||||
Reference in New Issue
Block a user