131 lines
7.1 KiB
Plaintext
131 lines
7.1 KiB
Plaintext
<view class="container">
|
|
<view class="inner30 img-top-cover" style="background-image:url({{imgUrl}}channel/theme.jpg);">
|
|
<view class="relative" style="height:200rpx;">
|
|
<view class="relative pt30 pb30 pl110 pr10">
|
|
<image class='absolute left-0 box-middle mr10 img-90x90 ulib-r750 overflowhidden' mode="aspectFill" src="{{userInfo.headimg||'https://img.liche.cn/spacestation/c-logo.png?v=20240526'}}" lazy-load="{{true}}"></image>
|
|
<view class="absolute top-0 bottom-0 left-0 right-0 opacity-0 mt20 mr150 z-index-4">
|
|
<lcb-auth type="userinfo" isShowProfile="{{isShowProfile}}" bind:onSuccess="getUserInfo"></lcb-auth>
|
|
</view>
|
|
<view>
|
|
<view class="font-22 color-fff">Hi~ {{hoursTip}}欢迎回到理车宝!</view>
|
|
<view>
|
|
<text class="text-middle text-bold font-48 color-fff">{{userInfo.uname}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{0}}" class="absolute allot-tip pt8 pb8 pl15 pr10 bg-f9394d font-22 color-fff ulib-rt10" bindtap="pushLink" data-url="/pages/allot/list/index?city_id={{city_id}}">车辆调拨记录<i class="iconfont icon-gengduo"></i></view>
|
|
</view>
|
|
<!-- 车辆调拨 -->
|
|
<view class="mb40 bg-ffedeb ulib-rt10" style="height:140rpx;" bindtap="pushLink" data-url="/pages/allot/list/index?channel=1" wx:if="{{allotNum>0}}">
|
|
<view class="pt30 pl30 pr30">
|
|
<view class="relative pl110 pr110">
|
|
<image class='block absolute left-0 box-middle img-90x90 ulib-r750 z-index-1' mode="aspectFill" src='{{imgUrl}}index/diaobo-icon.png' lazy-load="{{true}}"></image>
|
|
<view class="color-f9394d">
|
|
<view class="font-32">车辆调拨</view>
|
|
<view class="mt10 font-20">您有新的车辆调拨,需要您进行确认操作</view>
|
|
</view>
|
|
<view class="absolute right-0 box-middle">
|
|
<text class="inline-block text-middle pt5 pb5 pl10 pr10 bg-f9394d font-22 color-fff ulib-r10">{{allotNum}}</text>
|
|
<text class="ml5 text-middle iconfont icon-gengduo font-32 color-f9394d"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 管辖门店 -->
|
|
<view class="mb40 inner30 pt40 bg-fff box-shadow-000-10-10 ulib-r10">
|
|
<!-- <view class="font-36">水平业务相关</view>
|
|
<view class="relative mt20 mb30 pt25 pb25 pl110 bg-fe606c-ff9026 color-fff ulib-r10" bindtap="pushLink" data-url="/pages/order/filterList/index2?title=水平业务资料未提交">
|
|
<i class="absolute left-0 box-middle ml35 iconfont icon-tijiao font-60"></i>
|
|
<view class="text-left">
|
|
<view class="font-40">10</view>
|
|
<view class="font-22">水平业务资料未提交</view>
|
|
</view>
|
|
</view> -->
|
|
<view class="relative z-index-1">
|
|
<view class="font-36">管辖门店</view>
|
|
<picker wx:if="{{0}}" class="absolute right-0 box-middle" bindchange="changeCity" value="{{cityIndex}}" range="{{cityArray}}">
|
|
<view class="pt10 pb10 pl20 pr20 bg-f6 ulib-r10 font-22">
|
|
<text>{{cityArray[cityIndex]}}</text>
|
|
<i class="iconfont ml20 icon-xiala color-999"></i>
|
|
</view>
|
|
</picker>
|
|
|
|
<picker mode="multiSelector" class="absolute right-0 box-middle" bindchange="changeArea" bindcolumnchange="columnChangeArea" value="{{areaIndex}}" range="{{areaArr}}" range-key="name">
|
|
<view class="pt10 pb10 pl20 pr20 bg-f6 ulib-r10 font-22">
|
|
<text>{{area_list[areaIndex[0]].name}}-{{area_list[areaIndex[0]].children[areaIndex[1]].name}}</text>
|
|
<i class="iconfont ml20 icon-xiala color-999"></i>
|
|
</view>
|
|
</picker>
|
|
|
|
</view>
|
|
<view>
|
|
<block wx:for="{{shoplist}}" wx:key='index'>
|
|
<view class="mt20 inner30 bg-2e3246-8058fe ulib-r10" bindtap="pushLink" data-url="/pages/index/index?biz_id={{item.id}}">
|
|
<view class="relative pr40 font-32 color-fff">{{item.name}}<i class="absolute right-0 box-middle iconfont icon-gengduo text-middle font-26"></i></view>
|
|
<view class="font-22">
|
|
<block wx:for="{{item.orders}}" wx:for-item="orders" wx:key='index'>
|
|
<text class="inline-block mt10 mr10 pl20 pr20 bg-fff ulib-r750" style="background-color:{{orders.bg_color}};">{{orders.name}}</text>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
<!-- 数据分析·客户 -->
|
|
<!-- <view class="mt40 inner30 pt40 bg-fff box-shadow-000-10-10 ulib-r10">
|
|
<view class="relative z-index-1">
|
|
<view class="font-36">数据分析·客户</view>
|
|
<picker class="absolute right-0 box-middle" bindchange="changeCust" value="{{custSeasonKey}}" range="{{custSeason}}">
|
|
<view class="pt10 pb10 pl20 pr20 bg-f6 ulib-r10 font-22">
|
|
<text>{{custSeason[custSeasonKey]}}</text>
|
|
<i class="iconfont ml20 icon-xiala color-999"></i>
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
<view class="mt50 relative z-index-0" style="height:{{barheight}}rpx;">
|
|
<view class="absolute wp100" style="height:{{barheight}}rpx;" wx:if="{{showBarChart}}">
|
|
<ec-canvas class="absolute top-0 bottom-0 left-0 right-0" ec="{{ ecBar }}"></ec-canvas>
|
|
</view>
|
|
</view>
|
|
</view> -->
|
|
<!-- 数据分析·订单 -->
|
|
<!-- <view class="mt40 inner30 pt40 bg-fff box-shadow-000-10-10 ulib-r10">
|
|
<view class="relative z-index-1">
|
|
<view class="font-36">数据分析·订单</view>
|
|
<picker class="absolute right-0 box-middle" bindchange="changeOrder" value="{{orderSeasonKey}}" range="{{orderSeason}}">
|
|
<view class="pt10 pb10 pl20 pr20 bg-f6 ulib-r10 font-22">
|
|
<text>{{orderSeason[orderSeasonKey]}}</text>
|
|
<i class="iconfont ml20 icon-xiala color-999"></i>
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
<view class="mt50 relative z-index-0" style="height:{{lineheight}}rpx;">
|
|
<view class="absolute wp100 " style="height:{{lineheight}}rpx;" wx:if="{{showLineChart}}">
|
|
<ec-canvas class="absolute top-0 bottom-0 left-0 right-0" ec="{{ ecLine }}"></ec-canvas>
|
|
</view>
|
|
</view>
|
|
</view> -->
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- <lcb-footer></lcb-footer> -->
|
|
<lcb-channelTabBarNav currentIndex='0'></lcb-channelTabBarNav>
|
|
|
|
<!-- 调拨提醒 -->
|
|
<lcb-msg isShow="{{isShowReport}}">
|
|
<view slot="content">
|
|
<view class="pt40 pl40 pr40">
|
|
<view class="font-36 text-center">调拨提醒</view>
|
|
<view class="mt10 font-22 text-center color-999">您有新的车辆调拨,需要您进行确认操作。</view>
|
|
</view>
|
|
<view class="mt20 pl40 pr40 pb40">
|
|
<image class='wp100 ulib-r10' src='{{imgUrl}}allot/car.gif' mode='widthFix'></image>
|
|
</view>
|
|
<view class="fn-flex pl60 pr60 pb50 text-center font-32 color-666">
|
|
<button bindtap="optShowReport" class="fn-flex-item mr20 bds-2-36afa2 btn-no-bg wp100 font-28 color-36afa2 ulib-r750">取消</button>
|
|
<button bindtap="pushLink" data-url="/pages/allot/list/index" class="fn-flex-item ml20 btn-36afa2 wp100 font-28 color-fff ulib-r750" hover-class="btn-36afa2-hover">前往操作</button>
|
|
</view>
|
|
</view>
|
|
</lcb-msg> |