expectation.vue 17 KB

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