renzheng.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. <template>
  2. <view class="userinfo">
  3. <view class="user-head u-flex u-row-between">
  4. <text>头像</text>
  5. <image :src="userinfo.avatar" mode="aspectFill" @click="uploadimg"></image>
  6. </view>
  7. <view class="user-item" @click="tochangename">
  8. <view class="item-name">
  9. 真实姓名
  10. </view>
  11. <view class="item-input u-flex">
  12. <input type="text" placeholder="请输入真实姓名" :disabled="true" v-model="userinfo.name">
  13. </view>
  14. </view>
  15. <view class="user-item" @click="">
  16. <view class="item-name">
  17. 学历
  18. </view>
  19. <view class="item-input u-flex" @click="show=true">
  20. <input type="text" placeholder="请选择学历" :disabled="true" v-model="info.education_name">
  21. <u-icon name="arrow-right"></u-icon>
  22. </view>
  23. </view>
  24. <view class="user-item">
  25. <view class="item-name">
  26. 毕业院校
  27. </view>
  28. <view class="item-input u-flex">
  29. <input type="text" placeholder="请填写毕业院校" v-model="info.name">
  30. <!-- <u-icon name="arrow-right"></u-icon> -->
  31. </view>
  32. </view>
  33. <view class="user-item" @click="">
  34. <view class="item-name">
  35. 专业类别
  36. </view>
  37. <view class="item-input u-flex">
  38. <input type="text" placeholder="请填写专业类别" v-model="info.major">
  39. <!-- <u-icon name="arrow-right"></u-icon> -->
  40. </view>
  41. </view>
  42. <view class="user-item" @click="recruit_show = true">
  43. <view class="item-name">
  44. 是否统招
  45. </view>
  46. <view class="item-input u-flex">
  47. <input type="text" :disabled="true" placeholder="请选择" v-model="is_recruit">
  48. <u-icon name="arrow-right"></u-icon>
  49. </view>
  50. </view>
  51. <view class="user-item u-flex-col u-row-center">
  52. <text class="item-name">时间</text>
  53. <view class="u-flex u-row-between">
  54. <view class="item-input" @click="start()">
  55. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  56. placeholder="上学时间" border placeholderClass='input-style' v-model="info.start_time"></u--input>
  57. </view>
  58. <view class="">-</view>
  59. <view class="" @click="end()">
  60. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  61. placeholder="毕业时间" inputAlign="center" border placeholderClass='input-style'
  62. v-model="info.end_time"></u--input>
  63. </view>
  64. </view>
  65. </view>
  66. <view style="height: 150rpx;"></view>
  67. <view class="safe-area-inset-bottom"></view>
  68. <view class="user-down">
  69. <view class="down-btn u-flex">
  70. <text @click="save">立即认证</text>
  71. </view>
  72. <view class="safe-area-inset-bottom"></view>
  73. </view>
  74. <u-picker :show="show" @cancel="show = false" title="学历" keyName="name" :columns="education"
  75. @confirm="education_confirm"></u-picker>
  76. <u-picker :show="recruit_show" title="是否统招" @cancel="recruit_show = false" keyName="name"
  77. :columns="is_recruitlist" @confirm="recruit"></u-picker>
  78. <u-datetime-picker ref="pickers" title="上学时间" :minDate="minDate1" @confirm="entryConfirm" :show="entryShow"
  79. mode="year-month" @cancel='entryShow = false'></u-datetime-picker>
  80. <u-datetime-picker ref="pickers1" title="毕业时间" :minDate="minDate" @confirm="dimissionConfirm"
  81. :show="dimissionShow" mode="year-month" @cancel='dimissionShow = false'></u-datetime-picker>
  82. </view>
  83. </template>
  84. <script>
  85. import {
  86. profile,
  87. get_experience,
  88. getareacity,
  89. get_sex,
  90. index,
  91. activityauth,
  92. is_auth,
  93. get_education
  94. } from "@/units/inquire.js"
  95. import {
  96. get
  97. } from "https"
  98. import fuxing from "../common/fuxing.js"
  99. export default {
  100. data() {
  101. return {
  102. dimissionShow: false,
  103. entryShow: false,
  104. education: [
  105. []
  106. ],
  107. recruit_show: false,
  108. show: false,
  109. workShow: false,
  110. userinfo: {},
  111. sexlist: [],
  112. citylist: [],
  113. qiye: '',
  114. jingyanlist: [],
  115. is_recruit: '',
  116. is_recruitid: '',
  117. is_recruitlist: [
  118. [{
  119. "name": '统招',
  120. num: 1
  121. },
  122. {
  123. "name": "非统招",
  124. num: 0
  125. }
  126. ]
  127. ],
  128. // worklist: [{
  129. // label: 'soho猎头',
  130. // value: 'soho'
  131. // }, {
  132. // label: '就职猎头',
  133. // value: 'job'
  134. // }],
  135. info: {
  136. id: "", // integer 学校认证ID
  137. school_id: "", // integer 学校ID
  138. name: "", // string 学校名称
  139. education_id: "", // integer 学历ID
  140. major: "", // string 专业
  141. start_time: "", // string 开始时间
  142. end_time: "", // string 毕业时间
  143. education_name: "", // string 学历名称
  144. }
  145. }
  146. },
  147. onLoad() {
  148. this.getuser()
  149. this.getconfig()
  150. this.minDate = Number(new Date('2000-01-01'));
  151. this.minDate1 = Number(new Date('2000-01-01'));
  152. this.is_auth()
  153. this.get_education()
  154. },
  155. methods: {
  156. recruit(e) {
  157. // console.log(e);
  158. this.is_recruit = e.value[0].name
  159. this.is_recruitid = e.value[0].num
  160. // console.log(this.is_recruit);
  161. this.recruit_show = false
  162. },
  163. async dimissionConfirm(e) {
  164. const timeFormat = uni.$u.timeFormat;
  165. let timeValue = await timeFormat(e.value, 'yyyy-mm');
  166. this.info.end_time = timeValue
  167. this.dimissionShow = false
  168. },
  169. start() {
  170. this.entryShow = true
  171. this.$refs.pickers.innerValue = new Date(1577808000000).getTime()
  172. },
  173. end() {
  174. this.dimissionShow = true
  175. this.$refs.pickers1.innerValue = new Date(1672502400000).getTime()
  176. },
  177. async entryConfirm(e) {
  178. const timeFormat = uni.$u.timeFormat;
  179. console.log(e.value);
  180. let timeValue = await timeFormat(e.value, 'yyyy-mm');
  181. this.info.start_time = timeValue;
  182. this.entryShow = false
  183. },
  184. education_confirm(e) {
  185. console.log(e);
  186. console.log(this.info);
  187. this.info.education_name = e.value[0].name
  188. this.info.education_id = e.value[0].id
  189. this.show = false
  190. },
  191. get_education() {
  192. get_education().then(res => {
  193. this.education[0] = res.data
  194. })
  195. },
  196. is_auth() {
  197. is_auth().then(res => {
  198. if (res.data.is_auth == 1) {
  199. this.info = res.data.info
  200. this.info.education_id = res.data.info.education.id
  201. this.info.education_name = res.data.info.education.name
  202. this.is_recruitid = res.data.info.is_recruit
  203. if (res.data.info.is_recruit == 1) {
  204. this.is_recruit = "统招"
  205. } else {
  206. this.is_recruit = "非统招"
  207. }
  208. }
  209. })
  210. },
  211. //参加工作时间
  212. async workConfirm(e) {
  213. const timeFormat = uni.$u.timeFormat;
  214. let timeValue = await timeFormat(e.value, 'yyyy-mm');
  215. this.from.job_time = timeValue;
  216. this.workShow = false
  217. },
  218. changework(e) {
  219. this.userinfo.work_status = e[0].value
  220. },
  221. changejingyan(e) {
  222. this.userinfo.experience_id = e[0].value
  223. this.userinfo.experience_name = e[0].label
  224. },
  225. save() {
  226. if (!this.userinfo.avatar) {
  227. this.$u.toast("请上传头像")
  228. return
  229. }
  230. if (!this.userinfo.name) {
  231. this.$u.toast("请输入真实名字")
  232. return
  233. }
  234. if (!this.info.education_name) {
  235. this.$u.toast("请选择学历")
  236. return
  237. }
  238. if (!this.info.name) {
  239. this.$u.toast("请填写毕业院校")
  240. return
  241. }
  242. if (!this.info.major) {
  243. this.$u.toast("请填写专业类别")
  244. return
  245. }
  246. if (!this.info.start_time) {
  247. this.$u.toast("请选择上学时间")
  248. return
  249. }
  250. if (!this.info.end_time) {
  251. this.$u.toast("请选择毕业时间")
  252. return
  253. }
  254. uni.showLoading({
  255. mask: true,
  256. title: "请稍后"
  257. })
  258. activityauth({
  259. name: this.info.name, //学校名称
  260. is_recruit: this.is_recruitid, //是否统招:0=非统招,1=统招
  261. education_id: this.info.education_id, //学历ID
  262. major: this.info.major, //专业
  263. start_time: this.info.start_time, // 开始时间 例:2023-01
  264. end_time: this.info.end_time // 毕业时间
  265. }).then(res => {
  266. if (res.code == 1) {
  267. this.$u.toast("修改成功")
  268. setTimeout(() => {
  269. const eventChannel = this.getOpenerEventChannel();
  270. eventChannel.emit('up', this.hangyelist);
  271. uni.navigateBack()
  272. }, 800)
  273. } else {
  274. this.$u.toast(res.msg)
  275. }
  276. })
  277. // profile({
  278. // avatar: this.userinfo.avatar,
  279. // name: this.userinfo.name,
  280. // industry_first: this.userinfo.industry_first,
  281. // industry_id: this.userinfo.industry_id,
  282. // experience_id: this.userinfo.experience_id,
  283. // work_status: this.userinfo.work_status,
  284. // work_address: this.userinfo.work_address,
  285. // realname: this.userinfo.virtual_name,
  286. // }).then(res => {
  287. // if (res.code == 1) {
  288. // this.$u.toast("修改成功")
  289. // setTimeout(() => {
  290. // uni.navigateBack()
  291. // }, 800)
  292. // } else {
  293. // this.$u.toast(res.msg)
  294. // }
  295. // })
  296. },
  297. changecity(e) {
  298. this.userinfo.work_address = `${e[0].label} ${e[1].label}`
  299. },
  300. changsex(e) {
  301. this.userinfo.sex_text = e[0].label
  302. this.userinfo.sex = e[0].value
  303. if (this.userinfo.name != this.userinfo.virtual_name && this.userinfo.virtual_name) {
  304. if (this.userinfo.name.length == 3) {
  305. this.userinfo.name = this.userinfo.virtual_name[0] + (this.userinfo.sex == 'female' ? '女士' : '先生')
  306. } else {
  307. this.userinfo.name = this.userinfo.virtual_name[0] + this.userinfo.virtual_name[1] + (this.userinfo
  308. .sex == 'female' ? '女士' : '先生')
  309. }
  310. }
  311. },
  312. getconfig() {
  313. get_sex().then(res => {
  314. for (var key in res.data) {
  315. this.sexlist.push({
  316. label: res.data[key],
  317. value: key
  318. })
  319. }
  320. })
  321. getareacity().then(res => {
  322. this.citylist = res.data
  323. })
  324. get_experience().then(res => {
  325. this.jingyanlist = res.data
  326. })
  327. },
  328. uploadimg() {
  329. uni.chooseImage({
  330. count: 1,
  331. success: (img) => {
  332. uni.showLoading({
  333. mask: true,
  334. title: "请稍后"
  335. })
  336. uni.uploadFile({
  337. url: this.$url + '/api/common/upload',
  338. filePath: img.tempFilePaths[0],
  339. name: 'file',
  340. success: (res) => {
  341. uni.hideLoading()
  342. if (JSON.parse(res.data).code == 1) {
  343. this.userinfo.avatar = JSON.parse(res.data).data.fullurl
  344. } else {
  345. this.$u.toast(JSON.parse(res.data).msg)
  346. }
  347. },
  348. fail: (e) => {
  349. console.log(e);
  350. }
  351. })
  352. }
  353. })
  354. },
  355. getuser() {
  356. index().then(res => {
  357. this.userinfo = res.data.group_info
  358. this.userinfo.sex_text = {
  359. 'male': '男',
  360. 'female': '女',
  361. 'secret': '保密'
  362. } [this.userinfo.sex]
  363. console.log(this.userinfo);
  364. })
  365. },
  366. tochangename() {
  367. uni.navigateTo({
  368. url: "/pagesD/change-name?name=" + JSON.stringify({
  369. name: this.userinfo.name,
  370. virtual_name: this.userinfo.realname
  371. }),
  372. events: {
  373. getname: (res) => {
  374. if (res.name) {
  375. this.userinfo.name = res.name
  376. } else {
  377. var name = ''
  378. fuxing.forEach(val => {
  379. if (res.virtual_name.indexOf(val) > -1) {
  380. name = res.virtual_name[0] + res.virtual_name[1] + (this
  381. .userinfo.sex == 'female' ? '女士' : '先生')
  382. }
  383. })
  384. if (!name) {
  385. name = res.virtual_name[0] + (this.userinfo.sex == 'female' ? '女士' : '先生')
  386. }
  387. this.userinfo.name = name
  388. }
  389. this.userinfo.realname = res.virtual_name
  390. }
  391. }
  392. })
  393. }
  394. }
  395. }
  396. </script>
  397. <style lang="scss">
  398. .userinfo {
  399. padding: 0 32rpx;
  400. .user-down {
  401. position: fixed;
  402. bottom: 0;
  403. left: 0;
  404. z-index: 99;
  405. width: 750rpx;
  406. background-color: #fff;
  407. .down-btn {
  408. padding: 8rpx 32rpx;
  409. text {
  410. line-height: 88rpx;
  411. background: #0C66C2;
  412. border-radius: 12rpx;
  413. width: 100%;
  414. font-size: 32rpx;
  415. font-family: PingFangSC-Medium, PingFang SC;
  416. font-weight: 500;
  417. color: #FFFFFF;
  418. text-align: center;
  419. }
  420. }
  421. }
  422. .user-item {
  423. padding-top: 30rpx;
  424. border-bottom: 2rpx solid #F0F0F0;
  425. .item-input {
  426. height: 100rpx;
  427. input {
  428. height: 100rpx;
  429. flex: 1;
  430. }
  431. }
  432. .item-name {
  433. font-size: 26rpx;
  434. font-family: PingFangSC-Regular, PingFang SC;
  435. font-weight: 400;
  436. color: #888888;
  437. }
  438. }
  439. .user-head {
  440. padding: 32rpx 0;
  441. border-bottom: 2rpx solid #F0F0F0;
  442. text {
  443. font-size: 32rpx;
  444. font-family: PingFangSC-Regular, PingFang SC;
  445. font-weight: 400;
  446. color: #222222;
  447. }
  448. image {
  449. border-radius: 100%;
  450. width: 120rpx;
  451. height: 120rpx;
  452. }
  453. }
  454. }
  455. </style>