123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <wxs src='../../../utils/formatFuc.wxs' module="utils"></wxs>
- <view class="container">
- <view class="card">
- <!-- 1基础信息 -->
- <view class="complete-item" bindtap="getPerfect">
- <view class="left">
- <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/icon-jczl.png" class="item-img">
- </image>
- <view>基础资料</view>
- </view>
- <view class="right">
- <!-- <view class="dot"></view>
- <view class="status">已完善</view> -->
- <van-icon name="arrow" size="22px" color="#000" />
- </view>
- </view>
- <!-- onlineInvestigateState 入职认证 -->
- <view class="complete-item" bindtap="goEntryAuth">
- <view class="left">
- <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-xnb.png" class="item-img">
- </image>
- <view>上线认证</view>
- </view>
- <view class="right {{onlineInvestigateState!='通过'?'alert':''}}">
- <view class="dot"></view>
- <view class="status">{{onlineInvestigateState}}</view>
- <van-icon name="arrow" size="22px" color="#000" />
- </view>
- </view>
- <!-- 2 实名认证 -->
- <!-- <view class="complete-item" bindtap="goFacecheck">
- <view class="left">
- <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-xnb.png" class="item-img">
- </image>
- <view>实名认证</view>
- </view>
- <view class="right {{faceCheckState!='认证成功'?'alert':''}}">
- <view class="dot"></view>
- <view class="status">{{faceCheckState}}</view>
- <van-icon name="arrow" size="22px" color="#000" />
- </view>
- </view> -->
- <!--3 背调 -->
- <!-- <view class="complete-item" bindtap="goVestigation">
- <view class="left" >
- <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-jkz.png" class="item-img"></image>
- <view>背调</view>
-
-
- </view>
- <view class="right {{backInvestigateState!='通过'?'alert':''}}" >
- <view class="dot"></view>
- <view class="status">{{backInvestigateState}}</view>
- <van-icon name="arrow" size="22px" color="#000"/>
- </view>
- </view> -->
- <!--4 签约 -->
- <view class="complete-item" bindtap="goSign">
- <view class="left">
- <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-jkz.png" class="item-img">
- </image>
- <view>签约</view>
- </view>
- <view class="right {{signContractState=='未签约'?'alert':''}}">
- <view class="dot"></view>
- <view class="status">{{signContractState}}</view>
- <van-icon name="arrow" size="22px" color="#000" />
- </view>
- </view>
- <!--5 健康证 -->
- <view class="complete-item" bindtap="goHealth">
- <view class="left">
- <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-jkz.png" class="item-img">
- </image>
- <view>健康证</view>
- </view>
- <view class="right {{healthState!='已上传'?'alert':''}}">
- <view class="dot"></view>
- <view class="status">{{healthState}}</view>
- <van-icon name="arrow" size="22px" color="#000" />
- </view>
- </view>
- <!--6 新农保 -->
- <view class="complete-item" wx:if="{{ofJz==293}}">
- <view class="left" bindtap="goDetail">
- <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-xnb.png" class="item-img">
- </image>
- <view>新农保</view>
- <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xnb-why.png" class="xnb-img">
- </image>
- </view>
- <view class="right {{(NewFarmerStatus=='未上传'||NewFarmerStatus=='已过期'||NewFarmerStatus=='审核未通过')?'alert':''}}"
- bindtap="goXnb">
- <view class="dot"></view>
- <view class="status">{{NewFarmerStatus}}</view>
- <van-icon name="arrow" size="22px" color="#000" />
- </view>
- </view>
- <view class="complete-item" bindtap="goSign2">
- <view class="left">
- <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-jkz.png" class="item-img">
- </image>
- <view>保密协议</view>
- </view>
- <view class="right {{signKeepSecretState=='未签约'?'alert':''}}">
- <view class="dot"></view>
- <view class="status">{{signKeepSecretState}}</view>
- <van-icon name="arrow" size="22px" color="#000" />
- </view>
- </view>
- </view>
- </view>
|