teach.vue 16 KB

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