expectation.vue 17 KB

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