Project .vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  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. console.log(22222222222222222222222222222222222222222222222222222222222222222);
  201. if (this.radiovalue1 == 2) {
  202. uni.navigateTo({
  203. url: '../pagesA/description?concent=' + this.project_experience3[index].description,
  204. events: {
  205. todcp: (res) => {
  206. this.project_experience3[index].description = res
  207. }
  208. }
  209. })
  210. } else {
  211. uni.navigateTo({
  212. url: '../pagesA/description?concent=' + this.project_experience.description,
  213. events: {
  214. todcp: (res) => {
  215. this.project_experience.description = res
  216. }
  217. }
  218. })
  219. }
  220. },
  221. next() {
  222. if (this.radiovalue1 == 2) {
  223. var tongguo = true
  224. this.project_experience3.forEach((item) => {
  225. for (var key in item) {
  226. console.log(key);
  227. if (key == "company_name" && item[key] == "") {
  228. this.$u.toast("请填写公司名称")
  229. tongguo = false
  230. return
  231. }
  232. if (key == "name" && item[key] == "") {
  233. this.$u.toast("请填写项目名称")
  234. tongguo = false
  235. return
  236. }
  237. if (key == "start_time" && item[key] == "") {
  238. this.$u.toast("请填写项目开始时间")
  239. tongguo = false
  240. return
  241. }
  242. if (key == "end_time" && item[key] == "") {
  243. this.$u.toast("请填写项目项目结束时间")
  244. tongguo = false
  245. return
  246. }
  247. if (key == "description" && item[key] == "") {
  248. this.$u.toast("请填写项目描述")
  249. tongguo = false
  250. return
  251. }
  252. if (key == "role" && item[key] == "") {
  253. this.$u.toast("请填写项目角色")
  254. tongguo = false
  255. return
  256. }
  257. }
  258. })
  259. if (tongguo) {
  260. uni.navigateTo({
  261. url: '../pagesA/teach'
  262. })
  263. }
  264. } else {
  265. if (!this.project_experience.name) {
  266. this.$u.toast("请填写项目名称")
  267. return
  268. }
  269. if (!this.project_experience.start_time) {
  270. this.$u.toast("请填写项目开始时间")
  271. return
  272. }
  273. if (!this.project_experience.end_time) {
  274. this.$u.toast("请填写项目项目结束时间")
  275. return
  276. }
  277. if (!this.project_experience.description) {
  278. this.$u.toast("请填写项目描述")
  279. return
  280. }
  281. if (!this.project_experience.role) {
  282. this.$u.toast("请填写项目角色")
  283. return
  284. }
  285. if (!this.project_experience.company_name) {
  286. this.$u.toast("请填写公司名称")
  287. return
  288. }
  289. uni.navigateTo({
  290. url: '../pagesA/teach'
  291. })
  292. }
  293. // uni.setStorageSync("project_experience",this.project_experience)
  294. let pre = "project_experience"
  295. let nObj = Object.keys(this.project_experience).reduce((a, c) => (a[`${pre}.${c}`] = this
  296. .project_experience[c], a), {});
  297. uni.setStorageSync("project_experience", nObj)
  298. uni.setStorageSync("project_experience1", this.project_experience)
  299. uni.setStorageSync("project_experience3", this.project_experience3)
  300. }
  301. }
  302. }
  303. </script>
  304. <style lang="scss">
  305. page {
  306. background-color: #F3F3F3;
  307. }
  308. .index-page {
  309. overflow: hidden;
  310. background: #fff;
  311. min-height: 100vh;
  312. .mingpianfont {
  313. height: 50rpx;
  314. font-size: 36rpx;
  315. font-family: PingFangSC-Medium, PingFang SC;
  316. font-weight: 500;
  317. color: #FFFFFF;
  318. line-height: 50rpx;
  319. }
  320. .explain {
  321. margin-top: 24rpx;
  322. width: 528rpx;
  323. height: 36rpx;
  324. font-size: 26rpx;
  325. font-family: PingFangSC-Regular, PingFang SC;
  326. font-weight: 400;
  327. color: #FFFFFF;
  328. line-height: 36rpx;
  329. }
  330. //个人信息
  331. .personal {
  332. width: 750rpx;
  333. background: #FFFFFF;
  334. border-radius: 28rpx 28rpx 0rpx 0rpx;
  335. margin-top: -40rpx;
  336. position: relative;
  337. z-index: 99;
  338. padding: 40rpx 32rpx 0;
  339. margin-bottom: 60rpx;
  340. box-sizing: border-box;
  341. .body-input {
  342. height: 170rpx;
  343. border-bottom: 2rpx solid #F4F4F4;
  344. .input-title {
  345. font-size: 26rpx;
  346. font-family: PingFangSC-Regular, PingFang SC;
  347. font-weight: 400;
  348. color: #888888;
  349. margin-bottom: 20rpx;
  350. margin-top: 30rpx;
  351. box-sizing: border-box;
  352. }
  353. .input-style {
  354. font-size: 32rpx;
  355. font-family: PingFangSC-Regular, PingFang SC;
  356. font-weight: 400;
  357. color: #CACACA;
  358. }
  359. }
  360. .fill {
  361. width: 100%;
  362. background-color: #fff;
  363. position: fixed;
  364. bottom: 0;
  365. z-index: 999;
  366. height: 166rpx;
  367. }
  368. .button {
  369. width: 686rpx;
  370. height: 88rpx !important;
  371. background: #0C66C2;
  372. border-radius: 12rpx;
  373. font-size: 32rpx;
  374. font-family: PingFangSC-Medium, PingFang SC;
  375. font-weight: 500;
  376. color: #FFFFFF;
  377. line-height: 88rpx;
  378. margin: 10rpx 0 0rpx 0;
  379. display: flex;
  380. justify-content: center;
  381. margin-bottom: 60rpx;
  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>