perfect.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. <template>
  2. <view class="perfect">
  3. <u-toast ref="uToast" />
  4. <view class="head">
  5. 完善信息
  6. <view class="msg">温馨提示:输入姓名要和开户人姓名保持一致。</view>
  7. </view>
  8. <view class="con">
  9. <view class="form">
  10. <view class="input flex">
  11. <view class="icon">
  12. <image src="../../static/img/li1.png" mode=""></image>
  13. </view>
  14. <u-input v-model="name" :clearable="false" type="text" :border="border" placeholder="请输入姓名" />
  15. </view>
  16. <view class="input flex">
  17. <view class="icon">
  18. <image src="../../static/img/li2.png" mode=""></image>
  19. </view>
  20. <u-input v-model="card" maxlength="18" :clearable="false" type="text" :border="border" placeholder="请输入身份证号" />
  21. </view>
  22. <view class="input flex">
  23. <view class="icon">
  24. <image src="../../static/img/li7.png" mode=""></image>
  25. </view>
  26. <u-input v-model="backCard" :clearable="false" type="number" :border="border" placeholder="请输入银行账户卡号" />
  27. </view>
  28. <view class="input flex">
  29. <view class="icon">
  30. <image src="../../static/img/li8.png" mode=""></image>
  31. </view>
  32. <u-input v-model="cardholderPhone" maxlength="11" :clearable="false" type="number" :border="border" placeholder="请输入银行预留手机号" />
  33. </view>
  34. <view class="input flex" v-if="yzh == 1">
  35. <view class="icon">
  36. <image src="../../static/img/yzm.png" mode=""></image>
  37. </view>
  38. <view class="u-flex u-row-between u-flex-1">
  39. <u-input v-model="code" maxlength="6" :clearable="false" type="number" :border="border" placeholder="请输入验证码" />
  40. <text style="font-size: 28rpx;color: #167FFF;" @click="getCode">{{tips}}</text>
  41. </view>
  42. </view>
  43. <!-- <view class="input flex">
  44. <view class="icon">
  45. <image src="../../static/img/li3.png" mode=""></image>
  46. </view>
  47. <u-input v-model="phone" :clearable="false" type="number" :border="border" placeholder="请输入联系电话" />
  48. </view> -->
  49. <!-- <view class="input flex">
  50. <view class="icon">
  51. <image src="../../static/img/li4.png" mode=""></image>
  52. </view>
  53. <u-input v-model="contactInformation" :clearable="false" type="text" :border="border" placeholder="请输入联系方式" />
  54. </view> -->
  55. <view class="input flex">
  56. <view class="icon">
  57. <image src="../../static/img/li5.png" mode=""></image>
  58. </view>
  59. <u-input v-model="dwname" :clearable="false" type="text" :border="border" placeholder="请输入单位名称" />
  60. </view>
  61. <view class="input flex">
  62. <view class="icon">
  63. <image src="../../static/img/li6.png" mode=""></image>
  64. </view>
  65. <u-input v-model="ksname" :clearable="false" type="text" :border="border" placeholder="请输入科室名称" />
  66. </view>
  67. <view class="updata">
  68. <view class="text">请上传医师执照或工牌照片 </view>
  69. <u-upload ref="uUpload1" :show-progress="false" :file-list="fileList" @on-change="progress1" :action="action" max-count="1"></u-upload>
  70. </view>
  71. </view>
  72. <view class="u-flex u-row-center" style="margin-top: 40rpx;" v-if="yzh == 1">
  73. <u-checkbox v-model="checkbox" shape="circle">
  74. <view class="u-flex" style="font-size: 24rpx;">
  75. <text>已阅读并同意</text>
  76. <text style="color: #167FFF;" @click.stop="toxieyi">《灵活就业合作伙伴协议》</text>
  77. </view>
  78. </u-checkbox>
  79. </view>
  80. <!-- <view class="form form1">
  81. <view class="input flex">
  82. <view class="icon">
  83. <image src="../../static/img/li1.png" mode=""></image>
  84. </view>
  85. <u-input v-model="cardholderName" :clearable="false" type="text" :border="border" placeholder="请输入持卡人姓名" />
  86. </view>
  87. <view class="input flex">
  88. <view class="icon">
  89. <image src="../../static/img/li4.png" mode=""></image>
  90. </view>
  91. <u-input v-model="backName" :clearable="false" type="text" :border="border" placeholder="请输入开户行" />
  92. </view>
  93. </view> -->
  94. </view>
  95. <view class="btn" @click="completeInformation()">
  96. <view class="btn_con">完成</view>
  97. </view>
  98. <u-verification-code :seconds="seconds" ref="uCode" @change="codeChange"></u-verification-code>
  99. </view>
  100. </template>
  101. <script>
  102. export default {
  103. data() {
  104. return {
  105. // 演示地址,请勿直接使用
  106. action: 'http://www.example.com/upload',
  107. fileList: [],
  108. name: '',
  109. card: '',
  110. phone: '',
  111. contactInformation: '',
  112. dwname: '',
  113. ksname: '',
  114. backCard: '',
  115. backName: '',
  116. cardholderName: '',
  117. cardholderPhone: '',
  118. code: '',
  119. yzh: 0,
  120. doctorAndSpecialist: '',
  121. data: {
  122. id: '',
  123. name: '',
  124. card: '',
  125. phone: '',
  126. contactInformation: '',
  127. dwname: '',
  128. ksname: '',
  129. backCard: '',
  130. backName: '',
  131. cardholderName: '',
  132. cardholderPhone: '',
  133. cardPic: '',
  134. completeInformation: "2"
  135. },
  136. checkbox: false,
  137. tips: '',
  138. // refCode: null,
  139. seconds: 60,
  140. ref: '',
  141. xieyipdf: ''
  142. }
  143. },
  144. onLoad(option) {
  145. this.action = this.$httpUrl + '/api/uploadLocality'
  146. this.getUserInfo()
  147. this.$http.agreeUserAgreement().then(res => {
  148. })
  149. },
  150. methods: {
  151. toxieyi() {
  152. if (this.xieyipdf) {
  153. uni.openDocument({
  154. filePath: this.xieyipdf
  155. })
  156. return
  157. }
  158. uni.downloadFile({
  159. url: 'https://binglishouji.oss-cn-hangzhou.aliyuncs.com/temp/隐私协议_1691832165623.pdf',
  160. success: (res) => {
  161. this.xieyipdf = res.tempFilePath
  162. uni.openDocument({
  163. filePath: this.xieyipdf
  164. })
  165. }
  166. })
  167. // uni.navigateTo({
  168. // url:"./agreement?type=1"
  169. // })
  170. },
  171. codeChange(text) {
  172. this.tips = text;
  173. },
  174. getCode() {
  175. if (!this.backCard) {
  176. this.$u.toast('请输入银行卡号')
  177. return
  178. }
  179. if (!this.card) {
  180. this.$u.toast('请输入身份证号')
  181. return
  182. }
  183. let files1 = [];
  184. // 通过filter,筛选出上传进度为100的文件(因为某些上传失败的文件,进度值不为100,这个是可选的操作)
  185. files1 = this.$refs.uUpload1.lists.filter(val => {
  186. return val.progress == 100;
  187. })
  188. // console.log(files1)
  189. let values = []
  190. if (files1.length != 0) {
  191. files1.forEach(val => {
  192. if (val.response) {
  193. values.push(val.response.result)
  194. } else {
  195. values.push(val.url)
  196. }
  197. })
  198. }
  199. if (values.length == 0) {
  200. this.$u.toast('请上传证件照')
  201. return;
  202. }
  203. if (!this.cardholderPhone) {
  204. this.$u.toast('请输入银行预留手机号')
  205. return
  206. }
  207. if (!this.dwname) {
  208. this.$u.toast('请输入单位名称')
  209. return;
  210. }
  211. if (!this.ksname) {
  212. this.$u.toast('请输入科室名称')
  213. return;
  214. }
  215. if (this.$refs.uCode.canGetCode) {
  216. // 模拟向后端请求验证码
  217. uni.showLoading({
  218. title: '正在获取验证码'
  219. })
  220. this.$http.perfectInformation({
  221. "backCard": this.backCard,
  222. "card": this.card,
  223. "cardPic": values.join(','),
  224. "cardholderPhone": this.cardholderPhone,
  225. "code": "",
  226. "doctorAndSpecialist": this.doctorAndSpecialist,
  227. "dwname": this.dwname,
  228. "ksname": this.ksname,
  229. "name": this.name,
  230. "ref": ""
  231. }).then(res => {
  232. if (res.data.code == 200) {
  233. this.ref = res.data.result.ref
  234. uni.hideLoading();
  235. // 这里此提示会被this.start()方法中的提示覆盖
  236. this.$u.toast('验证码已发送');
  237. // 通知验证码组件内部开始倒计时
  238. this.$refs.uCode.start();
  239. } else {
  240. this.$u.toast(res.data.message)
  241. }
  242. })
  243. } else {
  244. this.$u.toast('倒计时结束后再发送');
  245. }
  246. },
  247. progress1(res, index, lists, name) {
  248. // console.log(JSON.parse(res.data))
  249. if (JSON.parse(res.data).code == 0) {
  250. this.$refs.uToast.show({
  251. title: JSON.parse(res.data).msg,
  252. type: 'error ',
  253. })
  254. this.$refs.uUpload1.clear()
  255. }
  256. },
  257. getUserInfo() {
  258. this.$http.getUserInfo().then(res => {
  259. if (res.data.code == 200) {
  260. let data = res.data.result
  261. if (data.cardPic) {
  262. this.fileList = [{ url: data.cardPic }]
  263. }
  264. this.data.id = data.id
  265. this.name = data.name
  266. this.card = data.card
  267. this.phone = data.phone
  268. this.contactInformation = data.contactInformation
  269. this.dwname = data.dwname
  270. this.ksname = data.ksname
  271. this.backCard = data.backCard
  272. this.backName = data.backName
  273. this.cardholderName = data.cardholderName
  274. this.cardholderPhone = data.cardholderPhone
  275. this.yzh = data.yzh
  276. this.doctorAndSpecialist = data.doctorAndSpecialist
  277. }
  278. })
  279. },
  280. completeInformation() {
  281. if (this.yzh == 1) {
  282. if (!this.checkbox) {
  283. this.$u.toast("请勾选协议")
  284. return
  285. }
  286. this.$http.agreeUserAgreement()
  287. }
  288. if (!this.backCard) {
  289. this.$u.toast('请输入银行卡号')
  290. return
  291. }
  292. if (!this.card) {
  293. this.$u.toast('请输入身份证号')
  294. return
  295. }
  296. let files1 = [];
  297. // 通过filter,筛选出上传进度为100的文件(因为某些上传失败的文件,进度值不为100,这个是可选的操作)
  298. files1 = this.$refs.uUpload1.lists.filter(val => {
  299. return val.progress == 100;
  300. })
  301. // console.log(files1)
  302. let values = []
  303. if (files1.length != 0) {
  304. files1.forEach(val => {
  305. if (val.response) {
  306. values.push(val.response.result)
  307. } else {
  308. values.push(val.url)
  309. }
  310. })
  311. }
  312. if (values.length == 0) {
  313. this.$u.toast('上传执照或工牌');
  314. return;
  315. }
  316. if (!this.cardholderPhone) {
  317. this.$u.toast('请输入银行预留手机号')
  318. return
  319. }
  320. if (!this.dwname) {
  321. this.$u.toast('请输入单位名称')
  322. return;
  323. }
  324. if (!this.ksname) {
  325. this.$u.toast('请输入科室名称')
  326. return;
  327. }
  328. if(this.yzh == 1){
  329. if (!this.code) {
  330. this.$u.toast('请输入验证码')
  331. return;
  332. }
  333. }
  334. // if(!this.$checkMobile(this.phone)){
  335. // this.$refs.uToast.show({
  336. // title: '请输入正确手机号的格式',
  337. // type: 'error ',
  338. // })
  339. // return;
  340. // }
  341. // if(this.contactInformation==''){
  342. // this.$refs.uToast.show({ title: '请输入联系方式', type: 'error ', })
  343. // return;
  344. // }
  345. // if (!this.dwname) {
  346. // this.$refs.uToast.show({ title: '请输入单位名称', type: 'error ', })
  347. // return;
  348. // }
  349. // if (!this.ksname) {
  350. // this.$refs.uToast.show({ title: '请输入科室名称', type: 'error ', })
  351. // return;
  352. // }
  353. // return
  354. this.data.name = this.name
  355. this.data.card = this.card
  356. this.data.phone = this.phone
  357. this.data.contactInformation = this.contactInformation
  358. this.data.dwname = this.dwname
  359. this.data.ksname = this.ksname
  360. this.data.backCard = this.backCard
  361. this.data.backName = this.backName
  362. this.data.cardholderName = this.cardholderName
  363. this.data.cardholderPhone = this.cardholderPhone
  364. this.data.cardPic = values.join(',')
  365. uni.showLoading({
  366. mask: true,
  367. title: '请稍后'
  368. })
  369. this.$http.perfectInformationUpload({
  370. ...this.data,
  371. code: this.code,
  372. ref: this.ref,
  373. doctorAndSpecialist: this.doctorAndSpecialist
  374. }).then(res => {
  375. uni.hideLoading()
  376. if (res.data.code == 200) {
  377. this.$u.toast('保存完成')
  378. setTimeout(() => {
  379. uni.navigateTo({
  380. url: '/pages/index/index',
  381. })
  382. }, 800)
  383. } else {
  384. this.$u.toast(res.data.message)
  385. }
  386. })
  387. }
  388. }
  389. }
  390. </script>
  391. <style lang="scss">
  392. .perfect {
  393. position: relative;
  394. padding-bottom: 30rpx;
  395. .head {
  396. box-sizing: border-box;
  397. height: 432rpx;
  398. background: linear-gradient(220deg, #24B8FF 0%, $color 100%);
  399. border-radius: 0px 0px 120rpx 0px;
  400. padding: 160rpx 48rpx 0;
  401. font-size: 56rpx;
  402. color: #fff;
  403. .msg {
  404. font-size: 24rpx;
  405. color: #fff;
  406. margin-top: 12rpx;
  407. }
  408. }
  409. .con {
  410. position: relative;
  411. top: -140rpx;
  412. padding: 0 48rpx;
  413. .form {
  414. box-sizing: border-box;
  415. background-color: #fff;
  416. border-radius: 24rpx;
  417. padding: 0 48rpx;
  418. .icon {
  419. margin-right: 20rpx;
  420. image {
  421. width: 40rpx;
  422. height: 40rpx;
  423. }
  424. }
  425. }
  426. .form1 {
  427. margin-top: 24rpx;
  428. .input:last-child {
  429. border-bottom: 0;
  430. }
  431. }
  432. .u-add-tips {
  433. display: none;
  434. }
  435. .updata {
  436. .text {
  437. font-size: 28rpx;
  438. color: rgba(0, 0, 0, 0.35);
  439. margin: 36rpx 0;
  440. }
  441. }
  442. }
  443. .btn {
  444. position: fixed;
  445. bottom: 0;
  446. text-align: center;
  447. z-index: 11;
  448. width: 100%;
  449. padding: 12rpx 0;
  450. background-color: #fff;
  451. .btn_con {
  452. width: 680rpx;
  453. margin: 0 auto;
  454. font-size: 32rpx;
  455. padding: 30rpx 0;
  456. background-color: $color;
  457. border-radius: 48rpx;
  458. color: #fff;
  459. }
  460. }
  461. }
  462. </style>