Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

index.wxml 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <view style="padding: 20rpx 0 150rpx;">
  2. <view class="step-box">
  3. <wux-steps current="{{ active }}">
  4. <block wx:for="{{steps}}">
  5. <wux-step title="{{item.text}}"></wux-step>
  6. </block>
  7. </wux-steps>
  8. </view>
  9. <scroll-view scroll-y="true" style="height: cale(100vh-200px);" show-scrollbar="{{false}}" enhanced>
  10. <!-- 填写资料一 -->
  11. <view hidden="{{curActive != 0}}">
  12. <view class="id-box">
  13. <view class="upload-box">
  14. <view class="upload-content">
  15. <ocr-navigator bind:onSuccess="ocrCheckIdCardFront" certificateType="idCard" opposite="{{false}}">
  16. <image src="{{showInfo.pidFrontPhoto ? showInfo.pidFrontPhoto : '/icons/sfzfm.png'}}" mode="aspectFit" style="width: 320rpx;height: 156rpx;" binderror="imageError" data-errimage="/icons/sfzfm.png" data-imgkey="showInfo.pidFrontPhoto"/>
  17. </ocr-navigator>
  18. </view>
  19. <view>
  20. 上传身份证人像面
  21. </view>
  22. </view>
  23. <view class="upload-box">
  24. <ocr-navigator bind:onSuccess="ocrCheckIdCardLater" certificateType="idCard">
  25. <image src="{{showInfo.pidLaterPhoto ? showInfo.pidLaterPhoto : '/icons/sfzzm.png'}}" mode="aspectFit" style="width: 320rpx;height: 156rpx;" binderror="imageError" data-errimage="/icons/sfzzm.png" data-imgkey="showInfo.pidLaterPhoto"/>
  26. </ocr-navigator>
  27. <view>
  28. 上传身份证国徽面
  29. </view>
  30. </view>
  31. </view>
  32. <view class="info-box">
  33. <form-input label="姓名" value="{{info.name}}" bind:getvalue="nameValue"></form-input>
  34. <form-picker label="性别" value="{{info.gender}}" dict="sex" bind:getvalue="genderValue"></form-picker>
  35. <form-input label="身份证号" value="{{info.pid}}" bind:getvalue="idNumberValue"></form-input>
  36. <form-input label="联系电话" value="{{info.phone}}" bind:getvalue="phoneValue"></form-input>
  37. </view>
  38. <view class="notice">
  39. * 请核对证件信息,以确保信息的准确性,减少审核次数。
  40. </view>
  41. <view class="info-box">
  42. <form-picker label="文化程度" value="{{info.degree}}" dict="degree" bind:getvalue="degreeValue"></form-picker>
  43. <form-input label="家庭住址" activeMode="{{false}}" value="{{info.homeAddress}}" bind:getvalue="homeAddressValue"></form-input>
  44. <form-input label="务工单位" activeMode="{{false}}" value="{{info.workName}}" bind:getvalue="workNameValue"></form-input>
  45. <form-input label="单位地址" activeMode="{{false}}" value="{{info.workAddress}}" bind:getvalue="workAddressValue"></form-input>
  46. </view>
  47. </view>
  48. <!-- 填写资料二 -->
  49. <view hidden="{{curActive != 1}}">
  50. <view class="info-box">
  51. <view class="bank-box">
  52. <view class="bank-label">上传银行卡</view>
  53. <view class="bank-upload-box">
  54. <ocr-navigator bind:onSuccess="ocrCheckBankCard" certificateType="bankCard">
  55. <image wx:if="{{showInfo.bankPhoto}}" src="{{showInfo.bankPhoto}}" mode="aspectFit" style="width: 320rpx;height: 156rpx;" />
  56. <view wx:else class="bank-upload-content">
  57. 上传银行卡
  58. </view>
  59. </ocr-navigator>
  60. </view>
  61. </view>
  62. <form-input label="银行卡号" type="number" value="{{info.bankNumber}}" bind:getvalue="bankNumberValue"></form-input>
  63. <form-input label="开户银行" value="{{info.bankName}}" bind:getvalue="bankNameValue"></form-input>
  64. <form-input label="支行名称" requiredMark="{{false}}" value="{{info.bankBranch}}" bind:getvalue="bankBranchValue"></form-input>
  65. <form-picker label="一次性交通补贴" value="{{info.carAmount}}" dict="car_amount" bind:getvalue="carAmountValue"></form-picker>
  66. <form-picker label="个人社保补贴" value="{{info.socialAmount}}" dict="social_amount" bind:getvalue="socialAmountValue"></form-picker>
  67. <form-picker label="就业补贴" value="{{info.workAmount}}" dict="work_amount" bind:getvalue="workAmountValue"></form-picker>
  68. <form-picker label="补贴对象" value="{{info.askType}}" dict="askType" bind:getvalue="askTypeValue"></form-picker>
  69. </view>
  70. </view>
  71. <!-- 填写资料 -->
  72. <view hidden="{{curActive != 2}}">
  73. <view class="info-box">
  74. <form-upload uploadTxt="户口本户主页" image="{{showInfo.bookletPhoto}}" bind:sumbitImageInfo="bookletPhotoValue"></form-upload>
  75. <form-upload uploadTxt="户口本本人页" image="{{showInfo.personPathPhoto}}" bind:sumbitImageInfo="personPathValue"></form-upload>
  76. <form-upload uploadTxt="参保证明" image="{{showInfo.insuredPhoto}}" bind:sumbitImageInfo="insuredPhotoValue"></form-upload>
  77. <form-upload-more uploadTxt="工作证明(工资流水、劳动合同、工作证明三者之一)" images="{{showInfo.jobPhoto}}" imagesPath="{{info.jobPath}}" bind:sumbitImageInfo="jobPhotoValue"></form-upload-more>
  78. </view>
  79. </view>
  80. </scroll-view>
  81. </view>
  82. <view class="footer" wx:if="{{active == 3}}">
  83. <wux-row gutter="10">
  84. <wux-col span="4">
  85. <view class="front-button" bind:tap="toFront">
  86. 上一步
  87. </view>
  88. </wux-col>
  89. <wux-col span="8">
  90. <view class="next-button" bind:tap="toSign" data-id="{{id}}">
  91. 点击签名
  92. </view>
  93. </wux-col>
  94. </wux-row>
  95. </view>
  96. <view class="footer" wx:else>
  97. <wux-row gutter="10">
  98. <wux-col span="4" wx:if="{{active != 0}}">
  99. <view class="front-button" bind:tap="toFront">
  100. 上一步
  101. </view>
  102. </wux-col>
  103. <wux-col span="{{active != 0 ? 8 : 12}}">
  104. <view class="next-button" bind:tap="toNext">
  105. 下一步
  106. </view>
  107. </wux-col>
  108. </wux-row>
  109. </view>
  110. <!-- <view class="footer">
  111. <view class="footer-button" bind:tap="toNext">
  112. 下一步
  113. </view>
  114. </view> -->