Project .vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  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 == 1) {
  201. uni.navigateTo({
  202. url: '../pagesA/description?concent=' + this.project_experience.description,
  203. events: {
  204. todcp: (res) => {
  205. this.project_experience.description = res
  206. }
  207. }
  208. })
  209. }
  210. if (this.radiovalue1 == 2) {
  211. uni.navigateTo({
  212. url: '../pagesA/description?concent=' + this.project_experience3[index].description,
  213. events: {
  214. todcp: (res) => {
  215. this.project_experience3[index].description = res
  216. }
  217. }
  218. })
  219. }
  220. },
  221. next() {
  222. if (this.radiovalue1 == 2) {
  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. return
  229. }
  230. if (key == "name" && item[key] == "") {
  231. this.$u.toast("请填写项目名称")
  232. return
  233. }
  234. if (key == "start_time" && item[key] == "") {
  235. this.$u.toast("请填写项目开始时间")
  236. return
  237. }
  238. if (key == "end_time" && item[key] == "") {
  239. this.$u.toast("请填写项目项目结束时间")
  240. return
  241. }
  242. if (key == "description" && item[key] == "") {
  243. this.$u.toast("请填写项目描述")
  244. return
  245. }
  246. if (key == "role" && item[key] == "") {
  247. this.$u.toast("请填写项目角色")
  248. return
  249. }
  250. }
  251. uni.navigateTo({
  252. url: '../pagesA/teach'
  253. })
  254. })
  255. } else {
  256. if (!this.project_experience.name) {
  257. this.$u.toast("请填写项目名称")
  258. return
  259. }
  260. if (!this.project_experience.start_time) {
  261. this.$u.toast("请填写项目开始时间")
  262. return
  263. }
  264. if (!this.project_experience.end_time) {
  265. this.$u.toast("请填写项目项目结束时间")
  266. return
  267. }
  268. if (!this.project_experience.description) {
  269. this.$u.toast("请填写项目描述")
  270. return
  271. }
  272. if (!this.project_experience.role) {
  273. this.$u.toast("请填写项目角色")
  274. return
  275. }
  276. if (!this.project_experience.company_name) {
  277. this.$u.toast("请填写公司名称")
  278. return
  279. }
  280. uni.navigateTo({
  281. url: '../pagesA/teach'
  282. })
  283. }
  284. // uni.setStorageSync("project_experience",this.project_experience)
  285. let pre = "project_experience"
  286. let nObj = Object.keys(this.project_experience).reduce((a, c) => (a[`${pre}.${c}`] = this
  287. .project_experience[c], a), {});
  288. uni.setStorageSync("project_experience", nObj)
  289. uni.setStorageSync("project_experience1", this.project_experience)
  290. uni.setStorageSync("project_experience3", this.project_experience3)
  291. }
  292. }
  293. }
  294. </script>
  295. <style lang="scss">
  296. page {
  297. background-color: #F3F3F3;
  298. }
  299. .index-page {
  300. overflow: hidden;
  301. background: #fff;
  302. min-height: 100vh;
  303. .mingpianfont {
  304. height: 50rpx;
  305. font-size: 36rpx;
  306. font-family: PingFangSC-Medium, PingFang SC;
  307. font-weight: 500;
  308. color: #FFFFFF;
  309. line-height: 50rpx;
  310. }
  311. .explain {
  312. margin-top: 24rpx;
  313. width: 528rpx;
  314. height: 36rpx;
  315. font-size: 26rpx;
  316. font-family: PingFangSC-Regular, PingFang SC;
  317. font-weight: 400;
  318. color: #FFFFFF;
  319. line-height: 36rpx;
  320. }
  321. //个人信息
  322. .personal {
  323. width: 750rpx;
  324. background: #FFFFFF;
  325. border-radius: 28rpx 28rpx 0rpx 0rpx;
  326. margin-top: -40rpx;
  327. position: relative;
  328. z-index: 99;
  329. padding: 40rpx 32rpx 0;
  330. margin-bottom: 60rpx;
  331. box-sizing: border-box;
  332. .body-input {
  333. height: 170rpx;
  334. border-bottom: 2rpx solid #F4F4F4;
  335. .input-title {
  336. font-size: 26rpx;
  337. font-family: PingFangSC-Regular, PingFang SC;
  338. font-weight: 400;
  339. color: #888888;
  340. margin-bottom: 20rpx;
  341. margin-top: 30rpx;
  342. box-sizing: border-box;
  343. }
  344. .input-style {
  345. font-size: 32rpx;
  346. font-family: PingFangSC-Regular, PingFang SC;
  347. font-weight: 400;
  348. color: #CACACA;
  349. }
  350. }
  351. .fill {
  352. width: 100%;
  353. background-color: #fff;
  354. position: fixed;
  355. bottom: 0;
  356. z-index: 999;
  357. height: 166rpx;
  358. }
  359. .button {
  360. width: 686rpx;
  361. height: 88rpx !important;
  362. background: #0C66C2;
  363. border-radius: 12rpx;
  364. font-size: 32rpx;
  365. font-family: PingFangSC-Medium, PingFang SC;
  366. font-weight: 500;
  367. color: #FFFFFF;
  368. line-height: 88rpx;
  369. margin: 10rpx 0 0rpx 0;
  370. display: flex;
  371. justify-content: center;
  372. margin-bottom: 60rpx;
  373. }
  374. }
  375. .index-item {
  376. // width: 702rpx;
  377. // background: #FFFFFF;
  378. // border-radius: 20rpx;
  379. // margin: 20rpx auto;
  380. // padding: 0 20rpx 24rpx 10rpx;
  381. .item-down {
  382. text:first-child {
  383. font-size: 22rpx;
  384. font-family: SFPro-Regular, SFPro;
  385. font-weight: 400;
  386. color: #666666;
  387. }
  388. text:last-child {
  389. font-size: 22rpx;
  390. font-family: PingFangSC-Regular, PingFang SC;
  391. font-weight: 400;
  392. color: #666666;
  393. }
  394. }
  395. .item-gongsi {
  396. margin-bottom: 16rpx;
  397. .text2 {
  398. font-size: 24rpx;
  399. font-family: SFPro-Regular, SFPro;
  400. font-weight: 400;
  401. color: #666666;
  402. }
  403. .logo {
  404. width: 42rpx;
  405. height: 42rpx;
  406. border-radius: 10rpx;
  407. margin-right: 16rpx;
  408. }
  409. .text1 {
  410. max-width: 192rpx;
  411. font-size: 24rpx;
  412. font-family: PingFangSC-Regular, PingFang SC;
  413. font-weight: 400;
  414. color: #444444;
  415. margin-right: 12rpx;
  416. }
  417. }
  418. .item-label {
  419. margin-bottom: 20rpx;
  420. text {
  421. margin-right: 16rpx;
  422. line-height: 46rpx;
  423. background: #F7F7F7;
  424. border-radius: 4rpx;
  425. padding: 0 14rpx;
  426. font-size: 24rpx;
  427. font-family: PingFangSC-Regular, PingFang SC;
  428. font-weight: 400;
  429. color: #5F5F5F;
  430. }
  431. }
  432. .item-top {
  433. height: 88rpx;
  434. .text1 {
  435. font-size: 32rpx;
  436. font-family: PingFangSC-Medium, PingFang SC;
  437. font-weight: 500;
  438. color: #222222;
  439. margin-right: 16rpx;
  440. }
  441. .text2 {
  442. width: 50rpx;
  443. line-height: 32rpx;
  444. background: rgba(255, 83, 53, 0.1);
  445. border-radius: 4rpx;
  446. text-align: center;
  447. font-size: 20rpx;
  448. font-family: PingFangSC-Regular, PingFang SC;
  449. font-weight: 400;
  450. color: #FF5335;
  451. margin-right: 12rpx;
  452. }
  453. .text3 {
  454. width: 90rpx;
  455. line-height: 32rpx;
  456. background: #FFF2E8;
  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: #FF8620;
  463. margin-right: 12rpx;
  464. }
  465. .text4 {
  466. line-height: 32rpx;
  467. background: #E6EFF8;
  468. border-radius: 4rpx;
  469. padding: 0 4rpx;
  470. text-align: center;
  471. font-size: 20rpx;
  472. font-family: SFPro-Regular, SFPro;
  473. font-weight: 400;
  474. color: #0C66C2;
  475. }
  476. .text5 {
  477. font-size: 32rpx;
  478. font-family: JDZhengHT-Regular, JDZhengHT;
  479. font-weight: 400;
  480. color: #0C66C2;
  481. }
  482. }
  483. }
  484. .index-navbar {
  485. position: sticky;
  486. top: 0;
  487. left: 0;
  488. width: 750rpx;
  489. z-index: 10;
  490. .header-down {
  491. height: 92rpx;
  492. padding: 20rpx 24rpx;
  493. box-sizing: border-box;
  494. .font {
  495. font-size: 40rpx;
  496. font-family: PingFangSC-Medium, PingFang SC;
  497. font-weight: 500;
  498. color: #222222;
  499. }
  500. .right-item {
  501. padding: 0 16rpx;
  502. height: 52rpx;
  503. background: #F3F3F3;
  504. border-radius: 4rpx;
  505. margin-left: 20rpx;
  506. .text {
  507. margin-right: 4rpx;
  508. font-size: 26rpx;
  509. font-family: PingFangSC-Regular, PingFang SC;
  510. font-weight: 400;
  511. color: #666666;
  512. }
  513. }
  514. .down-left {
  515. .text {
  516. margin-right: 4rpx;
  517. font-size: 26rpx;
  518. font-family: PingFangSC-Medium, PingFang SC;
  519. font-weight: 500;
  520. color: #222222;
  521. }
  522. }
  523. }
  524. .index-bg {
  525. position: absolute;
  526. top: 0;
  527. left: 0;
  528. z-index: -1;
  529. width: 750rpx;
  530. height: 392rpx;
  531. }
  532. }
  533. .index-header {
  534. flex: 1;
  535. padding: 0 32rpx;
  536. height: 50rpx;
  537. .index-search {
  538. width: 200rpx;
  539. height: 64rpx;
  540. background: #FFFFFF;
  541. border-radius: 20rpx;
  542. padding: 0 28rpx;
  543. .text1 {
  544. font-size: 24rpx;
  545. font-family: PingFangSC-Regular, PingFang SC;
  546. font-weight: 400;
  547. color: #999999;
  548. margin-left: 16rpx;
  549. }
  550. }
  551. .index-tabs {
  552. text:first-child {
  553. font-size: 36rpx;
  554. font-family: PingFangSC-Medium, PingFang SC;
  555. font-weight: 500;
  556. color: #222222;
  557. }
  558. text:last-child {
  559. width: 76rpx;
  560. height: 12rpx;
  561. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  562. margin-top: -20rpx;
  563. border-radius: 100rpx;
  564. }
  565. }
  566. }
  567. }
  568. ::v-deep .u-navbar__content__left {
  569. padding: 0 !important;
  570. }
  571. ::v-deep .u-subsection {
  572. width: 312rpx !important;
  573. }
  574. </style>