joinPerson.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434
  1. <template>
  2. <view class="content">
  3. <view class="" v-if="state == 0 || state == 2">
  4. <view class="top hflex acenter" v-if="state == 2">
  5. <image src="/static/images/comment/person.png" class="top_img"></image>
  6. <view class="top_text">你已成功加入人才库</view>
  7. </view>
  8. <view class="box" style="margin-top: 20rpx;">
  9. <view class="box_title">基本信息</view>
  10. <view class="hflex acenter jbetween cell">
  11. <view class="left">姓名</view>
  12. <u-input v-model="userInfo.name" placeholder="请输入您的姓名" inputAlign="right" border="none"></u-input>
  13. </view>
  14. <picker @change="bindSexChange" :value="index" :range="sexList">
  15. <view class="hflex acenter jbetween cell">
  16. <view class="left">性别</view>
  17. <u-input border="none" v-model="userInfo.sex" placeholder="请选择您的性别" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7" inputAlign="right"></u-input>
  18. </view>
  19. </picker>
  20. <picker @change="bindAgeChange" :value="index" :range="ageList">
  21. <view class="hflex acenter jbetween cell">
  22. <view class="left">年龄</view>
  23. <u-input border="none" v-model="userInfo.age" placeholder="请选择您的年龄" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7" inputAlign="right"></u-input>
  24. </view>
  25. </picker>
  26. <view class="hflex acenter jbetween cell">
  27. <view class="left">籍贯</view>
  28. <u-input v-model="userInfo.place" placeholder="请输入您的籍贯" inputAlign="right" border="none"></u-input>
  29. </view>
  30. <view class="hflex acenter jbetween cell">
  31. <view class="left">电话</view>
  32. <u-input v-model="userInfo.phone" placeholder="请输入您的电话" inputAlign="right" border="none"></u-input>
  33. </view>
  34. <view class="hflex acenter jbetween cell">
  35. <view class="left">邮箱</view>
  36. <u-input v-model="userInfo.email" placeholder="请输入您的邮箱" inputAlign="right" border="none"></u-input>
  37. </view>
  38. <picker mode="region" @change="changeAddress" :value="index" >
  39. <view class="hflex acenter jbetween cell">
  40. <view class="left">所在地区</view>
  41. <u-input border="none" inputAlign="right" v-model="userInfo.region" placeholder="请选择省市区" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7"></u-input>
  42. </view>
  43. </picker>
  44. <view class="hflex acenter jbetween cell">
  45. <view class="left">详细地址</view>
  46. <u-input v-model="userInfo.address" placeholder="街道,楼牌号等" inputAlign="right" border="none"></u-input>
  47. </view>
  48. <picker @change="bindEduChange" :value="index" :range="educationList">
  49. <view class="hflex acenter jbetween cell">
  50. <view class="left">学历</view>
  51. <u-input border="none" v-model="userInfo.education" placeholder="请选择您的学历" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7" inputAlign="right"></u-input>
  52. </view>
  53. </picker>
  54. <view class="hflex acenter jbetween cell">
  55. <view class="left">个人特长</view>
  56. <u-input v-model="userInfo.specialty" placeholder="请输入您的特长" inputAlign="right" border="none"></u-input>
  57. </view>
  58. <view class="hflex acenter jbetween cell">
  59. <view class="left">技能</view>
  60. <u-input v-model="userInfo.skill" placeholder="请输入您的技能描述" inputAlign="right" border="none"></u-input>
  61. </view>
  62. <picker @change="bindTitleChange" :value="index" :range="titleList" range-key="name">
  63. <view class="hflex acenter jbetween cell">
  64. <view class="left">职称选择</view>
  65. <u-input border="none" v-model="userInfo.title" placeholder="请选择您的职称" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7" inputAlign="right"></u-input>
  66. </view>
  67. </picker>
  68. </view>
  69. <view class="box">
  70. <view class="box_title">简历及相关信息</view>
  71. <view class="box_title">工作履历</view>
  72. <view class="box_subTitle">请填写您近年来的工作经历</view>
  73. <u-input v-model="userInfo.work" border="bottom"></u-input>
  74. <view class="box_title">资质证书</view>
  75. <view class="box_subTitle">至少上传一张专业证书(包含毕业证书),证书请完整展示姓名,证书名称,证书日期及有效期</view>
  76. <view class="upload">
  77. <u-upload :fileList="userInfo.imgList" @afterRead="afterRead" @delete="deletePic" :maxCount="10" name="1" multiple :previewFullImage="true" width="110" height="110">
  78. <image src="/static/images/comment/upload.png" style="width: 220rpx;height: 220rpx;"></image>
  79. </u-upload>
  80. </view>
  81. <view class="box_title">培训经历</view>
  82. <view class="box_subTitle">请详细描述您的培训经历</view>
  83. <u-input v-model="userInfo.train" border="bottom"></u-input>
  84. <view class="bottom" v-if="state == 0">
  85. <view class="btn" @click="submit">提交</view>
  86. </view>
  87. </view>
  88. </view>
  89. <view class="box1 vflex acenter" v-if="state == 1">
  90. <image src="/static/images/comment/wait.png" class="box1_img"></image>
  91. <view class="box1_title">审核中</view>
  92. <view class="box1_subTitle">预计审核时间3个工作日</view>
  93. <view class="box1_subTitle">请留意当前页面变动</view>
  94. <view class="btn" @click="result">返回</view>
  95. </view>
  96. <view class="box1 vflex acenter" v-if="state == 3">
  97. <image src="/static/images/comment/error.png" class="box1_img"></image>
  98. <view class="box1_title">审核失败</view>
  99. <view class="box1_subTitle">驳回原因</view>
  100. <view class="box1_subTitle">{{reason}}<span style="color: #506dff;margin-left: 8rpx;" @click="edit">立即修改></span></view>
  101. <view class="btn" @click="result">返回</view>
  102. </view>
  103. </view>
  104. </template>
  105. <script>
  106. import $api from '@/static/js/api.js'
  107. var that = ''
  108. export default {
  109. data() {
  110. return {
  111. userInfo: {
  112. name: '', //姓名
  113. sex: '', //性别
  114. age: '', //年龄
  115. place: '', //籍贯
  116. phone: '', //电话
  117. email: '', //邮箱
  118. region: '', //所在地区
  119. province: '',
  120. city:'',
  121. area: '',
  122. address: '', //详细地址
  123. education: '', //学历
  124. specialty: '', //特长
  125. skill: '', //技能
  126. title: '', //职称
  127. title_id: '',
  128. work: '', //工作经历
  129. imgList: [], //资质证明
  130. train: '', //培训经历
  131. },
  132. sexList: ['男','女'],
  133. ageList: [],
  134. educationList: ['初中','高中','专科','本科','研究生','博士'],
  135. titleList: [],
  136. state: 0, //0 未加入,1 待审核,2 审核成功, 3审核失败
  137. reason: '资料填写不完整', //驳回原因
  138. }
  139. },
  140. onLoad() {
  141. that = this
  142. that.getPrepage()
  143. that.getzclist()
  144. that.getageList()
  145. },
  146. methods: {
  147. getPrepage() {
  148. var pages = getCurrentPages()
  149. var prePage = pages[pages.length - 2]
  150. var pooltalent = prePage.$vm.user.pooltalent
  151. if(pooltalent) {
  152. that.userInfo = {
  153. name: pooltalent.name, //姓名
  154. sex: pooltalent.sex, //性别
  155. age: pooltalent.age, //年龄
  156. place: pooltalent.jg, //籍贯
  157. phone: pooltalent.phone, //电话
  158. email: pooltalent.email, //邮箱
  159. region: pooltalent.province + pooltalent.city + pooltalent.area, //所在地区
  160. province: pooltalent.province,
  161. city:pooltalent.city,
  162. area: pooltalent.area,
  163. address: pooltalent.address, //详细地址
  164. education: pooltalent.xl, //学历
  165. specialty: pooltalent.tc, //特长
  166. skill: pooltalent.jn, //技能
  167. title: pooltalent.zc.name, //职称
  168. title_id: pooltalent.zc.id,
  169. work: pooltalent.gzll, //工作经历
  170. train: pooltalent.pxjl,
  171. id: pooltalent.id
  172. }
  173. that.userInfo.imgList = pooltalent.zz_imgs.split(',')
  174. that.state = pooltalent.audit
  175. that.reason = pooltalent.why
  176. }
  177. console.log(that.userInfo);
  178. },
  179. getzclist() {
  180. $api.req({
  181. url: '/data/api.auth.Center/zclist',
  182. method: 'POST',
  183. }, function(res) {
  184. if(res.code == 1) {
  185. that.titleList = res.data
  186. }
  187. })
  188. },
  189. getageList() {
  190. for(var i=18;i<=60;i++) {
  191. that.ageList.push(i)
  192. }
  193. console.log(that.ageList);
  194. },
  195. // 选择性别
  196. bindSexChange(e) {
  197. that.userInfo.sex = that.sexList[e.detail.value]
  198. },
  199. // 选择年龄
  200. bindAgeChange(e) {
  201. that.userInfo.age = that.ageList[e.detail.value]
  202. },
  203. // 选择所在地区
  204. changeAddress(e) {
  205. console.log(e);
  206. that.userInfo.region = e.detail.value[0] + '-' + e.detail.value[1] + '-' + e.detail.value[2]
  207. that.userInfo.province = e.detail.value[0]
  208. that.userInfo.city = e.detail.value[1]
  209. that.userInfo.area = e.detail.value[2]
  210. },
  211. // 选择学历
  212. bindEduChange(e) {
  213. that.userInfo.education = that.educationList[e.detail.value]
  214. },
  215. // 选择职称
  216. bindTitleChange(e) {
  217. that.userInfo.title = that.titleList[e.detail.value].name
  218. that.userInfo.title_id = that.titleList[e.detail.value].id
  219. },
  220. // 删除图片
  221. deletePic(event) {
  222. that.userInfo.imgList.splice(event.index, 1)
  223. },
  224. // 新增图片
  225. async afterRead(event) {
  226. // 当设置 multiple 为 true 时, file 为数组格式,否则为对象格式
  227. let lists = [].concat(event.file)
  228. let imgListLen = that.userInfo.imgList.length
  229. lists.map((item) => {
  230. that.userInfo.imgList.push({
  231. ...item,
  232. status: 'uploading',
  233. message: '上传中'
  234. })
  235. })
  236. for (let i = 0; i < lists.length; i++) {
  237. const result = await that.uploadFilePromise(lists[i].url)
  238. let item = that.userInfo.imgList[imgListLen]
  239. that.userInfo.imgList.splice(imgListLen, 1, Object.assign(item, {
  240. status: 'success',
  241. message: '',
  242. url: result.url
  243. }))
  244. imgListLen++
  245. }
  246. },
  247. // 上传图片
  248. uploadFilePromise(url) {
  249. return new Promise((resolve, reject) => {
  250. let a = uni.uploadFile({
  251. url: $api.config.baseUrl + '/data/api.auth.Center/upload',
  252. filePath: url,
  253. name: 'file',
  254. header: {
  255. 'content-type': 'application/x-www-form-urlencoded',
  256. 'api-token': uni.getStorageSync('token').token?uni.getStorageSync('token').token:'',
  257. 'api-name': 'wxapp'
  258. },
  259. formData: {
  260. user: 'test'
  261. },
  262. success: (res) => {
  263. setTimeout(() => {
  264. var data = JSON.parse(res.data)
  265. resolve(data.data)
  266. }, 1000)
  267. }
  268. });
  269. })
  270. },
  271. // 立即修改
  272. edit() {
  273. that.state = 0
  274. },
  275. // 返回
  276. result() {
  277. $api.jump(-1)
  278. },
  279. // 提交
  280. submit() {
  281. var u = that.userInfo
  282. var zz_imgs = ""
  283. if ($api.formCheck(u.name,'truename') && $api.formCheck(u.sex,'required') && $api.formCheck(u.age,'required') && $api.formCheck(u.phone,'mobile') && $api.formCheck(u.email,'email')) {
  284. if(u.imgList.length > 0) {
  285. for(var i=0;i<u.imgList.length;i++) {
  286. if(i == u.imgList.length - 1) {
  287. zz_imgs += u.imgList[i].url
  288. } else {
  289. zz_imgs += u.imgList[i].url + ','
  290. }
  291. }
  292. }
  293. $api.req({
  294. url: '/data/api.auth.Center/adduppooltalent',
  295. method: 'POST',
  296. data: {
  297. id: u.id?u.id: '',
  298. name: u.name,
  299. sex: u.sex,
  300. age: u.age,
  301. jg: u.place,
  302. phone: u.phone,
  303. email: u.email,
  304. province: u.province,
  305. city: u.city,
  306. area: u.area,
  307. address: u.address,
  308. xl: u.education,
  309. tc: u.specialty,
  310. jn: u.skill,
  311. zc_id: u.title_id,
  312. gzll: u.work,
  313. zz_imgs: zz_imgs,
  314. pxjl: u.train
  315. }
  316. }, function(res) {
  317. if(res.code == 1) {
  318. $api.info(res.info)
  319. that.state = 2
  320. // $api.jump('/pages/tabbar/mine/mine',3)
  321. }
  322. })
  323. }
  324. }
  325. },
  326. }
  327. </script>
  328. <style lang="scss" scoped>
  329. .content::v-deep {
  330. background-color: #f4f4f4;
  331. // padding-top: 20rpx;
  332. .top {
  333. width: 100%;
  334. height: 60rpx;
  335. background-color: #f8efe2;
  336. padding: 20rpx 32rpx;
  337. box-sizing: border-box;
  338. .top_img {
  339. width: 36rpx;
  340. height: 36rpx;
  341. }
  342. .top_text {
  343. font-size: 26rpx;
  344. margin-left: 6rpx;
  345. color: #330e00;
  346. }
  347. }
  348. .box {
  349. width: 100%;
  350. background-color: #fff;
  351. margin-bottom: 20rpx;
  352. box-sizing: border-box;
  353. padding: 28rpx 30rpx;
  354. .box_title {
  355. font-size: 30rpx;
  356. color: #222;
  357. margin: 20rpx 0 32rpx;
  358. }
  359. .box_subTitle {
  360. font-size: 26rpx;
  361. color: #b7b7b7;
  362. // margin: ;
  363. }
  364. .upload {
  365. margin-top: 20rpx;
  366. width: 100%;
  367. padding-bottom: 20rpx;
  368. border-bottom: 1rpx solid #f4f4f4;
  369. }
  370. .u-input {
  371. width: 100%;
  372. // margin-top: 30rpx;
  373. }
  374. .cell {
  375. width: 100%;
  376. padding: 20rpx 0;
  377. .left {
  378. font-size: 28rpx;
  379. color: #222;
  380. }
  381. .u-input {
  382. font-size: 28rpx;
  383. color: #222;
  384. }
  385. }
  386. .bottom {
  387. margin: 80rpx 0 50rpx;
  388. .btn {
  389. width: 100%;
  390. height: 88rpx;
  391. border-radius: 44rpx;
  392. text-align: center;
  393. line-height: 88rpx;
  394. background-color: #506dff;
  395. font-size: 36rpx;
  396. color: #fff;
  397. }
  398. }
  399. }
  400. .box1 {
  401. width: 100%;
  402. height: 100vh;
  403. background-color: #fff;
  404. .box1_img {
  405. width: 124rpx;
  406. height: 124rpx;
  407. margin: 108rpx 0 40rpx;
  408. }
  409. .box1_title {
  410. font-size: 32rpx;
  411. color: #222;
  412. margin-bottom: 24rpx;
  413. }
  414. .box1_subTitle {
  415. margin: 12rpx 0;
  416. font-size: 26rpx;
  417. color: #595959;
  418. }
  419. .btn {
  420. width: 530rpx;
  421. height: 88rpx;
  422. background-color: #506dff;
  423. color: #fff;
  424. text-align: center;
  425. line-height: 88rpx;
  426. border-radius: 44rpx;
  427. font-size: 36rpx;
  428. margin-top: 122rpx;
  429. }
  430. }
  431. }
  432. </style>