expectation.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  1. <template>
  2. <view class="index-page">
  3. <!-- 顶部 -->
  4. <view class="index-navbar">
  5. <view style="position: relative;height: 392rpx;">
  6. <image class="index-bg" src="@/static/images/bg.png" mode=""></image>
  7. <u-navbar bgColor='rgba(0,0,0,0)' placeholder @leftClick="return1">
  8. </u-navbar>
  9. <view class="header-down " :style="{marginTop:height+'rpx'}"
  10. style="padding: 28rpx 0 0 32rpx;box-sizing: border-box;">
  11. <view class="mingpianfont">
  12. 你的求职期望
  13. </view>
  14. <view class="explain">
  15. <text>我们会根据你的求职意向,为你推荐精准的职</text>
  16. </view>
  17. </view>
  18. </view>
  19. </view>
  20. <!-- 个人信息 -->
  21. <view class="personal">
  22. <view class="body-input u-flex-col u-row-center ">
  23. <text class="input-title">期望职位</text>
  24. <view class="" @click="changefenlei">
  25. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  26. placeholder="请选择期望职位" border placeholderClass='input-style' suffixIcon="arrow-right"
  27. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  28. v-model="category_job_name"></u--input>
  29. </view>
  30. </view>
  31. <view class="body-input u-flex-col u-row-center">
  32. <text class="input-title">期望城市</text>
  33. <view class="" @click="cityShow = true">
  34. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  35. placeholder="请选择您的期望城市" border placeholderClass='input-style' suffixIcon="arrow-right"
  36. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  37. v-model="job_intention.city"></u--input>
  38. </view>
  39. </view>
  40. <view class="body-input u-flex-col u-row-center">
  41. <text class="input-title">期望行业</text>
  42. <view class="" @click="changehangye">
  43. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  44. placeholder="请选择您的期望行业" border placeholderClass='input-style' suffixIcon="arrow-right"
  45. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  46. v-model="job_intention_name"></u--input>
  47. </view>
  48. </view>
  49. <view class="body-input u-flex-col u-row-center">
  50. <text class="input-title">期望薪资</text>
  51. <view class="" @click="show = true">
  52. <u--input :value="label" :disabled="true" disabledColor="#fff" customStyle="padding:0 !important"
  53. type="text" placeholder="请选择您的期望薪资" border placeholderClass='input-style'
  54. suffixIcon="arrow-right"
  55. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"></u--input>
  56. </view>
  57. </view>
  58. <view class="body-input u-flex-col u-row-center">
  59. <text class="input-title">优势亮点(选填)</text>
  60. <u--input disabledColor="#fff" customStyle="padding:0 !important" type="text" placeholder="请填写" border
  61. placeholderClass='input-style' suffixIcon="arrow-right"
  62. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  63. v-model="job_intention.advantage"></u--input>
  64. </view>
  65. <view class="" style="height: 250rpx;"></view>
  66. <view class="button" @click="next">
  67. 开启求职之旅
  68. </view>
  69. </view>
  70. <!-- 选择器 -->
  71. <u-picker ref="uPicker" keyName="name" title="期待城市" :defaultIndex="indexs" :show="cityShow" :columns="cityList"
  72. @confirm="cityconfirm" @cancel="cityShow = false" @change="changeHandler"></u-picker>
  73. <u-picker keyName="label" title="期待薪资" :show="show" :columns="xinzilist" @confirm="confirm"
  74. @cancel="show = false"></u-picker>
  75. </view>
  76. </template>
  77. <script>
  78. import {
  79. getAllArea,
  80. create
  81. } from "@/units/inquire.js"
  82. export default {
  83. data() {
  84. return {
  85. category_industry_name: "", //行业
  86. category_job_name: "", //职位
  87. cityShow: false,
  88. province: [], //省数据
  89. city: [], //市数据
  90. area: [], //区数据
  91. cityList: [], //城市列表
  92. show: false,
  93. from: {},
  94. label: "",
  95. addressData: {},
  96. job_experience: {},
  97. project_experience: {},
  98. education_experience: {},
  99. addressData: {
  100. id: "",
  101. province: "",
  102. city: "",
  103. area: "",
  104. detail: "",
  105. userName: "",
  106. phone: "",
  107. isDefault: false
  108. }, //地址数据
  109. job_intention: {
  110. city: "", //城市地点
  111. advantage: '', //优势亮点
  112. province_id: "", //期望省份ID
  113. city_id: "", //期望城市ID
  114. salary_type: "", //薪资类型: year = 年薪;month = 月薪
  115. salary_month: "", //一年多少薪
  116. category_job_first: "", //职位分类一级ID
  117. category_job_second: "", //职位分类二级ID
  118. category_job_id: "", //职位分类三级ID
  119. category_industry_first: "", //行业一级ID
  120. category_industry_id: "", //行业二级ID
  121. },
  122. xinzilist: [
  123. ]
  124. }
  125. },
  126. onLoad() {
  127. this.AllArea()
  128. this.xinzi()
  129. if (uni.getStorageSync("from1")) {
  130. console.log(uni.getStorageSync("from1"));
  131. this.from = uni.getStorageSync("from1")
  132. }
  133. if (uni.getStorageSync("addressData1")) {
  134. this.addressData = uni.getStorageSync("addressData1")
  135. }
  136. if (uni.getStorageSync("job_experience1")) {
  137. this.job_experience = uni.getStorageSync("job_experience1")
  138. }
  139. if (uni.getStorageSync("project_experience1")) {
  140. this.project_experience = uni.getStorageSync("project_experience1")
  141. }
  142. if (uni.getStorageSync("education_experience1")) {
  143. this.education_experience = uni.getStorageSync("education_experience1")
  144. }
  145. if (uni.getStorageSync("job_intention1")) {
  146. this.job_intention = uni.getStorageSync("job_intention1")
  147. }
  148. if (uni.getStorageSync("category_industry_name")) {
  149. this.category_industry_name = uni.getStorageSync("job_intention1")
  150. }
  151. if (uni.getStorageSync("category_job_name")) {
  152. this.category_job_name = uni.getStorageSync("category_job_name")
  153. }
  154. },
  155. methods: {
  156. xinzi() {
  157. var xinzilist = []
  158. for (var i = 1; i <= 100; i++) {
  159. xinzilist.push({
  160. label: `${i}K`,
  161. value: i
  162. })
  163. }
  164. this.xinzilist.push(xinzilist)
  165. },
  166. confirm(e) {
  167. this.job_intention.salary_month = e.value[0].value
  168. this.label = e.value[0].label
  169. this.show = false
  170. },
  171. cityconfirm(e) {
  172. let a = e.value[0].name + e.value[1].name + e.value[2].name
  173. // let ids = String(e.value[0].id) + String(e.value[1].id) + String(e.value[2].id)
  174. this.job_intention.city_id = e.value[1].id
  175. this.job_intention.province_id = e.value[0].id
  176. // this.city1 = e.value.join("")
  177. this.job_intention.city = a
  178. this.cityShow = false
  179. },
  180. // jobConfirm(e) {
  181. // // this.job = e.value[0].name
  182. // // this.from.job_status_id = e.value[0].id
  183. // // this.jobShow = false
  184. // }, //所有地区
  185. AllArea() {
  186. getAllArea().then((res) => {
  187. this.province = res.data.map(t => {
  188. return {
  189. name: t.name,
  190. id: t.id
  191. }
  192. })
  193. console.log("aaa", this.province);
  194. this.city = res.data.map(t => t.children.map(v => {
  195. return {
  196. name: v.name,
  197. id: v.id
  198. }
  199. }))
  200. this.area = res.data.map(t => t.children.map(v => v.children.map(i => {
  201. return {
  202. name: i.name,
  203. id: i.id
  204. }
  205. })))
  206. //默认显示数据
  207. // this.cityList = [
  208. // this.province.map(res => res.name),
  209. // this.city[0].map(res => res.name),
  210. // this.area[0][0].map(res => res.name)
  211. // ]
  212. let a = []
  213. let b = []
  214. let c = []
  215. this.province.map(res => {
  216. a.push({
  217. name: res.name,
  218. id: res.id,
  219. })
  220. })
  221. this.city[0].map(res => {
  222. b.push({
  223. name: res.name,
  224. id: res.id,
  225. })
  226. })
  227. this.area[0][0].map(res => {
  228. c.push({
  229. name: res.name,
  230. id: res.id,
  231. })
  232. })
  233. this.cityList = [a, b, c]
  234. console.log(33, this.cityList);
  235. if (this.addressData.province && this.addressData.city && this.addressData.area) {
  236. //省索引
  237. let pIdx = this.province.findIndex(v => v.name == this.addressData.province);
  238. //根据省索引设置默认市数据
  239. this.columns[1] = this.city[pIdx].map(res => res.name)
  240. //市索引
  241. let cIdx = this.city[pIdx].findIndex(v => v.name == this.addressData.city);
  242. //根据市索引设置默认区数据
  243. this.columns[2] = this.area[pIdx][cIdx].map(res => res.name)
  244. //区索引
  245. let aIdx = this.area[pIdx][cIdx].findIndex(v => v.name == this.addressData.area);
  246. this.indexs = [pIdx, cIdx, aIdx];
  247. // console.log(pIdx, cIdx, aIdx);
  248. console.log(this.indexs);
  249. }
  250. })
  251. },
  252. changeHandler(e) {
  253. const {
  254. columnIndex, //当前改变值的列下标
  255. value,
  256. values, // values为当前变化列的数组内容
  257. indexs, //当前地区值下标
  258. picker = this.$refs.uPicker
  259. } = e
  260. //columnIndex代表第几列,意思是下标为0的列发生变化
  261. if (columnIndex === 0) {
  262. picker.setColumnValues(1, this.city[indexs[0]].map(v => {
  263. return {
  264. name: v.name,
  265. id: v.id
  266. }
  267. }))
  268. picker.setColumnValues(2, this.area[indexs[0]][0].map(v => {
  269. return {
  270. name: v.name,
  271. id: v.id
  272. }
  273. }))
  274. }
  275. if (columnIndex === 1) {
  276. picker.setColumnValues(2, this.area[indexs[0]][indexs[1]].map(v => {
  277. return {
  278. name: v.name,
  279. id: v.id
  280. }
  281. }))
  282. }
  283. },
  284. changefenlei() {
  285. uni.navigateTo({
  286. url: "/pagesA/change-zhiwei",
  287. events: {
  288. changefenlei: (res) => {
  289. this.job_intention.category_job_first = res[0].id //职位分类一级ID
  290. this.job_intention.category_job_second = res[1].id //职位分类二级ID
  291. this.job_intention.category_job_id = res[2].id //职位分类三级ID
  292. this.category_job_name = res[2].name //职位名称
  293. }
  294. }
  295. })
  296. },
  297. changehangye() {
  298. uni.navigateTo({
  299. url: "/pagesA/change-hangye1",
  300. events: {
  301. changehangye: (res) => {
  302. console.log(res);
  303. console.log(res[1].name);
  304. this.job_intention.category_industry_first = res[0].id //行业一级ID
  305. this.job_intention.category_industry_id = res[1].id //行业二级ID
  306. this.category_industry_name = res[1].name //行业名称
  307. }
  308. }
  309. })
  310. },
  311. return1() {
  312. uni.navigateBack()
  313. },
  314. next() {
  315. let pre = "job_intention"
  316. let nObj = Object.keys(this.job_intention).reduce((a, c) => (a[`${pre}.${c}`] = this.job_intention[c],
  317. a), {});
  318. uni.setStorageSync("job_intention", nObj)
  319. uni.setStorageSync("job_intention1", this.job_intention)
  320. create({
  321. ...this.from,
  322. job_experience: [this.job_experience],
  323. project_experience: [this.project_experience],
  324. education_experience: [this.education_experience],
  325. job_intention: [this.job_intention]
  326. }).then(res => {
  327. if (res.code == 1) {
  328. this.$u.toast(res.msg)
  329. uni.switchTab({
  330. url: '../pages/index/index'
  331. })
  332. }
  333. })
  334. uni.setStorageSync("category_industry_name", this.category_industry_name)
  335. uni.setStorageSync("category_job_name", this.category_job_name)
  336. uni.setStorageSync("is_profile", 1)
  337. }
  338. }
  339. }
  340. </script>
  341. <style lang="scss">
  342. page {
  343. background-color: #F3F3F3;
  344. }
  345. .index-page {
  346. overflow: hidden;
  347. height: 100vh;
  348. background: #fff;
  349. .mingpianfont {
  350. height: 50rpx;
  351. font-size: 36rpx;
  352. font-family: PingFangSC-Medium, PingFang SC;
  353. font-weight: 500;
  354. color: #FFFFFF;
  355. line-height: 50rpx;
  356. }
  357. .explain {
  358. margin-top: 24rpx;
  359. width: 528rpx;
  360. height: 36rpx;
  361. font-size: 26rpx;
  362. font-family: PingFangSC-Regular, PingFang SC;
  363. font-weight: 400;
  364. color: #FFFFFF;
  365. line-height: 36rpx;
  366. }
  367. //个人信息
  368. .personal {
  369. width: 750rpx;
  370. background: #FFFFFF;
  371. border-radius: 28rpx 28rpx 0rpx 0rpx;
  372. margin-top: -40rpx;
  373. position: relative;
  374. z-index: 99;
  375. padding: 40rpx 32rpx 0;
  376. box-sizing: border-box;
  377. height: 100%;
  378. margin-bottom: 60rpx !important;
  379. .body-input {
  380. height: 170rpx;
  381. border-bottom: 2rpx solid #F4F4F4;
  382. .input-title {
  383. font-size: 26rpx;
  384. font-family: PingFangSC-Regular, PingFang SC;
  385. font-weight: 400;
  386. color: #888888;
  387. margin-bottom: 20rpx;
  388. margin-top: 30rpx;
  389. box-sizing: border-box;
  390. }
  391. .input-style {
  392. font-size: 32rpx;
  393. font-family: PingFangSC-Regular, PingFang SC;
  394. font-weight: 400;
  395. color: #CACACA;
  396. }
  397. }
  398. .button {
  399. width: 686rpx;
  400. height: 88rpx !important;
  401. background: #0C66C2;
  402. border-radius: 12rpx;
  403. font-size: 32rpx;
  404. font-family: PingFangSC-Medium, PingFang SC;
  405. font-weight: 500;
  406. color: #FFFFFF;
  407. line-height: 88rpx;
  408. margin: 10rpx 0 0rpx 0;
  409. display: flex;
  410. justify-content: center;
  411. margin-bottom: 60rpx;
  412. // position: fixed;
  413. // bottom: 60rpx;
  414. }
  415. }
  416. .index-item {
  417. // width: 702rpx;
  418. // background: #FFFFFF;
  419. // border-radius: 20rpx;
  420. // margin: 20rpx auto;
  421. // padding: 0 20rpx 24rpx 10rpx;
  422. .item-down {
  423. text:first-child {
  424. font-size: 22rpx;
  425. font-family: SFPro-Regular, SFPro;
  426. font-weight: 400;
  427. color: #666666;
  428. }
  429. text:last-child {
  430. font-size: 22rpx;
  431. font-family: PingFangSC-Regular, PingFang SC;
  432. font-weight: 400;
  433. color: #666666;
  434. }
  435. }
  436. .item-gongsi {
  437. margin-bottom: 16rpx;
  438. .text2 {
  439. font-size: 24rpx;
  440. font-family: SFPro-Regular, SFPro;
  441. font-weight: 400;
  442. color: #666666;
  443. }
  444. .logo {
  445. width: 42rpx;
  446. height: 42rpx;
  447. border-radius: 10rpx;
  448. margin-right: 16rpx;
  449. }
  450. .text1 {
  451. max-width: 192rpx;
  452. font-size: 24rpx;
  453. font-family: PingFangSC-Regular, PingFang SC;
  454. font-weight: 400;
  455. color: #444444;
  456. margin-right: 12rpx;
  457. }
  458. }
  459. .item-label {
  460. margin-bottom: 20rpx;
  461. text {
  462. margin-right: 16rpx;
  463. line-height: 46rpx;
  464. background: #F7F7F7;
  465. border-radius: 4rpx;
  466. padding: 0 14rpx;
  467. font-size: 24rpx;
  468. font-family: PingFangSC-Regular, PingFang SC;
  469. font-weight: 400;
  470. color: #5F5F5F;
  471. }
  472. }
  473. .item-top {
  474. height: 88rpx;
  475. .text1 {
  476. font-size: 32rpx;
  477. font-family: PingFangSC-Medium, PingFang SC;
  478. font-weight: 500;
  479. color: #222222;
  480. margin-right: 16rpx;
  481. }
  482. .text2 {
  483. width: 50rpx;
  484. line-height: 32rpx;
  485. background: rgba(255, 83, 53, 0.1);
  486. border-radius: 4rpx;
  487. text-align: center;
  488. font-size: 20rpx;
  489. font-family: PingFangSC-Regular, PingFang SC;
  490. font-weight: 400;
  491. color: #FF5335;
  492. margin-right: 12rpx;
  493. }
  494. .text3 {
  495. width: 90rpx;
  496. line-height: 32rpx;
  497. background: #FFF2E8;
  498. border-radius: 4rpx;
  499. text-align: center;
  500. font-size: 20rpx;
  501. font-family: PingFangSC-Regular, PingFang SC;
  502. font-weight: 400;
  503. color: #FF8620;
  504. margin-right: 12rpx;
  505. }
  506. .text4 {
  507. line-height: 32rpx;
  508. background: #E6EFF8;
  509. border-radius: 4rpx;
  510. padding: 0 4rpx;
  511. text-align: center;
  512. font-size: 20rpx;
  513. font-family: SFPro-Regular, SFPro;
  514. font-weight: 400;
  515. color: #0C66C2;
  516. }
  517. .text5 {
  518. font-size: 32rpx;
  519. font-family: JDZhengHT-Regular, JDZhengHT;
  520. font-weight: 400;
  521. color: #0C66C2;
  522. }
  523. }
  524. }
  525. .index-navbar {
  526. position: sticky;
  527. top: 0;
  528. left: 0;
  529. width: 750rpx;
  530. z-index: 10;
  531. .header-down {
  532. height: 92rpx;
  533. padding: 20rpx 24rpx;
  534. box-sizing: border-box;
  535. .font {
  536. font-size: 40rpx;
  537. font-family: PingFangSC-Medium, PingFang SC;
  538. font-weight: 500;
  539. color: #222222;
  540. }
  541. .right-item {
  542. padding: 0 16rpx;
  543. height: 52rpx;
  544. background: #F3F3F3;
  545. border-radius: 4rpx;
  546. margin-left: 20rpx;
  547. .text {
  548. margin-right: 4rpx;
  549. font-size: 26rpx;
  550. font-family: PingFangSC-Regular, PingFang SC;
  551. font-weight: 400;
  552. color: #666666;
  553. }
  554. }
  555. .down-left {
  556. .text {
  557. margin-right: 4rpx;
  558. font-size: 26rpx;
  559. font-family: PingFangSC-Medium, PingFang SC;
  560. font-weight: 500;
  561. color: #222222;
  562. }
  563. }
  564. }
  565. .index-bg {
  566. position: absolute;
  567. top: 0;
  568. left: 0;
  569. z-index: -1;
  570. width: 750rpx;
  571. height: 392rpx;
  572. }
  573. }
  574. .index-header {
  575. flex: 1;
  576. padding: 0 32rpx;
  577. height: 50rpx;
  578. .index-search {
  579. width: 200rpx;
  580. height: 64rpx;
  581. background: #FFFFFF;
  582. border-radius: 20rpx;
  583. padding: 0 28rpx;
  584. .text1 {
  585. font-size: 24rpx;
  586. font-family: PingFangSC-Regular, PingFang SC;
  587. font-weight: 400;
  588. color: #999999;
  589. margin-left: 16rpx;
  590. }
  591. }
  592. .index-tabs {
  593. text:first-child {
  594. font-size: 36rpx;
  595. font-family: PingFangSC-Medium, PingFang SC;
  596. font-weight: 500;
  597. color: #222222;
  598. }
  599. text:last-child {
  600. width: 76rpx;
  601. height: 12rpx;
  602. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  603. margin-top: -20rpx;
  604. border-radius: 100rpx;
  605. }
  606. }
  607. }
  608. }
  609. ::v-deep .u-navbar__content__left {
  610. padding: 0 !important;
  611. }
  612. ::v-deep .u-subsection {
  613. width: 312rpx !important;
  614. }
  615. </style>