work.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674
  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" @click="toworktion">
  75. <text class="input-title">工作内容</text>
  76. <u--input :disabled="true" :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" @click="toworktion">
  132. <text class="input-title">工作内容</text>
  133. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  134. placeholder="请填写工作内容" border placeholderClass='input-style'
  135. v-model="job_experience.work_content"></u--input>
  136. </view>
  137. <view class="button" @click="next">
  138. 下一步
  139. </view>
  140. </view>
  141. <!-- 选择器 -->
  142. <u-datetime-picker title="入职时间" :minDate="minDate1" @confirm="entryConfirm" :show="entryShow" mode="year-month"
  143. @cancel='entryShow = false'></u-datetime-picker>
  144. <u-datetime-picker title="离职时间" :minDate="minDate" @confirm="dimissionConfirm" :show="dimissionShow"
  145. mode="year-month" @cancel='dimissionShow = false'></u-datetime-picker>
  146. </view>
  147. </template>
  148. <script>
  149. import {
  150. get_category_industry,
  151. index
  152. } from "@/units/inquire.js"
  153. export default {
  154. data() {
  155. return {
  156. entryShow: false,
  157. dimissionShow: false,
  158. industryShow: false,
  159. minDate: "",
  160. radiovalue1: "",
  161. minDate1: "",
  162. job_experience3: [],
  163. job_experience: {
  164. industry_name: "", //公司行业名称
  165. industry_id: "", //公司行业id
  166. company_name: "", //公司名称
  167. start_time: "", //在职时间
  168. end_time: "", //离职时间
  169. department: "", //所属部门
  170. job_name: "",
  171. level_reason: "", //离职原因
  172. work_content: "", //工作内容
  173. },
  174. time1: '',
  175. time2: ''
  176. }
  177. },
  178. onLoad() {
  179. this.minDate = Number(new Date('2000-01-01'));
  180. this.minDate1 = Number(new Date('1980-01-01'));
  181. if (uni.getStorageSync("job_experience1")) {
  182. this.job_experience = uni.getStorageSync("job_experience1")
  183. }
  184. if (uni.getStorageSync("job_experience3")) {
  185. this.job_experience3 = uni.getStorageSync("job_experience3")
  186. }
  187. if (uni.getStorageSync("radiovalue1")) {
  188. this.radiovalue1 = uni.getStorageSync("radiovalue1")
  189. }
  190. },
  191. methods: {
  192. getdata(item) {
  193. console.log(item);
  194. },
  195. toworktion(index) {
  196. if (this.radiovalue1 == 2) {
  197. uni.navigateTo({
  198. url: '../pagesA/worktion?concent=' + this.job_experience[index].work_content,
  199. events: {
  200. todcp: res => {
  201. this.job_experience[index].work_content = res
  202. }
  203. }
  204. })
  205. } else {
  206. uni.navigateTo({
  207. url: '../pagesA/worktion?concent=' + this.job_experience.work_content,
  208. events: {
  209. todcp: res => {
  210. this.job_experience.work_content = res
  211. }
  212. }
  213. })
  214. }
  215. },
  216. tohangye(index) {
  217. uni.navigateTo({
  218. url: "../pagesA/change-hangye1",
  219. events: {
  220. changehangye: (res) => {
  221. // this.job_experience.industry_first = res[0].id
  222. this.job_experience.industry_id = res[1].id
  223. this.job_experience.industry_name = res[1].name
  224. if (this.radiovalue1 == 2) {
  225. this.job_experience3[index].industry_name = res[1].name
  226. }
  227. }
  228. }
  229. })
  230. },
  231. async entryConfirm(e) {
  232. const timeFormat = uni.$u.timeFormat;
  233. console.log(e.value);
  234. this.time1 = e.value
  235. let timeValue = await timeFormat(e.value, 'yyyy-mm');
  236. this.job_experience.start_time = timeValue;
  237. this.entryShow = false
  238. },
  239. async dimissionConfirm(e) {
  240. const timeFormat = uni.$u.timeFormat;
  241. this.time2 = e.value
  242. let timeValue = await timeFormat(e.value, 'yyyy-mm');
  243. this.job_experience.end_time = timeValue;
  244. this.dimissionShow = false
  245. },
  246. return1() {
  247. uni.navigateBack()
  248. },
  249. next() {
  250. if (this.radiovalue1 == 2) {
  251. var tongguo = true
  252. this.job_experience3.forEach((item) => {
  253. console.log('导入', item);
  254. for (var key in item) {
  255. console.log('key', key);
  256. console.log('key', item[key]);
  257. if (key == "company_name" && item[key] == "") {
  258. this.$u.toast("请填写公司名称")
  259. tongguo = false
  260. return
  261. }
  262. if (key == "industry_name" && !item[key]) {
  263. tongguo = false
  264. this.$u.toast("请选择您的公司行业")
  265. return
  266. }
  267. if (key == "department" && item[key] == "") {
  268. tongguo = false
  269. this.$u.toast("请填写您的所属部门")
  270. return
  271. }
  272. if (key == "job_name" && item[key] == "") {
  273. tongguo = false
  274. this.$u.toast("请填写您的职业名称")
  275. return
  276. }
  277. if (key == "start_time" && item[key] == "") {
  278. tongguo = false
  279. this.$u.toast("请选择入职时间")
  280. return
  281. }
  282. if (key == "end_time" && item[key] == "") {
  283. tongguo = false
  284. this.$u.toast("请选择离职时间")
  285. return
  286. }
  287. if (key == "level_reason" && item[key] == "") {
  288. tongguo = false
  289. this.$u.toast("请填写离职原因")
  290. return
  291. }
  292. if (key == "work_content" && item[key] == "") {
  293. tongguo = false
  294. this.$u.toast("请填写工作内容")
  295. return
  296. }
  297. }
  298. })
  299. if (tongguo) {
  300. uni.navigateTo({
  301. url: "/pagesA/Project "
  302. })
  303. }
  304. } else {
  305. if (this.time1 > this.time2) {
  306. this.$u.toast("离职时间应大于入职时间")
  307. return
  308. }
  309. console.log('time1', this.time1);
  310. console.log('time2', this.time2);
  311. if (!this.job_experience.company_name) {
  312. this.$u.toast("请填写公司名称")
  313. return
  314. }
  315. if (!this.job_experience.industry_name) {
  316. this.$u.toast("请选择您的公司行业")
  317. return
  318. }
  319. if (!this.job_experience.department) {
  320. this.$u.toast("请填写您的所属部门")
  321. return
  322. }
  323. if (!this.job_experience.job_name) {
  324. this.$u.toast("请填写您的职业名称")
  325. return
  326. }
  327. if (!this.job_experience.start_time) {
  328. this.$u.toast("请选择入职时间")
  329. return
  330. }
  331. if (!this.job_experience.end_time) {
  332. this.$u.toast("请选择离职时间")
  333. return
  334. }
  335. if (!this.job_experience.level_reason) {
  336. this.$u.toast("请填写离职原因")
  337. return
  338. }
  339. if (!this.job_experience.work_content) {
  340. this.$u.toast("请填写工作内容")
  341. return
  342. }
  343. uni.navigateTo({
  344. url: "/pagesA/Project "
  345. })
  346. }
  347. let pre = "job_experience"
  348. let nObj = Object.keys(this.job_experience).reduce((a, c) => (a[`${pre}.${c}`] = this.job_experience[c],
  349. a), {});
  350. uni.setStorageSync("job_experience", nObj)
  351. uni.setStorageSync("job_experience1", this.job_experience)
  352. uni.setStorageSync("job_experience3", this.job_experience3)
  353. return
  354. }
  355. }
  356. }
  357. </script>
  358. <style lang="scss">
  359. ::v-deep .u-input--square {
  360. background-color: #fff !important;
  361. }
  362. page {
  363. background-color: #F3F3F3;
  364. }
  365. .index-page {
  366. overflow: hidden;
  367. background-color: #fff;
  368. .mingpianfont {
  369. height: 50rpx;
  370. font-size: 36rpx;
  371. font-family: PingFangSC-Medium, PingFang SC;
  372. font-weight: 500;
  373. color: #FFFFFF;
  374. line-height: 50rpx;
  375. }
  376. .explain {
  377. margin-top: 24rpx;
  378. width: 528rpx;
  379. height: 36rpx;
  380. font-size: 26rpx;
  381. font-family: PingFangSC-Regular, PingFang SC;
  382. font-weight: 400;
  383. color: #FFFFFF;
  384. line-height: 36rpx;
  385. }
  386. //个人信息
  387. .personal {
  388. width: 750rpx;
  389. background: #FFFFFF;
  390. border-radius: 28rpx 28rpx 0rpx 0rpx;
  391. margin-top: -40rpx;
  392. position: relative;
  393. z-index: 99;
  394. padding: 40rpx 32rpx 0;
  395. // margin-bottom: 60rpx;
  396. box-sizing: border-box;
  397. .body-input {
  398. height: 170rpx;
  399. border-bottom: 2rpx solid #F4F4F4;
  400. .input-title {
  401. font-size: 26rpx;
  402. font-family: PingFangSC-Regular, PingFang SC;
  403. font-weight: 400;
  404. color: #888888;
  405. margin-bottom: 20rpx;
  406. margin-top: 30rpx;
  407. box-sizing: border-box;
  408. }
  409. .input-style {
  410. font-size: 32rpx;
  411. font-family: PingFangSC-Regular, PingFang SC;
  412. font-weight: 400;
  413. color: #CACACA;
  414. }
  415. }
  416. .button {
  417. width: 686rpx;
  418. height: 88rpx !important;
  419. background: #0C66C2;
  420. border-radius: 12rpx;
  421. font-size: 32rpx;
  422. font-family: PingFangSC-Medium, PingFang SC;
  423. font-weight: 500;
  424. color: #FFFFFF;
  425. line-height: 88rpx;
  426. margin: 10rpx 0 0rpx 0;
  427. display: flex;
  428. justify-content: center;
  429. margin-bottom: 30rpx;
  430. margin-top: 20rpx;
  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>