release.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. <template>
  2. <view class="content">
  3. <!-- <view class="tabs hflex acenter jbetween">
  4. <block v-for="(item,index) in tabs" :key="index">
  5. <view class="tab_item" :class="tab_active == index?'tab_active':''" @click="changeTab(index)">{{item.name}}</view>
  6. </block>
  7. </view> -->
  8. <!-- <block v-if="tab_active == 0 || tab_active == 1">
  9. <view class="boxs">
  10. <news-module :pageList="pageList"></news-module>
  11. </view>
  12. </block> -->
  13. <block v-if="state == 0">
  14. <view class="box vflex acenter jcenter">
  15. <view class="img_box vflex acenter jcenter">
  16. <u-icon name="info-circle-fill" color="#506dff" size="50"></u-icon>
  17. <view class="text">还未提交应聘信息</view>
  18. </view>
  19. <view class="release" @click="release">发布</view>
  20. </view>
  21. </block>
  22. <block v-if="state == 1">
  23. <view class="box hflex jbetween">
  24. <view class="">
  25. <view class="hflex acenter">
  26. <view class="name">{{application.base_info.name}}</view>
  27. <view class="edit_btn" @click="perfect(1)">编辑</view>
  28. </view>
  29. <view class="hflex acenter">
  30. <view class="hflex acenter padR-24">
  31. <image src="/static/images/index/demand/sex.png" class="icon"></image>
  32. <view class="text_style1">{{application.base_info.sex}}</view>
  33. </view>
  34. <view class="hflex acenter padR-24">
  35. <image src="/static/images/index/demand/edution.png" class="icon"></image>
  36. <view class="text_style1">{{application.base_info.edu}}</view>
  37. </view>
  38. <view class="hflex acenter padR-24">
  39. <image src="/static/images/index/demand/birthday.png" class="icon"></image>
  40. <view class="text_style1">{{application.base_info.age}}</view>
  41. </view>
  42. <view class="hflex acenter padR-24">
  43. <image src="/static/images/index/demand/work.png" class="icon"></image>
  44. <view class="text_style1">{{application.base_info.year}}</view>
  45. </view>
  46. </view>
  47. <view class="hflex acenter padT-26">
  48. <u-icon name="phone-fill" color="#666666" size="14" class="padR-24"></u-icon>
  49. <view class="text_style1">{{application.base_info.phone?application.base_info.phone:'暂无'}}</view>
  50. </view>
  51. <view class="hflex acenter padT-26">
  52. <image src="/static/images/index/demand/email.png" class="icon"></image>
  53. <view class="text_style1">{{application.base_info.email?application.base_info.email:'暂无'}}<span style="color: #506dff;" @click="copy(application.base_info.email)"><span style="padding: 0 5rpx;">|</span>复制</span></view>
  54. </view>
  55. </view>
  56. <image :src="application.base_info.avatar" mode="aspectFill" class="avatar"></image>
  57. </view>
  58. <view class="box" >
  59. <view class="hflex acenter jbetween">
  60. <view class="box_title">求职意向</view>
  61. <view class="edit_btn" @click="perfect(2)">编辑</view>
  62. </view>
  63. <view class="hflex acenter padT-26">
  64. <view class="box_title">{{application.job_inte.job_name}}</view>
  65. <view class="box_title">{{application.job_inte.salary}}</view>
  66. </view>
  67. <view class="hflex fwrap padT-26">
  68. <view class="label">可工作区域</view>
  69. <view class="text_style1" style="flex: 1;">{{application.job_inte.job_area}}</view>
  70. </view>
  71. <view class="hflex acenter padT-26">
  72. <view class="label">可工作时间</view>
  73. <view class="text_style1">{{application.job_inte.job_time}}</view>
  74. </view>
  75. <view class="hflex acenter padT-26">
  76. <view class="label">工作性质</view>
  77. <view class="text_style1">{{application.job_inte.job_type}}</view>
  78. </view>
  79. </view>
  80. <view class="box" >
  81. <view class="hflex acenter jbetween">
  82. <view class="box_title">工作经历</view>
  83. <view class="hflex acenter" @click="perfect(3)">
  84. <u-icon name="plus-circle-fill" color="#555555" size="12"></u-icon>
  85. <view class="text_style1">添加</view>
  86. </view>
  87. </view>
  88. <block v-for="(item,index) in application.experience" :key="index">
  89. <view class="padT-26" @click="editInfo(item.id)">
  90. <view class="hflex acenter jbetween">
  91. <view class="box_title">{{item.company_name}}</view>
  92. <u-icon name="arrow-right" color="#555555" size="12"></u-icon>
  93. </view>
  94. <view class="hflex acenter padT-26">
  95. <view class="text_style1 padR-24">{{item.company_date}}</view>
  96. <view class="text_style1">{{item.company_postion}}</view>
  97. </view>
  98. <view class="hflex fwrap padT-26 text_style2">工作内容:{{item.company_content}}</view>
  99. </view>
  100. </block>
  101. </view>
  102. <view class="box" >
  103. <view class="hflex acenter jbetween">
  104. <view class="box_title">专业技能</view>
  105. <view class="hflex acenter" @click="perfect(4)">
  106. <u-icon name="plus-circle-fill" color="#555555" size="12"></u-icon>
  107. <view class="text_style1">添加</view>
  108. </view>
  109. </view>
  110. <view class="hflex acenter fwrap">
  111. <block v-for="(item,index) in application.skills" :key="index">
  112. <view class="hflex acenter jbetween item_box2">
  113. <view class="text_style1">{{item.skills_name}}</view>
  114. <view class="text_style1">{{item.skills_degree}}</view>
  115. <image src="/static/images/index/demand/detele.png" class="detele" @click="delSkill(item.id)"></image>
  116. </view>
  117. </block>
  118. </view>
  119. </view>
  120. <view class="box" >
  121. <view class="hflex acenter jbetween">
  122. <view class="box_title">资质证书</view>
  123. <view class="hflex acenter" @click="perfect(5)">
  124. <u-icon name="plus-circle-fill" color="#555555" size="12"></u-icon>
  125. <view class="text_style1">添加</view>
  126. </view>
  127. </view>
  128. <view class="">
  129. <block v-for="(item,index) in application.certificate" :key="index">
  130. <view class="hflex aend item_box3">
  131. <view class="box_title padR-24">{{item.certificate_name}}</view>
  132. <view class="text_style1">{{item.certificate_date}}</view>
  133. <image src="/static/images/index/demand/detele.png" class="detele" @click="delSkill(item.id)"></image>
  134. </view>
  135. </block>
  136. </view>
  137. </view>
  138. <view class="box">
  139. <view class="box_title" style="padding-bottom: 16rpx;">福利待遇</view>
  140. <view class="text_style2">{{application.salary?application.salary:'暂无'}}</view>
  141. <!-- <u-input v-model="application.salary" placeholder="请填写你期望的薪资待遇" border="none"></u-input> -->
  142. <view class="line"></view>
  143. <view class="box_title" style="padding-bottom: 16rpx;">备注</view>
  144. <view class="text_style2">{{application.remarks?application.remarks:'暂无'}}</view>
  145. <!-- <u-input v-model="application.remarks" placeholder="请填写你想要备注的内容" border="none"></u-input> -->
  146. </view>
  147. <view class="box hflex acenter jbetween">
  148. <view class="text_style3">隐藏该应聘</view>
  149. <u-switch v-model="is_hide" @change="changeHide"></u-switch>
  150. </view>
  151. <view class="btn">立即修改</view>
  152. </block>
  153. <block v-if="state == 2">
  154. <view class="box1 vflex acenter">
  155. <image src="/static/images/comment/wait.png" class="box1_img"></image>
  156. <view class="box1_title">审核中</view>
  157. <view class="box1_subTitle">预计审核时间3个工作日</view>
  158. <view class="box1_subTitle">请留意当前页面变动</view>
  159. <view class="btn" @click="toEdit">去修改</view>
  160. </view>
  161. </block>
  162. <block v-if="state == 3">
  163. <view class="box1 vflex acenter">
  164. <image src="/static/images/comment/wait.png" class="box1_img"></image>
  165. <view class="box1_title">审核失败</view>
  166. <view class="box1_subTitle">驳回原因</view>
  167. <view class="box1_subTitle">{{reason}}</view>
  168. <view class="btn" @click="toEdit">去修改</view>
  169. </view>
  170. </block>
  171. </view>
  172. </template>
  173. <script>
  174. import $api from '@/static/js/api.js'
  175. var that = ''
  176. export default {
  177. data() {
  178. return {
  179. tabs: [
  180. {
  181. name: '知识教学'
  182. },
  183. {
  184. name: '百知文库'
  185. },
  186. {
  187. name: '应聘信息'
  188. }
  189. ],
  190. tab_active: 2,
  191. pageList: [
  192. {
  193. title: '2022年上半年十部好剧,《开端》第7名,《人世间》第4名,值得观看',
  194. imgs: [
  195. "/static/images/index/class_img1.png",
  196. "/static/images/index/class_img1.png",
  197. "/static/images/index/class_img1.png"
  198. ],
  199. type: '资讯',
  200. client: '澎湃新闻客户端',
  201. comment: 77,
  202. user: {
  203. avatar: '/static/images/mine/avatar1.jpg',
  204. name: '船百知官方帐号',
  205. is_blueV: true
  206. }
  207. }
  208. ],
  209. state: 2,
  210. application: {
  211. base_info: {
  212. name: '张三',
  213. avatar: '/static/images/mine/avatar1.jpg',
  214. sex: '男',
  215. edu: '本科',
  216. age: '27',
  217. year: '5年',
  218. phone: '18923465789',
  219. email: '18923465789@qq.com',
  220. },
  221. job_inte: {
  222. job_name: '船舶工程设计师',
  223. salary: '11-19k',
  224. job_area: '江苏省南京市浦口区江北街道东方万汇城22号楼一单元2021',
  225. job_time: '两个月',
  226. job_type: '全职'
  227. },
  228. skills: [
  229. {
  230. skills_name: 'Access',
  231. skills_degree: '熟练'
  232. },
  233. {
  234. skills_name: 'Access',
  235. skills_degree: '精通'
  236. }
  237. ],
  238. certificate: [
  239. {
  240. certificate_name: '普通话等级证书',
  241. certificate_date: '2012-06-12'
  242. },
  243. {
  244. certificate_name: '大学英语四级证书',
  245. certificate_date: '2012-06-12'
  246. }
  247. ],
  248. salary: '免费员工餐、免费培训、住房补贴、五险一金',
  249. remarks: '',
  250. },
  251. is_hide: false,
  252. reason: '',
  253. }
  254. },
  255. onLoad() {
  256. that = this
  257. // that.getList()
  258. },
  259. methods: {
  260. getList() {
  261. $api.req({
  262. url: '/data/api.auth.Center/myrelease',
  263. method: 'POST',
  264. data: {
  265. type: '3'
  266. }
  267. }, function(res) {
  268. if(res.code == 1) {
  269. that.application = res.data
  270. if($api.isEmpty(that.application)) {
  271. that.state = 0
  272. } else {
  273. that.state = 1
  274. }
  275. }
  276. })
  277. },
  278. // 切换tabs
  279. changeTab(index) {
  280. that.tab_active = index
  281. },
  282. // 发布
  283. release() {
  284. $api.jump('/page_index/pages/demand/publish')
  285. },
  286. // 显示隐藏招聘
  287. changeHide(e) {
  288. console.log(e);
  289. that.is_hide = e
  290. }
  291. },
  292. }
  293. </script>
  294. <style lang="scss" scoped>
  295. .content {
  296. padding: 0 30rpx;
  297. .tabs {
  298. width: 100%;
  299. padding: 14rpx 0 25rpx;
  300. .tab_item {
  301. width: 33%;
  302. font-size: 32rpx;
  303. font-weight: 400;
  304. color: #222222;
  305. line-height: 44rpx;
  306. text-align: center;
  307. }
  308. .tab_active {
  309. color: #222222;
  310. font-weight: 500;
  311. position: relative;
  312. }
  313. .tab_active::after {
  314. position: absolute;
  315. content: "";
  316. width: 48rpx;
  317. height: 8rpx;
  318. background: #506DFF;
  319. border-radius: 4rpx;
  320. bottom: -14rpx;
  321. left: 38%;
  322. }
  323. }
  324. .boxs {
  325. width: 100%;
  326. box-sizing: border-box;
  327. padding: 0 30rpx;
  328. margin: 24rpx 0 0;
  329. }
  330. .box {
  331. padding: 42rpx 0 26rpx;
  332. border-top: 1rpx solid #F4F4F4;
  333. // padding: 0 30rpx;
  334. .img_box {
  335. margin: 120rpx 0 0;
  336. .text {
  337. padding-top: 20rpx;
  338. font-size: 32rpx;
  339. font-weight: 400;
  340. color: #222222;
  341. line-height: 44rpx;
  342. }
  343. }
  344. .release {
  345. margin-top: 112rpx;
  346. width: 450rpx;
  347. height: 92rpx;
  348. background: #506DFF;
  349. border-radius: 46rpx;
  350. font-size: 36rpx;
  351. text-align: center;
  352. font-weight: 500;
  353. color: #FFFFFF;
  354. line-height: 92rpx;
  355. }
  356. .box_title {
  357. font-size: 32rpx;
  358. font-weight: 500;
  359. color: #222222;
  360. }
  361. .name {
  362. font-size: 40rpx;
  363. font-weight: 500;
  364. color: #222222;
  365. }
  366. .edit_btn {
  367. width: 84rpx;
  368. height: 36rpx;
  369. background: #F0F2F6;
  370. border-radius: 20rpx;
  371. font-size: 20rpx;
  372. text-align: center;
  373. font-weight: 400;
  374. color: #506DFF;
  375. line-height: 36rpx;
  376. margin-left: 16rpx;
  377. }
  378. .padT-26 {
  379. padding-top: 26rpx;
  380. }
  381. .padR-24 {
  382. padding-right: 24rpx;
  383. }
  384. .label {
  385. width: 148rpx;
  386. font-size: 24rpx;
  387. font-weight: 400;
  388. color: #888888;
  389. }
  390. .icon {
  391. width: 28rpx;
  392. height: 28rpx;
  393. }
  394. .text_style1 {
  395. font-size: 24rpx;
  396. padding-left: 5rpx;
  397. font-weight: 400;
  398. color: #666666;
  399. }
  400. .text_style2 {
  401. font-size: 22rpx;
  402. font-weight: 400;
  403. color: #777777;
  404. line-height: 32rpx;
  405. }
  406. .item_box2 {
  407. background: #F4F4F4;
  408. border-radius: 26rpx;
  409. box-sizing: border-box;
  410. padding: 8rpx 34rpx;
  411. margin: 20rpx 32rpx 0 0;
  412. position: relative;
  413. .detele {
  414. position: absolute !important;
  415. right: 1rpx;
  416. top: 1rpx;
  417. width: 21rpx;
  418. height: 21rpx;
  419. }
  420. }
  421. .item_box3 {
  422. width: 100%;
  423. background: #F4F4F4;
  424. border-radius: 26rpx;
  425. box-sizing: border-box;
  426. padding: 8rpx 20rpx;
  427. margin: 20rpx 0 0;
  428. position: relative;
  429. .detele {
  430. position: absolute !important;
  431. right: 1rpx;
  432. top: 1rpx;
  433. width: 21rpx;
  434. height: 21rpx;
  435. }
  436. }
  437. .avatar {
  438. width: 120rpx;
  439. height: 120rpx;
  440. border-radius: 50%;
  441. }
  442. .box_info {
  443. margin: 42rpx 0 0;
  444. .box_icon {
  445. width: 56rpx;
  446. height: 56rpx;
  447. margin-right: 28rpx;
  448. }
  449. .box_subTitle {
  450. margin-top: 4rpx;
  451. font-size: 24rpx;
  452. font-weight: 400;
  453. color: #777777;
  454. }
  455. .box_btn {
  456. box-sizing: border-box;
  457. padding: 6rpx 24rpx;
  458. font-size: 24rpx;
  459. font-weight: 400;
  460. color: #FFFFFF;
  461. line-height: 34rpx;
  462. background: #506DFF;
  463. border-radius: 14px;
  464. }
  465. }
  466. .line {
  467. margin: 20rpx 0;
  468. width: 100%;
  469. height: 1rpx;
  470. background: #F3F3F5;
  471. }
  472. .text_style3 {
  473. font-size: 28rpx;
  474. font-weight: 400;
  475. color: #222222;
  476. line-height: 40rpx;
  477. }
  478. }
  479. .btn {
  480. margin: 100rpx 0 ;
  481. width: 100%;
  482. height: 84rpx;
  483. background: #506DFF;
  484. border-radius: 42rpx;
  485. text-align: center;
  486. font-size: 36rpx;
  487. font-weight: 500;
  488. color: #FFFFFF;
  489. line-height: 84rpx;
  490. }
  491. .box1 {
  492. width: 100%;
  493. height: 100vh;
  494. background-color: #fff;
  495. .box1_img {
  496. width: 124rpx;
  497. height: 124rpx;
  498. margin: 108rpx 0 40rpx;
  499. }
  500. .box1_title {
  501. font-size: 32rpx;
  502. color: #222;
  503. margin-bottom: 24rpx;
  504. }
  505. .box1_subTitle {
  506. margin: 12rpx 0;
  507. font-size: 26rpx;
  508. color: #595959;
  509. }
  510. .btn {
  511. width: 530rpx;
  512. height: 88rpx;
  513. background-color: #506dff;
  514. color: #fff;
  515. text-align: center;
  516. line-height: 88rpx;
  517. border-radius: 44rpx;
  518. font-size: 36rpx;
  519. margin-top: 122rpx;
  520. }
  521. }
  522. }
  523. </style>