Project .vue 17 KB

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