expectation.vue 17 KB

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