Project .vue 17 KB

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