details.vue 13 KB

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