| | |
| | | <view class="header"> |
| | | <text class="font-16 dark-gray">{{userInfo.shopName}}</text> |
| | | <view class="flex align-center"> |
| | | <navigator url="../member/index" open-type="switchTab" hover-class="none"> |
| | | <text class="icon gray iconfont iconsousuo mr-15"></text> |
| | | </navigator> |
| | | <text class="icon gray iconfont iconsousuo mr-15" @click="linkToMember"></text> |
| | | <text class="icon gray iconfont iconjia" @click.stop="isShow=!isShow"></text> |
| | | </view> |
| | | <popover class="popup-content" v-show="isShow"> |
| | |
| | | </navigator> |
| | | </view> |
| | | <view class="list-item"> |
| | | <navigator url="./" hover-class="none"> |
| | | <navigator url="./receive" hover-class="none"> |
| | | <image class="icon" src="../../static/images/order4.png"></image> |
| | | <text>领用</text> |
| | | </navigator> |
| | |
| | | <text class="title">待办</text> |
| | | <view class="flex align-center mt-10"> |
| | | <view class="list-item"> |
| | | <navigator url="./" hover-class="none"> |
| | | <navigator url="./board" hover-class="none"> |
| | | <image class="icon" src="../../static/images/commission1.png"></image> |
| | | <text>看板</text> |
| | | </navigator> |
| | |
| | | </navigator> |
| | | </view> |
| | | <view class="list-item"> |
| | | <navigator url="./" hover-class="none"> |
| | | <navigator url="./followRecords" hover-class="none"> |
| | | <image class="icon" src="../../static/images/commission2.png"></image> |
| | | <text>跟进记录</text> |
| | | </navigator> |
| | |
| | | </navigator> |
| | | </view> |
| | | <view class="list-item"> |
| | | <navigator url="./" hover-class="none"> |
| | | <navigator url="./check/index" hover-class="none"> |
| | | <image class="icon" src="../../static/images/warehouse2.png"></image> |
| | | <text>盘点</text> |
| | | </navigator> |
| | |
| | | this.isShow = false; |
| | | }, |
| | | methods:{ |
| | | linkToMember(){ |
| | | getApp().globalData.isFocus = true; |
| | | uni.switchTab({ |
| | | url: '../member/index' |
| | | }); |
| | | }, |
| | | getUserInfo(){ |
| | | let roleInfo = this.$httpUtils.getRoleInfo(); |
| | | this.userInfo = roleInfo || {}; |