details.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. <template>
  2. <view class="concant">
  3. <view class="top">
  4. <!-- 职位 -->
  5. <view class="u-flex u-row-between " style="align-items: center;">
  6. <view class="title">
  7. {{data.job_name}}
  8. </view>
  9. <view class="money">
  10. <text>{{data.salary_min}}-{{data.salary_max}}k</text>
  11. <text>·{{data.salary_structure}}</text>
  12. </view>
  13. </view>
  14. <!-- 地址 -->
  15. <view class="address">
  16. <text>{{data.work_province}}·{{data.work_city}}</text>|
  17. <text>{{data.experience_name}}</text>|
  18. <text>{{data.education_name}}</text>
  19. </view>
  20. <!-- 急聘 -->
  21. <view class="hint" v-if="data.is_urgent">
  22. <image src="" mode="" style="width: 52rpx;height: 52rpx;"></image>
  23. <text class="font1">急聘</text>
  24. <text class="font2">该职位为急聘职位,立即应聘抢占先机!</text>
  25. </view>
  26. </view>
  27. <view class="hr u-flex " style="align-items: center;">
  28. <image :src="data.usermanager.avatar" mode="" style="width: 96rpx ; height: 96rpx;border-radius: 50%;"></image>
  29. <view class="" style="margin-left: 20rpx;">
  30. <view class="font1">{{data.usermanager.name}}</view>
  31. <text class="font2">内核招聘·{{data.usermanager.company_text}}</text>
  32. </view>
  33. </view>
  34. <view class="position">
  35. <view class="titleb">职位信息</view>
  36. <view class="" style="display: flex; margin-top: 6rpx;">
  37. <view class="left">
  38. <text class="font">职位类型:{{data.categoryjob.name}}</text>
  39. <text class="font">所属部门:{{data.department}}</text>
  40. <text class="font">汇报对象:{{data.department}}</text>
  41. <text class="font">是否管理岗:{{data.data.is_guanli == 1?"是":"否"}}</text>
  42. </view>
  43. <view class="right" style="margin-left: 68rpx;">
  44. <text class="font">招聘人数:{{data.is_guanli}}人</text>
  45. <text class="font">开放原因:{{data.open_cause}}</text>
  46. <text class="font">团队规模:{{data.scale}}人</text>
  47. </view>
  48. </view>
  49. </view>
  50. <view class="introduce">
  51. <view class="titleb">职位描述</view>
  52. <view class="font" style="margin-top: 32rpx;">岗位职责:</view>
  53. <view class="font" style="margin-top: 24rpx;">
  54. {{data.job_describe}}
  55. </view>
  56. </view>
  57. <!-- 薪资福利 -->
  58. <view class="introduce" style="margin-top: 32rpx;">
  59. <view class="titleb">薪资福利</view>
  60. <view class="font " style="margin-top: 32rpx;display: flex; ">
  61. <view style="width:150rpx;">薪资范围:</view>
  62. <view style="width: 536rpx;min-height: 42rpx;word-break: break-all; ">
  63. {{data.social_benefits}}</view>
  64. </view>
  65. <view class="font " style="margin-top: 32rpx;display: flex; ">
  66. <view style="width:150rpx;">薪资结构:</view>
  67. <view style="width: 536rpx;min-height: 42rpx;word-break: break-all;">
  68. {{data.salary_structure}}</view>
  69. </view>
  70. <view class="font " style="margin-top: 32rpx;display: flex; ">
  71. <view style="width:150rpx;">福利待遇:</view>
  72. <view style="width: 536rpx;min-height: 42rpx;word-break: break-all;">
  73. {{data.social_benefits}}</view>
  74. </view>
  75. </view>
  76. <!-- 面试信息 -->
  77. <view class="introduce" style="margin-top: 32rpx;">
  78. <view class="titleb">面试信息</view>
  79. <view class="font " style="margin-top: 32rpx;display: flex; ">
  80. <view style="width:150rpx;">面试轮次:</view>
  81. <view style="width: 536rpx;min-height: 42rpx;word-break: break-all; ">
  82. {{data.interview_num}}轮</view>
  83. </view>
  84. <view class="font " style="margin-top: 32rpx;display: flex; ">
  85. <view style="width:150rpx;">面试流程:</view>
  86. <view style="width: 536rpx;min-height: 42rpx;word-break: break-all;">
  87. {{data.interview_flow}}</view>
  88. </view>
  89. </view>
  90. <!-- 工作地点 -->
  91. <view class="address1" style="margin-top: 32rpx;">
  92. <view class="titleb">工作地点</view>
  93. <view class="font " style="margin-top: 32rpx;display: flex; ">
  94. <view style="width:150rpx;">工作地址:</view>
  95. <view style="width: 536rpx;min-height: 42rpx;word-break: break-all; ">
  96. {{data.work_province}} - {{data.work_city}} - {{data.work_address}}- {{data.company.name}}</view>
  97. </view>
  98. <view class="border">
  99. <view class="u-flex u-row-between" @click="toGsinfo(data.company.id)">
  100. <view class="u-flex">
  101. <image :src="data.companys.categoryindustry.logo" mode="" style="width: 100rpx;height: 100rpx;">
  102. <view class="" style="margin-left: 28rpx;">
  103. <view class="">{{data.company.name}}</view>
  104. <view class="font2" style="margin-top: 12rpx;margin-left: -20rpx;">
  105. <text class="">{{data.company.categoryindustry.name}}</text>|
  106. <text class="">{{data.company.stage.name}}</text>|
  107. <text class="">{{data.company.scale.name}}</text>
  108. </view>
  109. </view>
  110. </view>
  111. <u-icon name="arrow-right"></u-icon>
  112. </view>
  113. <view class="" style="margin-top: 32rpx;">
  114. <view class="page-body" style="hanging-punctuation: 336rpx;">
  115. <view class="page-section page-section-gap">
  116. <map style="width: 100%;" :latitude="latitude" :longitude="longitude" :markers="covers">
  117. </map>
  118. </view>
  119. </view>
  120. </view>
  121. </view>
  122. </view>
  123. <!-- 底部 -->
  124. <view class="bottom u-flex">
  125. <view class="" @click="call" style="width: 80rpx;display: flex;flex-direction: column;align-items: center;">
  126. <u-icon v-if="!data.collectjob" name="star" size="26"></u-icon>
  127. <u-icon v-if="data.collectjob" name="star-fill" color="#2979ff" size="26"></u-icon>
  128. <text :style="[{color:data.collectjob?'#2979ff':'#555'}]"
  129. class="font">{{data.collectjob?'已收藏':"收藏"}}</text>
  130. </view>
  131. <button class="btn11" @click="open">投递简历</button>
  132. <button class="btn22" @click="open">立即聊聊</button>
  133. </view>
  134. <!-- 弹出层 -->
  135. <u-popup customStyle="width: 556rpx;height: 404rpx;border-radius: 16rpx;" :show="show" mode="center">
  136. <view class="back1">
  137. <view class="font1">完善简历信息</view>
  138. <view class="font2" style="margin-top:20rpx;">当前账号还未完善简历信息,该功能无法使用,如需使用该功能,请去完善个人简历信息</view>
  139. <view class="u-flex" style="margin-top: 40rpx;">
  140. <button class="btn1" @tap="close">取消</button>
  141. <button class="btn2">去完善</button>
  142. </view>
  143. </view>
  144. <view class="u-flex " style="margin-top: 44rpx;justify-content:center;">
  145. <image @click="close" style="width: 66rpx; height: 66rpx;" src="../static/images/close.png" mode="">
  146. </image>
  147. </view>
  148. </u-popup>
  149. </view>
  150. </template>
  151. <script setup>
  152. import {
  153. getdetail,collect
  154. } from "@/units/inquire.js"
  155. export default {
  156. data() {
  157. return {
  158. // 收藏
  159. collect: false,
  160. show: false,
  161. zid: "", //职位id
  162. data:{},//职位详情数据
  163. id: 0, // 使用 marker点击事件 需要填写id
  164. title: 'map',
  165. latitude: 39.909,
  166. longitude: 116.39742,
  167. // covers: [{
  168. // latitude: 39.909,
  169. // longitude: 116.39742,
  170. // // iconPath: '../../../static/location.png'
  171. // }, {
  172. // latitude: 39.90,
  173. // longitude: 116.39,
  174. // // iconPath: '../../../static/location.png'
  175. // }]
  176. }
  177. },
  178. onLoad(options) {
  179. console.log(options.id);
  180. this.zid = options.id
  181. this.getDetail()
  182. },
  183. methods: {
  184. call() {
  185. if (this.data.collectjob==null) {
  186. this.data.collectjob = "1"
  187. this.$u.toast("收藏成功")
  188. collect({
  189. id:this.zid,
  190. status:1
  191. }).then((res)=>{
  192. })
  193. }else{
  194. this.data.collectjob = null
  195. this.$u.toast("取消收藏")
  196. collect({
  197. id:this.zid,
  198. status:2
  199. }).then((res)=>{
  200. })
  201. }
  202. },
  203. open() {
  204. this.show = true
  205. },
  206. close() {
  207. this.show = false
  208. },
  209. // 获取职位详情
  210. getDetail() {
  211. getdetail({
  212. id: this.zid
  213. }).then((res) => {
  214. if(res.code == 1){
  215. this.data = res.data
  216. }else{
  217. this.$u.toast(res.msg)
  218. }
  219. })
  220. },
  221. //跳转到公司详情
  222. toGsinfo(id){
  223. uni.navigateTo({
  224. url:"/pagesB/gongsi-info?id="+id
  225. })
  226. }
  227. }
  228. }
  229. </script>
  230. <style lang="scss" scoped>
  231. .back1 {
  232. background: url(../static/images/pop.png) no-repeat;
  233. // width: 556rpx;height: 404rpx;
  234. text-align: center;
  235. padding: 56rpx 46rpx 42rpx 46rpx;
  236. box-sizing: border-box;
  237. background-size: 100% 100%;
  238. .font1 {
  239. font-size: 36rpx;
  240. font-family: PingFangSC-Medium, PingFang SC;
  241. font-weight: 500;
  242. color: #222222;
  243. }
  244. .font2 {
  245. font-size: 26rpx;
  246. font-family: PingFangSC-Regular, PingFang SC;
  247. font-weight: 400;
  248. color: #555555;
  249. }
  250. .btn1 {
  251. width: 220rpx;
  252. height: 84rpx;
  253. background: #F3F3F3;
  254. border-radius: 8rpx;
  255. font-size: 32rpx;
  256. font-family: PingFangSC-Regular, PingFang SC;
  257. font-weight: 400;
  258. color: #333333;
  259. }
  260. .btn2 {
  261. width: 220rpx;
  262. height: 84rpx;
  263. background: #0C66C2;
  264. border-radius: 8rpx;
  265. font-size: 32rpx;
  266. font-family: PingFangSC-Regular, PingFang SC;
  267. font-weight: 400;
  268. color: #FFFFFF;
  269. }
  270. }
  271. .bottom {
  272. width: 750rpx;
  273. position: fixed;
  274. bottom: 0;
  275. height: 118rpx;
  276. padding: 18rpx 32rpx 12rpx 0;
  277. background: #fff;
  278. box-sizing: border-box;
  279. border-top: 2rpx solid #F4F4F4;
  280. .font {
  281. height: 34rpx;
  282. font-size: 24rpx;
  283. font-family: PingFangSC-Regular, PingFang SC;
  284. font-weight: 400;
  285. }
  286. .btn11 {
  287. width: 236rpx;
  288. height: 88rpx;
  289. background: #FA6400;
  290. border-radius: 12rpx;
  291. font-size: 32rpx;
  292. font-family: PingFangSC-Medium, PingFang SC;
  293. font-weight: 500;
  294. color: #FFFFFF;
  295. line-height: 88rpx;
  296. }
  297. .btn22 {
  298. width: 344rpx;
  299. height: 88rpx;
  300. background: #0C66C2;
  301. border-radius: 12rpx;
  302. font-size: 32rpx;
  303. font-family: PingFangSC-Medium, PingFang SC;
  304. font-weight: 500;
  305. color: #FFFFFF;
  306. line-height: 88rpx;
  307. }
  308. }
  309. .titleb {
  310. height: 50rpx;
  311. font-size: 36rpx;
  312. font-family: PingFangSC-Medium, PingFang SC;
  313. font-weight: 500;
  314. color: #222222;
  315. line-height: 50rpx;
  316. }
  317. .concant {
  318. padding: 44rpx 32rpx 130rpx;
  319. min-height: 100vh;
  320. .address1 {
  321. margin-top: 40rpx;
  322. .font {
  323. font-size: 30rpx;
  324. font-family: PingFangSC-Regular, PingFang SC;
  325. font-weight: 400;
  326. color: #555555;
  327. }
  328. .border {
  329. margin-top: 32rpx;
  330. padding: 34rpx 0;
  331. border-top: 2rpx solid #F4F4F4;
  332. .font2 {
  333. font-size: 26rpx;
  334. font-family: PingFangSC-Regular, PingFang SC;
  335. font-weight: 400;
  336. color: #555555;
  337. text :first-child {
  338. // margin-left: 0 !important;
  339. margin-right: 20rpx;
  340. }
  341. text :nth-child(2) {
  342. margin: 0 20rpx;
  343. }
  344. text :last-child {
  345. margin: 20rpx;
  346. }
  347. }
  348. }
  349. }
  350. .introduce {
  351. margin-top: 40rpx;
  352. .font {
  353. font-size: 30rpx;
  354. font-family: PingFangSC-Regular, PingFang SC;
  355. font-weight: 400;
  356. color: #555555;
  357. }
  358. }
  359. .top {
  360. .title {
  361. font-size: 48rpx;
  362. font-family: PingFangSC-Medium, PingFang SC;
  363. font-weight: 500;
  364. color: #222222;
  365. }
  366. .money {
  367. font-size: 32rpx;
  368. font-family: SFPro-Medium, SFPro;
  369. font-weight: 500;
  370. color: #0C66C2;
  371. }
  372. .address {
  373. margin: 20rpx 0 28rpx -20rpx;
  374. font-size: 28rpx;
  375. font-family: PingFangSC-Regular, PingFang SC;
  376. font-weight: 400;
  377. color: #444444;
  378. text :first-child {
  379. margin-left: 0 !important;
  380. margin-right: 20rpx;
  381. }
  382. text :nth-child(2) {
  383. margin: 0 20rpx;
  384. }
  385. text :last-child {
  386. margin: 20rpx;
  387. }
  388. }
  389. .hint {
  390. background: #FFE9DF;
  391. border-radius: 12rpx;
  392. margin-bottom: 28rpx;
  393. display: flex;
  394. align-items: center;
  395. padding: 16rpx 0 16rpx 24rpx;
  396. .font1 {
  397. font-size: 26rpx;
  398. font-family: PingFangSC-Medium, PingFang SC;
  399. font-weight: 500;
  400. color: #FF5335;
  401. margin: 0 20rpx 0 16rpx;
  402. }
  403. .font2 {
  404. font-size: 26rpx;
  405. font-family: PingFangSC-Regular, PingFang SC;
  406. font-weight: 400;
  407. color: #444444;
  408. }
  409. }
  410. }
  411. .hr {
  412. margin-top: 28rpx;
  413. border-bottom: 2rpx solid #F4F4F4;
  414. border-top: 2rpx solid #F4F4F4;
  415. height: 150rpx;
  416. padding: 26rpx 0 28rpx;
  417. .font1 {
  418. height: 42rpx;
  419. font-size: 30rpx;
  420. font-family: PingFangSC-Medium, PingFang SC;
  421. font-weight: 500;
  422. color: #444444;
  423. line-height: 42rpx;
  424. }
  425. .font2 {
  426. height: 34rpx;
  427. font-size: 24rpx;
  428. font-family: PingFangSC-Regular, PingFang SC;
  429. font-weight: 400;
  430. color: #666666;
  431. line-height: 34rpx;
  432. }
  433. }
  434. .position {
  435. margin-top: 34rpx;
  436. .font {
  437. height: 42rpx;
  438. font-size: 30rpx;
  439. font-family: PingFangSC-Regular, PingFang SC;
  440. font-weight: 400;
  441. color: #555555;
  442. margin-top: 24rpx;
  443. display: block;
  444. }
  445. }
  446. }
  447. </style>