You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
4.0 KiB
Plaintext

2 years ago
<view class="mt10 bgf">
<navigator class="display-flex" url="../myProjectInfo/index?agencyId={{agencyId}}" style="align-items: center;padding: 20px 16px;" hover-class="hcb">
<view class="flex-1">
<view class="title">{{record.projectName}}
<i class="t-icon t-icon-ziying3" wx:if="{{record.signType == 1}}" style="width: 32px;height: 17px;"></i>
<i class="t-icon t-icon-sanfang2" wx:if="{{record.signType == 2}}" style="width: 32px;height: 17px;"></i>
<!-- <i class="t-icon t-icon-mendian" wx:if="{{record.channelItemType == 3}}" style="width: 32px;height: 17px;"></i> -->
</view>
<view class="maAddress" catchtap="openMap" hover-stop-propagation hover-class="cccc" wx:if="{{record.detailPosition != ''}}">
<i class="iconfont icon-dizhi11 f18 mr4 lh1" style="color:#027AFF;"></i>
{{record.detailPosition}}
</view>
<view class="maAddress" catchtap="openMap" wx:if="{{record.detailPosition == ''}}">
<i class="iconfont icon-dizhi11 f18 mr4 lh1" style="color:#027AFF;"></i>
-
</view>
</view>
<i class="iconfont icon-you f16 c9"></i>
</navigator>
<view class="weui-cells weui-cells_after-title" style="margin-top: 0;">
<view class="weui-cell" style="padding: 0;"></view>
<view class="weui-cell">
<view class="weui-cell__bd f16 c6">项目经理</view>
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3">
{{record.pmUserName}}</view>
</view>
<view class="weui-cell">
<view class="weui-cell__bd f16 c6">企业数</view>
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3">{{record.storeNum1}}/{{record.storeNum}}</view>
</view>
<view class="weui-cell">
<view class="weui-cell__bd f16 c6">职位数</view>
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3">{{record.storeJobNum1}}/{{record.storeJobNum}}</view>
</view>
</view>
</view>
<view class="weui-cells weui-cells_after-title" style="margin-top: 10px;">
<view class="weui-cell">
<view class="weui-cell__bd f16 c6">总包名称</view>
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3">
{{record.supplierName}}</view>
</view>
<view class="weui-cell">
<view class="weui-cell__bd f16 c6">联系人</view>
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3">{{record.contacts}}</view>
</view>
<view class="weui-cell">
<view class="weui-cell__bd f16 c6">手机号</view>
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3">{{record.contactsTel}}</view>
</view>
</view>
<view class="clb">
<picker bindchange="bindPickerChange" value="{{index}}" range="{{array}}">
<view class="picker ml16 f14 c6 mt16">
{{array[index]}}
<i class="iconfont icon-zhankai f12"></i>
</view>
</picker>
</view>
<view class="">
<view class="p20 bgf mt8">
<view class="v-center bb1 grid" style="padding-bottom:12px;">
<view class="flex-1 tc">
<view class="f22 c6 fw500">{{agencyStatistics.applyNum}}</view>
<view class="f14 c9">报名</view>
</view>
<view class="flex-1 tc">
<view class="f22 c6 fw500">{{agencyStatistics.arrivedNum}}</view>
<view class="f14 c9">到面</view>
</view>
<view class="flex-1 tc">
<view class="f22 c6 fw500">{{agencyStatistics.passedNum}}</view>
<view class="f14 c9">通过</view>
</view>
<view class="flex-1 tc noright">
<view class="f22 c6 fw500">{{agencyStatistics.passedNum}}</view>
<view class="f14 c9">入职</view>
</view>
</view>
<view class="v-center grid" style="padding:12px 0 0;">
<view class="flex-1 tc noright">
<view class="f22 c6 fw500">{{agencyStatistics.entryNum}}</view>
<view class="f14 c9">在职</view>
</view>
<view class="flex-1 tc noright">
</view>
<view class="flex-1 tc noright">
</view>
<view class="flex-1 tc noright">
</view>
</view>
</view>
</view>