completeInfo.wxml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <wxs src='../../../utils/formatFuc.wxs' module="utils"></wxs>
  2. <view class="container">
  3. <view class="card">
  4. <!-- 1基础信息 -->
  5. <view class="complete-item" bindtap="getPerfect">
  6. <view class="left">
  7. <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/icon-jczl.png" class="item-img">
  8. </image>
  9. <view>基础资料</view>
  10. </view>
  11. <view class="right">
  12. <!-- <view class="dot"></view>
  13. <view class="status">已完善</view> -->
  14. <van-icon name="arrow" size="22px" color="#000" />
  15. </view>
  16. </view>
  17. <!-- onlineInvestigateState 入职认证 -->
  18. <view class="complete-item" bindtap="goEntryAuth">
  19. <view class="left">
  20. <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-xnb.png" class="item-img">
  21. </image>
  22. <view>上线认证</view>
  23. </view>
  24. <view class="right {{onlineInvestigateState!='通过'?'alert':''}}">
  25. <view class="dot"></view>
  26. <view class="status">{{onlineInvestigateState}}</view>
  27. <van-icon name="arrow" size="22px" color="#000" />
  28. </view>
  29. </view>
  30. <!-- 2 实名认证 -->
  31. <!-- <view class="complete-item" bindtap="goFacecheck">
  32. <view class="left">
  33. <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-xnb.png" class="item-img">
  34. </image>
  35. <view>实名认证</view>
  36. </view>
  37. <view class="right {{faceCheckState!='认证成功'?'alert':''}}">
  38. <view class="dot"></view>
  39. <view class="status">{{faceCheckState}}</view>
  40. <van-icon name="arrow" size="22px" color="#000" />
  41. </view>
  42. </view> -->
  43. <!--3 背调 -->
  44. <!-- <view class="complete-item" bindtap="goVestigation">
  45. <view class="left" >
  46. <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-jkz.png" class="item-img"></image>
  47. <view>背调</view>
  48. </view>
  49. <view class="right {{backInvestigateState!='通过'?'alert':''}}" >
  50. <view class="dot"></view>
  51. <view class="status">{{backInvestigateState}}</view>
  52. <van-icon name="arrow" size="22px" color="#000"/>
  53. </view>
  54. </view> -->
  55. <!--4 签约 -->
  56. <view class="complete-item" bindtap="goSign">
  57. <view class="left">
  58. <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-jkz.png" class="item-img">
  59. </image>
  60. <view>签约</view>
  61. </view>
  62. <view class="right {{signContractState=='未签约'?'alert':''}}">
  63. <view class="dot"></view>
  64. <view class="status">{{signContractState}}</view>
  65. <van-icon name="arrow" size="22px" color="#000" />
  66. </view>
  67. </view>
  68. <!--5 健康证 -->
  69. <view class="complete-item" bindtap="goHealth">
  70. <view class="left">
  71. <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-jkz.png" class="item-img">
  72. </image>
  73. <view>健康证</view>
  74. </view>
  75. <view class="right {{healthState!='已上传'?'alert':''}}">
  76. <view class="dot"></view>
  77. <view class="status">{{healthState}}</view>
  78. <van-icon name="arrow" size="22px" color="#000" />
  79. </view>
  80. </view>
  81. <!--6 新农保 -->
  82. <view class="complete-item" wx:if="{{ofJz==293}}">
  83. <view class="left" bindtap="goDetail">
  84. <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-xnb.png" class="item-img">
  85. </image>
  86. <view>新农保</view>
  87. <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xnb-why.png" class="xnb-img">
  88. </image>
  89. </view>
  90. <view class="right {{(NewFarmerStatus=='未上传'||NewFarmerStatus=='已过期'||NewFarmerStatus=='审核未通过')?'alert':''}}"
  91. bindtap="goXnb">
  92. <view class="dot"></view>
  93. <view class="status">{{NewFarmerStatus}}</view>
  94. <van-icon name="arrow" size="22px" color="#000" />
  95. </view>
  96. </view>
  97. <view class="complete-item" bindtap="goSign2">
  98. <view class="left">
  99. <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/xxws-jkz.png" class="item-img">
  100. </image>
  101. <view>保密协议</view>
  102. </view>
  103. <view class="right {{signKeepSecretState=='未签约'?'alert':''}}">
  104. <view class="dot"></view>
  105. <view class="status">{{signKeepSecretState}}</view>
  106. <van-icon name="arrow" size="22px" color="#000" />
  107. </view>
  108. </view>
  109. </view>
  110. </view>