work.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623
  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>完善的工作经历会让HR和猎头更了解你</text>
  16. </view>
  17. </view>
  18. </view>
  19. </view>
  20. <!-- 个人信息 -->
  21. <view class="personal" v-if="radiovalue1==2 &&job_experience3.length>0 ">
  22. <view class="" v-for="(item,index) in job_experience3" :key="index">
  23. <view class="body-input u-flex-col u-row-center ">
  24. <text class="input-title">公司名称</text>
  25. <u--input :value="item.company_name" customStyle="padding:0 !important" type="text"
  26. placeholder="请填写您的公司名称" border placeholderClass='input-style'
  27. v-model="job_experience3[index].company_name"></u--input>
  28. </view>
  29. <view class="body-input u-flex-col u-row-center" @click="tohangye(index)">
  30. <text class="input-title">公司行业</text>
  31. <view class="">
  32. <u--input :value="item.industry_name" :disabled="true" disabledColor="#fff"
  33. customStyle="padding:0 !important" type="text" placeholder="请选择您的公司行业" border
  34. placeholderClass='input-style' suffixIcon="arrow-right"
  35. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  36. v-model="job_experience3[index].industry_name"></u--input>
  37. </view>
  38. </view>
  39. <view class="body-input u-flex-col u-row-center">
  40. <text class="input-title">所属部门</text>
  41. <u--input :value="department" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  42. placeholder="请填写您的的所属部门" border placeholderClass='input-style'
  43. v-model="job_experience3[index].department"></u--input>
  44. </view>
  45. <view class="body-input u-flex-col u-row-center">
  46. <text class="input-title">职业名称</text>
  47. <u--input :value="job_name" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  48. placeholder="请填写您的职业名称" border placeholderClass='input-style'
  49. v-model="job_experience3[index].job_name"></u--input>
  50. </view>
  51. <view class="body-input u-flex-col u-row-center">
  52. <text class="input-title">在职时间</text>
  53. <view class="u-flex u-row-between">
  54. <view class="" @click="entryShow = true">
  55. <u--input :value="start_time" :disabled="true" disabledColor="#fff"
  56. customStyle="padding:0 !important" type="text" placeholder="入职时间" border
  57. placeholderClass='input-style' v-model="job_experience3[index].start_time"></u--input>
  58. </view>
  59. <view class="">-</view>
  60. <view class="" @click="dimissionShow = true">
  61. <u--input :value="item.end_time" :disabled="true" disabledColor="#fff"
  62. customStyle="padding:0 !important" type="text" placeholder="离职时间" inputAlign="center"
  63. border placeholderClass='input-style'
  64. v-model="job_experience3[index].end_time"></u--input>
  65. </view>
  66. </view>
  67. </view>
  68. <view class="body-input u-flex-col u-row-center">
  69. <text class="input-title">离职原因</text>
  70. <u--input :value="level_reason" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  71. placeholder="请填写离职原因" border placeholderClass='input-style'
  72. v-model="job_experience3[index].level_reason"></u--input>
  73. </view>
  74. <view class="body-input u-flex-col u-row-center">
  75. <text class="input-title">工作内容</text>
  76. <u--input :value="item.work_content" customStyle="padding:0 !important" type="text"
  77. placeholder="请填写工作内容" border placeholderClass='input-style'
  78. v-model="job_experience3[index].work_content"></u--input>
  79. </view>
  80. </view>
  81. <view class="button" @click="next">
  82. 下一步
  83. </view>
  84. </view>
  85. <view class="personal" v-else>
  86. <view class="body-input u-flex-col u-row-center ">
  87. <text class="input-title">公司名称</text>
  88. <u--input customStyle="padding:0 !important" type="text" placeholder="请填写您的公司名称" border
  89. placeholderClass='input-style' v-model="job_experience.company_name"></u--input>
  90. </view>
  91. <view class="body-input u-flex-col u-row-center" @click="tohangye">
  92. <text class="input-title">公司行业</text>
  93. <view class="">
  94. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  95. placeholder="请选择您的公司行业" border placeholderClass='input-style' suffixIcon="arrow-right"
  96. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  97. v-model="job_experience.industry_name"></u--input>
  98. </view>
  99. </view>
  100. <view class="body-input u-flex-col u-row-center">
  101. <text class="input-title">所属部门</text>
  102. <u--input disabledColor="#fff" customStyle="padding:0 !important" type="text" placeholder="请填写您的的所属部门"
  103. border placeholderClass='input-style' v-model="job_experience.department"></u--input>
  104. </view>
  105. <view class="body-input u-flex-col u-row-center">
  106. <text class="input-title">职业名称</text>
  107. <u--input disabledColor="#fff" customStyle="padding:0 !important" type="text" placeholder="请填写您的职业名称"
  108. border placeholderClass='input-style' v-model="job_experience.job_name"></u--input>
  109. </view>
  110. <view class="body-input u-flex-col u-row-center">
  111. <text class="input-title">在职时间</text>
  112. <view class="u-flex u-row-between">
  113. <view class="" @click="entryShow = true">
  114. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  115. placeholder="入职时间" border placeholderClass='input-style'
  116. v-model="job_experience.start_time"></u--input>
  117. </view>
  118. <view class="">-</view>
  119. <view class="" @click="dimissionShow = true">
  120. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  121. placeholder="离职时间" inputAlign="center" border placeholderClass='input-style'
  122. v-model="job_experience.end_time"></u--input>
  123. </view>
  124. </view>
  125. </view>
  126. <view class="body-input u-flex-col u-row-center">
  127. <text class="input-title">离职原因</text>
  128. <u--input disabledColor="#fff" customStyle="padding:0 !important" type="text" placeholder="请填写离职原因"
  129. border placeholderClass='input-style' v-model="job_experience.level_reason"></u--input>
  130. </view>
  131. <view class="body-input u-flex-col u-row-center">
  132. <text class="input-title">工作内容</text>
  133. <u--input customStyle="padding:0 !important" type="text" placeholder="请填写工作内容" border
  134. placeholderClass='input-style' v-model="job_experience.work_content"></u--input>
  135. </view>
  136. <view class="button" @click="next">
  137. 下一步
  138. </view>
  139. </view>
  140. <!-- 选择器 -->
  141. <u-datetime-picker title="入职时间" :minDate="minDate1" @confirm="entryConfirm" :show="entryShow" mode="year-month"
  142. @cancel='entryShow = false'></u-datetime-picker>
  143. <u-datetime-picker title="离职时间" :minDate="minDate" @confirm="dimissionConfirm" :show="dimissionShow"
  144. mode="year-month" @cancel='dimissionShow = false'></u-datetime-picker>
  145. </view>
  146. </template>
  147. <script>
  148. import {
  149. get_category_industry,
  150. index
  151. } from "@/units/inquire.js"
  152. export default {
  153. data() {
  154. return {
  155. entryShow: false,
  156. dimissionShow: false,
  157. industryShow: false,
  158. minDate: "",
  159. radiovalue1: "",
  160. minDate1: "",
  161. job_experience3: [],
  162. job_experience: {
  163. industry_name: "", //公司行业名称
  164. industry_id: "", //公司行业id
  165. company_name: "", //公司名称
  166. start_time: "", //在职时间
  167. end_time: "", //离职时间
  168. department: "", //所属部门
  169. job_name: "",
  170. level_reason: "", //离职原因
  171. work_content: "", //工作内容
  172. }
  173. }
  174. },
  175. onLoad() {
  176. this.minDate = Number(new Date('2000-01-01'));
  177. this.minDate1 = Number(new Date('1980-01-01'));
  178. if (uni.getStorageSync("job_experience1")) {
  179. this.job_experience = uni.getStorageSync("job_experience1")
  180. }
  181. if (uni.getStorageSync("job_experience3")) {
  182. this.job_experience3 = uni.getStorageSync("job_experience3")
  183. }
  184. if (uni.getStorageSync("radiovalue1")) {
  185. this.radiovalue1 = uni.getStorageSync("radiovalue1")
  186. }
  187. },
  188. methods: {
  189. getdata(item) {
  190. console.log(item);
  191. },
  192. tohangye(index) {
  193. uni.navigateTo({
  194. url: "../pagesA/change-hangye1",
  195. events: {
  196. changehangye: (res) => {
  197. // this.job_experience.industry_first = res[0].id
  198. this.job_experience.industry_id = res[1].id
  199. this.job_experience.industry_name = res[1].name
  200. if (this.radiovalue1 == 2) {
  201. // this.job_experience3[index].industry_id = res[1].id
  202. this.job_experience3[index].industry_name = res[1].name
  203. }
  204. }
  205. }
  206. })
  207. },
  208. async entryConfirm(e) {
  209. const timeFormat = uni.$u.timeFormat;
  210. console.log(e.value);
  211. let timeValue = await timeFormat(e.value, 'yyyy-mm');
  212. this.job_experience.start_time = timeValue;
  213. this.entryShow = false
  214. },
  215. async dimissionConfirm(e) {
  216. const timeFormat = uni.$u.timeFormat;
  217. let timeValue = await timeFormat(e.value, 'yyyy-mm');
  218. this.job_experience.end_time = timeValue;
  219. this.dimissionShow = false
  220. },
  221. return1() {
  222. uni.navigateBack()
  223. },
  224. next() {
  225. if (this.radiovalue1 == 2) {
  226. this.job_experience3.forEach((item) => {
  227. for (var key in item) {
  228. if (key == "company_name" && item[key] == "") {
  229. this.$u.toast("请填写公司名称")
  230. return
  231. }
  232. if (key == "industry_name" && item[key] == "") {
  233. this.$u.toast("请选择您的公司行业")
  234. return
  235. }
  236. if (key == "department" && item[key] == "") {
  237. this.$u.toast("请填写您的所属部门")
  238. return
  239. }
  240. if (key == "job_name" && item[key] == "") {
  241. this.$u.toast("请填写您的职业名称")
  242. return
  243. }
  244. if (key == "start_time" && item[key] == "") {
  245. this.$u.toast("请选择入职时间")
  246. return
  247. }
  248. if (key == "end_time" && item[key] == "") {
  249. this.$u.toast("请选择离职时间")
  250. return
  251. }
  252. if (key == "level_reason" && item[key] == "") {
  253. this.$u.toast("请填写离职原因")
  254. return
  255. }
  256. if (key == "work_content" && item[key] == "") {
  257. this.$u.toast("请填写工作内容")
  258. return
  259. }
  260. }
  261. uni.navigateTo({
  262. url: "/pagesA/Project "
  263. })
  264. })
  265. } else {
  266. if (!this.job_experience.company_name) {
  267. this.$u.toast("请填写公司名称")
  268. return
  269. }
  270. if (!this.job_experience.industry_name) {
  271. this.$u.toast("请选择您的公司行业")
  272. return
  273. }
  274. if (!this.job_experience.department) {
  275. this.$u.toast("请填写您的所属部门")
  276. return
  277. }
  278. if (!this.job_experience.job_name) {
  279. this.$u.toast("请填写您的职业名称")
  280. return
  281. }
  282. if (!this.job_experience.start_time) {
  283. this.$u.toast("请选择入职时间")
  284. return
  285. }
  286. if (!this.job_experience.end_time) {
  287. this.$u.toast("请选择离职时间")
  288. return
  289. }
  290. if (!this.job_experience.level_reason) {
  291. this.$u.toast("请填写离职原因")
  292. return
  293. }
  294. if (!this.job_experience.work_content) {
  295. this.$u.toast("请填写工作内容")
  296. return
  297. }
  298. uni.navigateTo({
  299. url: "/pagesA/Project "
  300. })
  301. }
  302. let pre = "job_experience"
  303. let nObj = Object.keys(this.job_experience).reduce((a, c) => (a[`${pre}.${c}`] = this.job_experience[c],
  304. a), {});
  305. uni.setStorageSync("job_experience", nObj)
  306. uni.setStorageSync("job_experience1", this.job_experience)
  307. uni.setStorageSync("job_experience3", this.job_experience3)
  308. }
  309. }
  310. }
  311. </script>
  312. <style lang="scss">
  313. page {
  314. background-color: #F3F3F3;
  315. }
  316. .index-page {
  317. overflow: hidden;
  318. background-color: #fff;
  319. .mingpianfont {
  320. height: 50rpx;
  321. font-size: 36rpx;
  322. font-family: PingFangSC-Medium, PingFang SC;
  323. font-weight: 500;
  324. color: #FFFFFF;
  325. line-height: 50rpx;
  326. }
  327. .explain {
  328. margin-top: 24rpx;
  329. width: 528rpx;
  330. height: 36rpx;
  331. font-size: 26rpx;
  332. font-family: PingFangSC-Regular, PingFang SC;
  333. font-weight: 400;
  334. color: #FFFFFF;
  335. line-height: 36rpx;
  336. }
  337. //个人信息
  338. .personal {
  339. width: 750rpx;
  340. background: #FFFFFF;
  341. border-radius: 28rpx 28rpx 0rpx 0rpx;
  342. margin-top: -40rpx;
  343. position: relative;
  344. z-index: 99;
  345. padding: 40rpx 32rpx 0;
  346. // margin-bottom: 60rpx;
  347. box-sizing: border-box;
  348. .body-input {
  349. height: 170rpx;
  350. border-bottom: 2rpx solid #F4F4F4;
  351. .input-title {
  352. font-size: 26rpx;
  353. font-family: PingFangSC-Regular, PingFang SC;
  354. font-weight: 400;
  355. color: #888888;
  356. margin-bottom: 20rpx;
  357. margin-top: 30rpx;
  358. box-sizing: border-box;
  359. }
  360. .input-style {
  361. font-size: 32rpx;
  362. font-family: PingFangSC-Regular, PingFang SC;
  363. font-weight: 400;
  364. color: #CACACA;
  365. }
  366. }
  367. .button {
  368. width: 686rpx;
  369. height: 88rpx !important;
  370. background: #0C66C2;
  371. border-radius: 12rpx;
  372. font-size: 32rpx;
  373. font-family: PingFangSC-Medium, PingFang SC;
  374. font-weight: 500;
  375. color: #FFFFFF;
  376. line-height: 88rpx;
  377. margin: 10rpx 0 0rpx 0;
  378. display: flex;
  379. justify-content: center;
  380. margin-bottom: 30rpx;
  381. margin-top: 20rpx;
  382. }
  383. }
  384. .index-item {
  385. // width: 702rpx;
  386. // background: #FFFFFF;
  387. // border-radius: 20rpx;
  388. // margin: 20rpx auto;
  389. // padding: 0 20rpx 24rpx 10rpx;
  390. .item-down {
  391. text:first-child {
  392. font-size: 22rpx;
  393. font-family: SFPro-Regular, SFPro;
  394. font-weight: 400;
  395. color: #666666;
  396. }
  397. text:last-child {
  398. font-size: 22rpx;
  399. font-family: PingFangSC-Regular, PingFang SC;
  400. font-weight: 400;
  401. color: #666666;
  402. }
  403. }
  404. .item-gongsi {
  405. margin-bottom: 16rpx;
  406. .text2 {
  407. font-size: 24rpx;
  408. font-family: SFPro-Regular, SFPro;
  409. font-weight: 400;
  410. color: #666666;
  411. }
  412. .logo {
  413. width: 42rpx;
  414. height: 42rpx;
  415. border-radius: 10rpx;
  416. margin-right: 16rpx;
  417. }
  418. .text1 {
  419. max-width: 192rpx;
  420. font-size: 24rpx;
  421. font-family: PingFangSC-Regular, PingFang SC;
  422. font-weight: 400;
  423. color: #444444;
  424. margin-right: 12rpx;
  425. }
  426. }
  427. .item-label {
  428. margin-bottom: 20rpx;
  429. text {
  430. margin-right: 16rpx;
  431. line-height: 46rpx;
  432. background: #F7F7F7;
  433. border-radius: 4rpx;
  434. padding: 0 14rpx;
  435. font-size: 24rpx;
  436. font-family: PingFangSC-Regular, PingFang SC;
  437. font-weight: 400;
  438. color: #5F5F5F;
  439. }
  440. }
  441. .item-top {
  442. height: 88rpx;
  443. .text1 {
  444. font-size: 32rpx;
  445. font-family: PingFangSC-Medium, PingFang SC;
  446. font-weight: 500;
  447. color: #222222;
  448. margin-right: 16rpx;
  449. }
  450. .text2 {
  451. width: 50rpx;
  452. line-height: 32rpx;
  453. background: rgba(255, 83, 53, 0.1);
  454. border-radius: 4rpx;
  455. text-align: center;
  456. font-size: 20rpx;
  457. font-family: PingFangSC-Regular, PingFang SC;
  458. font-weight: 400;
  459. color: #FF5335;
  460. margin-right: 12rpx;
  461. }
  462. .text3 {
  463. width: 90rpx;
  464. line-height: 32rpx;
  465. background: #FFF2E8;
  466. border-radius: 4rpx;
  467. text-align: center;
  468. font-size: 20rpx;
  469. font-family: PingFangSC-Regular, PingFang SC;
  470. font-weight: 400;
  471. color: #FF8620;
  472. margin-right: 12rpx;
  473. }
  474. .text4 {
  475. line-height: 32rpx;
  476. background: #E6EFF8;
  477. border-radius: 4rpx;
  478. padding: 0 4rpx;
  479. text-align: center;
  480. font-size: 20rpx;
  481. font-family: SFPro-Regular, SFPro;
  482. font-weight: 400;
  483. color: #0C66C2;
  484. }
  485. .text5 {
  486. font-size: 32rpx;
  487. font-family: JDZhengHT-Regular, JDZhengHT;
  488. font-weight: 400;
  489. color: #0C66C2;
  490. }
  491. }
  492. }
  493. .index-navbar {
  494. position: sticky;
  495. top: 0;
  496. left: 0;
  497. width: 750rpx;
  498. z-index: 10;
  499. .header-down {
  500. height: 92rpx;
  501. padding: 20rpx 24rpx;
  502. box-sizing: border-box;
  503. .font {
  504. font-size: 40rpx;
  505. font-family: PingFangSC-Medium, PingFang SC;
  506. font-weight: 500;
  507. color: #222222;
  508. }
  509. .right-item {
  510. padding: 0 16rpx;
  511. height: 52rpx;
  512. background: #F3F3F3;
  513. border-radius: 4rpx;
  514. margin-left: 20rpx;
  515. .text {
  516. margin-right: 4rpx;
  517. font-size: 26rpx;
  518. font-family: PingFangSC-Regular, PingFang SC;
  519. font-weight: 400;
  520. color: #666666;
  521. }
  522. }
  523. .down-left {
  524. .text {
  525. margin-right: 4rpx;
  526. font-size: 26rpx;
  527. font-family: PingFangSC-Medium, PingFang SC;
  528. font-weight: 500;
  529. color: #222222;
  530. }
  531. }
  532. }
  533. .index-bg {
  534. position: absolute;
  535. top: 0;
  536. left: 0;
  537. z-index: -1;
  538. width: 750rpx;
  539. height: 392rpx;
  540. }
  541. }
  542. .index-header {
  543. flex: 1;
  544. padding: 0 32rpx;
  545. height: 50rpx;
  546. .index-search {
  547. width: 200rpx;
  548. height: 64rpx;
  549. background: #FFFFFF;
  550. border-radius: 20rpx;
  551. padding: 0 28rpx;
  552. .text1 {
  553. font-size: 24rpx;
  554. font-family: PingFangSC-Regular, PingFang SC;
  555. font-weight: 400;
  556. color: #999999;
  557. margin-left: 16rpx;
  558. }
  559. }
  560. .index-tabs {
  561. text:first-child {
  562. font-size: 36rpx;
  563. font-family: PingFangSC-Medium, PingFang SC;
  564. font-weight: 500;
  565. color: #222222;
  566. }
  567. text:last-child {
  568. width: 76rpx;
  569. height: 12rpx;
  570. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  571. margin-top: -20rpx;
  572. border-radius: 100rpx;
  573. }
  574. }
  575. }
  576. }
  577. ::v-deep .u-navbar__content__left {
  578. padding: 0 !important;
  579. }
  580. ::v-deep .u-subsection {
  581. width: 312rpx !important;
  582. }
  583. </style>