|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" style="padding-bottom: 162rpx;">
|
|
|
|
|
|
<!-- index.wxml -->
|
|
|
|
|
|
<view class="navigationbar">
|
|
|
|
|
|
<text class selectable="false" space="false" decode="false">工作台</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="quickapply">
|
|
|
|
|
|
<button class="text" size="mini" hover-class="none" catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod" hover-stop-propagation="false" wx:if="{{!isLogin}}">
|
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="record">
|
|
|
|
|
|
<view class="iconfont icon-fasong" style="font-size: 34px;font-weight: 100;color: #666;margin-right: 8px;"></view>
|
|
|
|
|
|
<view class="info">
|
|
|
|
|
|
<view>发布职位</view>
|
|
|
|
|
|
<view>点这里在平台上发单子</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="photo">
|
|
|
|
|
|
<view class="iconfont icon-camera" style="font-size: 36px;font-weight: 100;color: #666;margin-right: 8px;"></view>
|
|
|
|
|
|
<view class="info">
|
|
|
|
|
|
<view>快速报名</view>
|
|
|
|
|
|
<view>拍身份证帮助老乡报名</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
<button wx:else>
|
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" catchtap="navigatorToRecord">
|
|
|
|
|
|
<!-- <image src="../../assets/images/tabbar/page_order.png" style="width: 36px;" mode="widthFix"/> -->
|
|
|
|
|
|
<view class="iconfont icon-fasong" style="font-size: 34px;font-weight: 100;color: #666;margin-right: 8px;"></view>
|
|
|
|
|
|
<view class="info">
|
|
|
|
|
|
<view>发布职位</view>
|
|
|
|
|
|
<view>点这里在平台上发单子</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" catchtap="chooseIdCard">
|
|
|
|
|
|
<view class="iconfont icon-camera" style="font-size: 36px;font-weight: 100;color: #666;margin-right: 8px;"></view>
|
|
|
|
|
|
<view class="info">
|
|
|
|
|
|
<view>快速报名</view>
|
|
|
|
|
|
<view>拍身份证帮助老乡报名</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<!-- <view class="container" style="display: none;">
|
|
|
|
|
|
<view class="weui-panel">
|
|
|
|
|
|
<view class="weui-panel__hd display-flex">
|
|
|
|
|
|
<view class="">我的报名</view>
|
|
|
|
|
|
<view bindtap='toUnderReview' class="display-flex" wx:if="{{isLogin}}" hover-class="thover">
|
|
|
|
|
|
<text class="mr4">审核中</text>
|
|
|
|
|
|
<text class="circleNum ml4 mr8" wx:if="{{underReviewNum != -1 && underReviewNum != 0}}">{{underReviewNum}}</text>
|
|
|
|
|
|
<i class="iconfont icon-gengduo11 f12 dib pr c3"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<button size="mini" data-type="toUnderReview" catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod" hover-class="thover" wx:else>
|
|
|
|
|
|
审核中({{underReviewNum != -1 ? underReviewNum:'登录查看数量'}})
|
|
|
|
|
|
<i class="iconfont icon-gengduo11 f12 dib pr c3"></i>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="weui-panel__bd" wx:if="{{isLogin}}">
|
|
|
|
|
|
<navigator class="" target="" url="/pages/myBill/index?status=20" hover-class="thover" open-type="navigate">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/dms.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">待面试</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator class="" target="" url="/pages/myBill/index?status=30" hover-class="thover" open-type="navigate">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/drz.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">待入职</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator class="" target="" url="/pages/myBill/index?status=40" hover-class="thover" open-type="navigate">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/zzz.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">在职中</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator class="" target="" url="/pages/myBill/index?status=999" hover-class="thover" open-type="navigate">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/ywc.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">已完成</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="weui-panel__bd" wx:else>
|
|
|
|
|
|
<button class="" size="mini" target="" hover-class="thover" data-type="bill" data-status='20' catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/dms.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">待面试</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
<button class="" target="" size="mini" hover-class="thover" data-type="bill" data-status='30' catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/drz.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">待入职</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
<button class="" target="" size="mini" hover-class="thover" data-type="bill" data-status='40' catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/zzz.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">在职中</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
<button class="" target="" size="mini" hover-class="thover" data-type="bill" data-status='999' catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/ywc.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">已完成</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="weui-panel">
|
|
|
|
|
|
<view class="weui-panel__hd">
|
|
|
|
|
|
<view class="" hover-class="none" hover-stop-propagation="false">我的老乡</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="weui-panel__bd townsman" wx:if="{{isLogin}}">
|
|
|
|
|
|
<navigator class="" target="" url="/pages/townsMan/index?status=1" hover-class="thover" open-type="navigate">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/kxz.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">空闲中</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator class="" target="" url="/pages/townsMan/index?status=2" hover-class="thover" open-type="navigate">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/bmz.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">报名中</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator class="" target="" url="/pages/townsMan/index?status=3" hover-class="thover" open-type="navigate">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/zz.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">在职中</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator class="" style="opacity:0" target="" url="javascript" hover-class="thover" open-type="navigate">
|
|
|
|
|
|
<view class=""></view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="weui-panel__bd" wx:else>
|
|
|
|
|
|
<button class="" target="" size="mini" data-type="townsman" data-status='1' hover-class="thover" catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/kxz.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">空闲中</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
<button class="" target="" size="mini" data-type="townsman" data-status='2' hover-class="thover" catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/bmz.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">报名中</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
<button class="" target="" size="mini" data-type="townsman" data-status='3' hover-class="thover" catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod">
|
|
|
|
|
|
<view class="">
|
|
|
|
|
|
<image class="" src="/assets/images/zz.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
|
|
|
|
|
|
<text class="" selectable="false" space="false" decode="false">在职中</text>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
<button class="" style="opacity:0" size="mini" target="" url="" hover-class="thover">
|
|
|
|
|
|
<view class=""></view>
|
|
|
|
|
|
</button>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>-->
|
|
|
|
|
|
<!-- 统计 -->
|
|
|
|
|
|
<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>
|
|
|
|
|
|
<view class="f12">朋友圈助手</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator url="../bocaiTV/index" class='sub' hover-class="none">
|
|
|
|
|
|
<view class="t-icon t-icon-zhaogongtv" style="width:24px;height:24px"></view>
|
|
|
|
|
|
<view class="f12">伯才TV</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<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>
|
|
|
|
|
|
<view class="fr f14 c3" style="line-height:44px;">
|
|
|
|
|
|
全部
|
|
|
|
|
|
<i class="iconfont icon-gengduo1 f14 mr16 dib pr c9" style="line-height:1;"></i>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="clb"></view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="weui-grids">
|
|
|
|
|
|
<navigator url="../myBill/index?status=1" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.num10 || '0'}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">审核中</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator url="../myBill/index?status=2" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.num20 || '0'}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">待接待</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator url="../myBill/index?status=3" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.num25 || '0'}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">待面试</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator url="../myBill/index?status=4" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.num30 || '0'}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">待入职</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="../myBill/index?status=5" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.num40 || '0'}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">在职中</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="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>
|
|
|
|
|
|
<view class="clb"></view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="weui-grids">
|
|
|
|
|
|
<navigator url="../townsMan/index?state=0" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.user0 || '0'}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">全部</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<!-- <navigator url="../townsMan/index?state=0" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.user40}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">当前在职</view>
|
|
|
|
|
|
</navigator>-->
|
|
|
|
|
|
<navigator url="../townsMan/index?state=1" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.user1 || '0'}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">空闲中</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator url="../townsMan/index?state=3" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.user3 || '0'}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">在职中</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<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>
|
|
|
|
|
|
<view class="clb"></view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="weui-grids">
|
|
|
|
|
|
<navigator url="../wodeBill/index?state=0" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.billStatusNum || '0'}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">全部</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator url="../wodeBill/index?state=1" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.billStatus10Num || '0'}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">待确认</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator url="../wodeBill/index?state=2" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.billStatus20Num || '0'}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">已确认</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
<navigator url="../wodeBill/index?state=3" class="weui-grid4" hover-class="none">
|
|
|
|
|
|
<view class="f22 c3 fwb">{{map.billStatus30Num || '0'}}</view>
|
|
|
|
|
|
<view class="weui-grid__label">已结算</view>
|
|
|
|
|
|
</navigator>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|