|
|
|
|
@ -161,7 +161,110 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
<view class="p010 mt10 friendBar">
|
|
|
|
|
<!-- 统计 -->
|
|
|
|
|
<view class="balanceBox bgcf"
|
|
|
|
|
wx:if="{{(userInfo.user.agencyRole == 1 || userInfo.user.agencyRole == 2 || userInfo.hasBill) && configInfo.bill}}"
|
|
|
|
|
style="width:calc(100% - 20px);margin:10px auto 0;overflow:hidden;border-radius:8px !important;"
|
|
|
|
|
>
|
|
|
|
|
<view class="userbalance br_8" style="display:flex;">
|
|
|
|
|
<navigator url="../wodeBill/index?state=20" hover-class="thover" class="br1">
|
|
|
|
|
<view class="balanceinfo f14" style="width:100%;">
|
|
|
|
|
<view class="c3 mb12" style="line-height:1">待结算(元)</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="ysd-base-f40 fw500 f26" style="line-height:1">{{map.billStatus20Salary || '0'}}</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
<navigator url="../wodeBill/index?state=30" hover-class="thover">
|
|
|
|
|
<view class="balanceinfo f14" style="width:100%;">
|
|
|
|
|
<view class="c3 mb12" style="line-height:1">累计结算(元)</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="c3 fw500 f26" style="line-height:1">{{map.billStatus30Salary}}</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
</view>
|
|
|
|
|
<navigator url="../wodeBill/index?state=10" hover-class="thover" class="myaBill bt1">
|
|
|
|
|
<view class="fw500">待核对</view>
|
|
|
|
|
<view class="f14">
|
|
|
|
|
<span wx:if="{{map.billStatus10Num}}" class="f12 ysd-basebg-color ml4 mr4" style="border-radius:10px;padding:0px 4.5px;color:#fff;line-height:16px">{{ map.billStatus10Num }}</span>
|
|
|
|
|
<p wx:else class="f14 mr8 c9">暂无待核对账单</p>
|
|
|
|
|
<i class="iconfont icon-gengduo11"></i>
|
|
|
|
|
</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- 今日数据 -->
|
|
|
|
|
<view class="bgf br8 container bgcf mt10"
|
|
|
|
|
style="width:calc(100% - 20px);margin:10px auto 0;padding:0;overflow:hidden;border-radius:8px !important;"
|
|
|
|
|
wx:if="{{configInfo.record}}"
|
|
|
|
|
>
|
|
|
|
|
<view hover-class="thover" class="pl16 pr10 fsa" style="line-height:44px;" bindtap="toTodayData">
|
|
|
|
|
<view class="f16 c3 fwb fl wdgd">今日数据</view>
|
|
|
|
|
<view class="iconfont icon-gengduo11 c9 f12"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bt1 bgcfa">
|
|
|
|
|
<view class="weui-grid5 bgcf gbr" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="fw500 f20" hover-class="none" hover-stop-propagation="false">{{map.agencyData.signUps || '0'}}</view>
|
|
|
|
|
<view class="f14 c6" hover-class="none" hover-stop-propagation="false">报名</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="weui-grid5 bgcf gbr" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="fw500 f20" hover-class="none" hover-stop-propagation="false">{{map.agencyData.arrived || '0'}}</view>
|
|
|
|
|
<view class="f14 c6" hover-class="none" hover-stop-propagation="false">到面</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="weui-grid5 bgcf gbr" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="fw500 f20" hover-class="none" hover-stop-propagation="false">{{map.agencyData.passed || '0'}}</view>
|
|
|
|
|
<view class="f14 c6" hover-class="none" hover-stop-propagation="false">通过</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="weui-grid5 bgcf gbr" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="fw500 f20" hover-class="none" hover-stop-propagation="false">{{map.agencyData.entry || '0'}}</view>
|
|
|
|
|
<view class="f14 c6" hover-class="none" hover-stop-propagation="false">入职</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="weui-grid5 gbr" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="fw500 f20" hover-class="none" hover-stop-propagation="false">{{map.agencyData.obJob || '0'}}</view>
|
|
|
|
|
<view class="f14 c6" hover-class="none" hover-stop-propagation="false">在职</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- 报名工单 -->
|
|
|
|
|
<view class="mt10 myBill" style="width:calc(100% - 20px);margin:10px auto 0;overflow:hidden;border-radius:8px !important;">
|
|
|
|
|
<view class="bgf br8 container bgcf" style="padding: 0;">
|
|
|
|
|
<view hover-class="thover" class="pl16 pr10" style="line-height:44px;" bindtap="goList">
|
|
|
|
|
<view class="f16 c3 fwb fl wdgd" style>报名工单</view>
|
|
|
|
|
<view class="fr f14 c3" style>
|
|
|
|
|
全部
|
|
|
|
|
<i class="iconfont icon-gengduo11 dib f12 pr c9" style="top:-1px"></i>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="clb"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bt1" style="overflow:hidden">
|
|
|
|
|
<navigator url="{{isLogin? '../myBill/index?status=1': '/pages/login/index'}}" class="weui-grid5 bgcf gbr" hover-class="thover">
|
|
|
|
|
<view class="f20 c3 fwb">{{map.num10 || '0'}}</view>
|
|
|
|
|
<view class="weui-grid__label c6 f14">审核中</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
<navigator url="../myBill/index?status=2" class="weui-grid5 gbr" hover-class="thover" wx:if="{{isLogin}}">
|
|
|
|
|
<view class="f20 c3 fwb">{{map.num20 || '0'}}</view>
|
|
|
|
|
<view class="weui-grid__label c6 f14">待接待</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
<navigator url="{{isLogin? '../myBill/index?status=3': '/pages/login/index'}}" class="weui-grid5 gbr" hover-class="thover">
|
|
|
|
|
<view class="f20 c3 fwb">{{map.num25 || '0'}}</view>
|
|
|
|
|
<view class="weui-grid__label c6 f14">待面试</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
<navigator url="{{isLogin? '../myBill/index?status=4': '/pages/login/index'}}" class="weui-grid5 gbr" hover-class="thover">
|
|
|
|
|
<view class="f20 c3 fwb">{{map.num30 || '0'}}</view>
|
|
|
|
|
<view class="weui-grid__label c6 f14">待入职</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
<!-- <view style="clear:both;height:1px;width:100%;background-color:var(--weui-FG-3);transform: scaleY(0.5);position: relative;"></view> -->
|
|
|
|
|
<navigator url="{{isLogin? '../myBill/index?status=5': '/pages/login/index'}}" class="weui-grid5 gbr {{isLogin?'':''}}" hover-class="thover">
|
|
|
|
|
<view class="f20 c3 fwb">{{map.num40 || '0'}}</view>
|
|
|
|
|
<view class="weui-grid__label c6 f14">在职中</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
<!-- <navigator url="../myBill/index?status=6" class="weui-grid4" hover-class="none">
|
|
|
|
|
<view class="f22 c3 fwb">{{map.num999 || '0'}}</view>
|
|
|
|
|
<view class="weui-grid__label">已完成</view>
|
|
|
|
|
</navigator>-->
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="p010 mt10 friendBar" wx:if="{{false}}">
|
|
|
|
|
<view class="bgf br8 container">
|
|
|
|
|
<navigator url="../friendHelper/index?status=1" class='sub' hover-class="none">
|
|
|
|
|
<view class="t-icon t-icon-pengyouquanzhushou" style="width:24px;height:24px"></view>
|
|
|
|
|
@ -179,7 +282,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="p010 mt10">
|
|
|
|
|
<view class="p010 mt10" wx:if="{{false}}">
|
|
|
|
|
<view class="bgf br8 container" style="padding: 0;">
|
|
|
|
|
<view hover-class="hcb" bindtap="goList">
|
|
|
|
|
<view class="ml10 f16 c6 fwb fl wdgd" style="line-height:44px;">报名工单</view>
|
|
|
|
|
@ -218,7 +321,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="p10">
|
|
|
|
|
<view class="p10" wx:if="{{false}}">
|
|
|
|
|
<view class="bgf br8 container" style="padding: 0;">
|
|
|
|
|
<view hover-class="hcb">
|
|
|
|
|
<view class="ml10 f16 c6 fwb fl" style="line-height:44px;">我的老乡</view>
|
|
|
|
|
@ -244,7 +347,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="p10" style="padding-top:0">
|
|
|
|
|
<view class="p10" style="padding-top:0" wx:if="{{false}}">
|
|
|
|
|
<view class="bgf br8 container" style="padding: 0;">
|
|
|
|
|
<view hover-class="hcb">
|
|
|
|
|
<view class="ml10 f16 c6 fwb fl" style="line-height:44px;">我的账单</view>
|
|
|
|
|
|