identity.vue 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. <template>
  2. <view class="total-page page-env-160 page-box task-bg">
  3. <Nav :title="title" :genre="4" is_fixed :opacity="scrollTop" :fixedHeight="fixedHeight"
  4. :navsHeight="fixedHeight" :bgHeight="fixedHeight">
  5. <!-- 步鄹条start -->
  6. <view class="task-tabs" :style="{top:`${$tools.topHeight()}px`}">
  7. <view class="row-justify-sb m-lr50 m-tb20">
  8. <view class="column-c" style="text-align: center;" @click="setNum(1)">
  9. <image class="wh-45 m-b16" :src="`/static/img/information/${step === 1?'double':'correct'}.png`"
  10. mode="aspectFill"></image>
  11. <text class="size-24"
  12. :class="step === 1?'color-0FB160 sys-weight-600':'sys-weight-400'">身份认证</text>
  13. </view>
  14. <view class="line"></view>
  15. <view class="column-c justify-center" @click="setNum(2)">
  16. <image class="wh-45 m-b16" :src="`/static/img/information/${stepTwo[step-1]}.png`"
  17. mode="aspectFill"></image>
  18. <text class="size-24"
  19. :class="step === 2?'color-0FB160 sys-weight-600':'sys-weight-400'">教育职业信息</text>
  20. </view>
  21. <view class="line"></view>
  22. <view class="column-c justify-center" @click="setNum(3)">
  23. <image class="wh-45 m-b16" :src="`/static/img/information/${stepThree[step-1]}.png`"
  24. mode="aspectFill"></image>
  25. <text class="size-24"
  26. :class="step === 3?'color-0FB160 sys-weight-600':'sys-weight-400'">社保信息</text>
  27. </view>
  28. </view>
  29. </view>
  30. <!-- 步鄹条end -->
  31. </Nav>
  32. <view class=" page-env-20" :style="[{top:`${$tools.topHeight() + fixedHeight}px`}]">
  33. <!-- 身份认证start -->
  34. <view class="m-t20 m-lr30 text-color-12" v-if="step === 1">
  35. <view class="sys-background-fff r-20 p-lr30 p-t30">
  36. <text class="size-30 sys-weight-600'">身份认证</text>
  37. <view class="size-26 m-t10 text-color-999">应监管要求,请先进行身份认证</view>
  38. <view class="sys-bg-BFD2CC row-justify-sb sys-weight-500 center r-20 p-30 m-t40">
  39. <view class="row-c flex">
  40. <image class="wh-45 m-r20" src="/static/img/task/sf_icon.png" mode=""></image>
  41. <text class="size-26">身份证认证</text>
  42. </view>
  43. <button class="attestation-button button-background button-color size-26 r-30" type="default" hover-class="is-hover" @click="onAuthentication(1)">去认证</button>
  44. </view>
  45. <view class="p-t20">
  46. <WhInput :value="formData.name" name="姓名" placeholder="待自动录入" disabled></WhInput>
  47. <WhInput :value="formData.sex===1?'男':'女'" name="性别" placeholder="待自动录入" disabled></WhInput>
  48. <WhInput :value="formData.id_number" :is_border="false" :name="'身份证号'" placeholder="待自动录入"
  49. disabled>
  50. </WhInput>
  51. </view>
  52. </view>
  53. <view class="sys-background-fff r-20 m-t20 p-lr30">
  54. <WhInput :value="formData.phone" v-if="verifyKey('phone')" :name="'联系方式'"></WhInput>
  55. <en-city label="常居城市" placeholder="请选择省、市、区" v-if="verifyKey('resident_city')" v-model="formData.resident_city"></en-city>
  56. <WhInput :name="'详细地址'" :value="formData.resident_address" v-if="verifyKey('resident_address')"></WhInput>
  57. <en-select label="婚姻状态" :local-data="marriageData" v-if="verifyKey('marriage_type')" v-model="formData.marriage_type"></en-select>
  58. <en-upload label="添加结婚证" :imageWidth="180" v-if="verifyKey('marriage_img') && formData.marriage_type!=='1'" v-model="formData.marriage_img"></en-upload>
  59. </view>
  60. <view class="sys-background-fff r-20 m-t20 p-lr30" v-if="formData.marriage_type===2">
  61. <WhInput label="配偶姓名" type="text" placeholder="等待自动录入" v-if="verifyKey('mate_name')"
  62. v-model="formData.mate_name"></WhInput>
  63. <WhInput label="配偶身份" type="idcard" placeholder="等待自动录入" v-if="verifyKey('mate_id_number')"
  64. v-model="formData.mate_id_number"></WhInput>
  65. <WhInput label="配偶手机号" type="number" placeholder="请输入手机号码" v-if="verifyKey('mate_phone')"
  66. v-model="formData.mate_phone"></WhInput>
  67. <WhInput label="配偶企业" type="text" placeholder="请输入配偶所在企业" v-if="verifyKey('mate_firm')"
  68. v-model="formData.mate_firm" :no-box="true"></WhInput>
  69. </view>
  70. </view>
  71. <!-- 身份认证end -->
  72. <!-- 教育职业背景start -->
  73. <view class="m-t20 m-lr30 text-color-12" v-if="step === 2">
  74. <view class="sys-background-fff r-20 m-t20 p-lr30 p-t30">
  75. <view class="size-30 sys-weight-600 p-b30">教育职业背景</view>
  76. <WhInput name="学历" disabled is_select></WhInput>
  77. <EnRadio :value="formData.is_farming" name="雇佣类型" :list="employTypeData" @onSelect="onFarming">
  78. </EnRadio>
  79. <WhInput name="企业名称"></WhInput>
  80. <WhInput name="企业城市" disabled is_select></WhInput>
  81. <WhInput :is_border="false" name="详细地址"></WhInput>
  82. </view>
  83. </view>
  84. <!-- 教育职业背景end -->
  85. <!-- 社保信息start -->
  86. <view class="m-t20 m-lr30 text-color-12" v-if="step === 3 ">
  87. <view class="sys-background-fff r-20 m-t20 p-lr30 p-t30">
  88. <view class="size-30 sys-weight-600 p-b30">社保信息</view>
  89. <WhInput name="缴纳时间" rightText="月" placeholder="请输入社保连续缴纳时间"></WhInput>
  90. <WhInput name="公积金" rightText="元" placeholder="请输入公积金缴纳基数"></WhInput>
  91. </view>
  92. </view>
  93. <!-- 社保信息end -->
  94. </view>
  95. <!-- <EnButton :text="'完成'" @onSubmit="onSubmit" v-if="step === 3 || step === 4"></EnButton> -->
  96. <EnButton v-if="step === 3" is_both :leftText="'上一步'" :rightText="'保存'" @onLeftSubmit="onStep(0)"
  97. @onSubmit="onSubmit" />
  98. <EnButton v-else is_both :leftText="'保存'" :rightText="'下一步'" @onLeftSubmit="onLeftSubmit" @onSubmit="onStep(1)">
  99. </EnButton>
  100. <uv-action-sheet ref="marriageSheet" round="10" :actions="marriageData" title="请选择婚姻状态" @select="onSelectMarriage"></uv-action-sheet>
  101. </view>
  102. </template>
  103. <!-- correct -->
  104. <script>
  105. import TaskImgTab from "@/common/task/task_ima_tab.vue"
  106. import WhInput from "@/components/en-from/en-input/wh-input.vue"
  107. import EnDataPicker from "@/components/en-utils/en-data-picker/en-data-picker.vue"
  108. import EnCity from "@/components/en-from/en-city/en-city.vue";
  109. import EnSelect from "@/components/en-from/en-select/en-select.vue";
  110. export default {
  111. components: {
  112. EnSelect,
  113. EnCity,
  114. TaskImgTab,
  115. WhInput,
  116. EnDataPicker
  117. },
  118. data() {
  119. return {
  120. employTypeData: [{'id': 1, 'name': '受薪'}, {'id': 2, 'name': '自雇'}],
  121. sexData: [{'id': 1, 'name': '男'}, {'id': 2, 'name': '女'}],
  122. marriageData: [{'value': 1, 'text': '单身'}, {'value': 2, 'text': '已婚'}, {'value': 3, 'text': '离异'}, {'value': 4, 'text': '丧偶'}],
  123. educationData: [
  124. {text: "初中", value: 1,},
  125. {text: "高中", value: 2,},
  126. {text: "中专", value: 3,},
  127. {text: "大专", value: 4,},
  128. {text: "本科", value: 5,},
  129. {text: "研究生", value: 6,},
  130. {text: "硕士", value: 7,},
  131. {text: "博士", value: 8,},
  132. {text: "博士后", value: 9,},
  133. ],
  134. title: '',
  135. step: 1,
  136. scrollTop: 0,
  137. fixedHeight: 75,
  138. stepTwo: ['two', 'double', 'correct', 'correct'],
  139. stepThree: ['three', 'three', 'double', 'correct'],
  140. value: '',
  141. formData: {
  142. "name": "",
  143. "birthday": "",
  144. "sex": 1,
  145. "id_number": "",
  146. "identity_one": "",
  147. "identity_two": "",
  148. "phone": "",
  149. "marriage_type": 1,
  150. "education_type": '',
  151. "education_name": '',
  152. "employ_type": 1,
  153. "firm_name": "",
  154. "firm_address": "",
  155. "resident_city": "",
  156. "resident_address": "",
  157. "mate_name": "",
  158. "mate_phone": "",
  159. "mate_id_number": "",
  160. "mate_firm": "",
  161. "m_code": "",
  162. "code": "",
  163. "m_identity_one": "",
  164. "m_identity_two": "",
  165. "firm_city": "",
  166. "social_num": "",
  167. "reserved_money": "",
  168. "marriage_img": [],
  169. "credit_img": []
  170. },
  171. clientInfoKey:[]
  172. }
  173. },
  174. watch: {
  175. 'formData': {
  176. handler() {
  177. uni.$emit("putClientInfo", this.formData);
  178. },
  179. deep: true
  180. },
  181. },
  182. onPageScroll(res) {
  183. this.scrollTop = res.scrollTop / 120
  184. },
  185. onLoad(options) {
  186. this.title = options.title
  187. let clientInfoData = uni.getStorageSync('clientInfoData')
  188. let clientInfoKey = uni.getStorageSync('clientInfoKey')
  189. this.formData=clientInfoData
  190. this.clientInfoKey=clientInfoKey
  191. console.log(clientInfoData, clientInfoKey)
  192. uni.$on('discernMember',data=>{
  193. this.formData.identity_one=data.identity_one
  194. this.formData.identity_two=data.identity_two
  195. this.formData.name=data.name
  196. this.formData.id_number=data.id_number
  197. this.formData.sex=data.sex
  198. this.formData.identity_validity=data.identity_validity
  199. })
  200. uni.$on('setClientData',clientInfo=>{
  201. this.formData=clientInfo
  202. })
  203. },
  204. methods: {
  205. verifyKey(field) {
  206. return this.clientInfoKey.indexOf(field) >= 0
  207. },
  208. setNum(step) {
  209. if (this.step !== step) {
  210. this.step = step
  211. }
  212. },
  213. // 身份认证
  214. onAuthentication(item) {
  215. uni.navigateTo({
  216. url: "/page_task/identity_upload/identity_upload?identity_one="+this.formData.identity_one+'&identity_two='+this.formData.identity_two+'&name='+this.formData.name+'&identity_validity='+this.formData.identity_validity
  217. })
  218. },
  219. // 保存
  220. onLeftSubmit() {
  221. console.log(this.formData);
  222. console.log('保存');
  223. this.step--
  224. },
  225. // 下一步
  226. onStep(type) {
  227. if (type === 1) {
  228. if (this.step === 3) return
  229. this.step++
  230. } else {
  231. if (this.step === 1) return
  232. this.step--
  233. }
  234. },
  235. // 完成
  236. onSubmit() {
  237. this.step = 4
  238. },
  239. onChange(address) {
  240. console.log(address);
  241. this.formData.firm_address = address
  242. },
  243. onMarriage() {
  244. this.$refs.marriageSheet.open();
  245. },
  246. onSelectMarriage(e) {
  247. console.log(e);
  248. },
  249. onFarming(e) {
  250. this.formData.is_farming = e
  251. }
  252. }
  253. }
  254. </script>
  255. <style lang="scss" scoped>
  256. .info_button {
  257. width: 130rpx;
  258. height: 60rpx;
  259. border: none;
  260. line-height: 60rpx;
  261. }
  262. .attestation_content {
  263. width: 100%;
  264. position: absolute;
  265. }
  266. .attestation-button {
  267. width: 156rpx;
  268. height: 54rpx;
  269. line-height: 54rpx;
  270. background: #FFFFFF;
  271. border: 1rpx solid #0FB160;
  272. }
  273. .line {
  274. width: 70rpx;
  275. height: 4rpx;
  276. background: #8EDBDA;
  277. margin-top: 22rpx;
  278. }
  279. button::after {
  280. border: none;
  281. }
  282. </style>