index-search.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. <template>
  2. <view class="index-search">
  3. <view class="search-header">
  4. <u-search placeholder="请输入" v-model="keyword1" :show-action="false" @search="tosearch(1)"></u-search>
  5. <view class="navbar-down">
  6. <view class="scroll-down u-flex u-row-between">
  7. <view class="u-flex down-left">
  8. <text class="text1" :class="{textactive:paixu == 1}" @click="changepaixu(1)">按职位</text>
  9. <text class="text1" :class="{textactive:paixu == 2}" @click="changepaixu(2)">搜公司</text>
  10. </view>
  11. <!-- <view class="u-flex down-right">
  12. <view @click="opencity = true" class="u-flex right-item u-row-center">
  13. <text class="text">{{city.name || '全国'}}</text>
  14. <u-icon name="arrow-down-fill" size="20"></u-icon>
  15. </view>
  16. <view @click="$refs.shaixuan.openshaixuan = true" class="u-flex right-item u-row-center">
  17. <text class="text">筛选</text>
  18. <u-icon name="arrow-down-fill" size="20"></u-icon>
  19. </view>
  20. </view> -->
  21. <view class="u-flex down-right">
  22. <view :style="{background:city.name!=''?'#EDF2F8':'#f3f3f3'}"
  23. class="right-item u-flex u-row-center" @click="opencity1">
  24. <text :style="{color:city.name!=''?'#0C66C2':'#666666'}"
  25. class="text">{{city.name || '北京'}}</text>
  26. <u-icon v-if="city.name !='' " color="#0C66C2" name="arrow-down-fill" size="8"></u-icon>
  27. <u-icon v-if="city.name ==''" name="arrow-down-fill" size="8"></u-icon>
  28. </view>
  29. <view :style="{background:Object.keys(search_data).length!=0?'#EDF2F8':'#f3f3f3'}"
  30. class="right-item u-flex u-row-center" @click="openshaixuan">
  31. <text :style="{color:Object.keys(search_data).length!=0?'#0C66C2':'#666666'}"
  32. class="text">筛选</text>
  33. <u-icon v-if="Object.keys(search_data).length!=0 " color="#0C66C2" name="arrow-down-fill"
  34. size="8"></u-icon>
  35. <u-icon v-if="Object.keys(search_data).length==0" name="arrow-down-fill" size="8"></u-icon>
  36. </view>
  37. </view>
  38. </view>
  39. </view>
  40. </view>
  41. <view class="" style="padding: 0 20rpx;">
  42. <view class="content" @click="todetails(item.id)" v-for="(item,index) in positionlist" :key="item.id">
  43. <view class="u-flex u-row-between">
  44. <view class="u-flex">
  45. <view class="font">{{item.job_name}}</view>
  46. <view class="back" v-if="item.is_urgent == 1">急聘</view>
  47. </view>
  48. <view class="money">{{item.salary_min}}-{{item.salary_max}}K
  49. <text v-if="item.salary_structure">·{{item.salary_structure}}</text>
  50. </view>
  51. </view>
  52. <view class="u-flex" style="margin: 16rpx 0 14rpx 0;">
  53. <text class="introduce">{{item.companys.name}}</text>
  54. <text class="introduce">{{item.companys.company_stage.name}}</text>
  55. <text class="introduce">{{item.companys.company_scale.name}}</text>
  56. </view>
  57. <view class="u-flex" style="margin-bottom: 24rpx;">
  58. <view class="tabs">
  59. {{item.education_name}}
  60. </view>
  61. <view class="tabs">
  62. {{item.experience_name}}
  63. </view>
  64. </view>
  65. <view class="u-flex u-row-between u-col-center">
  66. <view class=" u-flex u-col-center">
  67. <image :src="item.usermanager.avatar" mode=""
  68. style="width: 50rpx;height: 50rpx;border-radius: 50%;">
  69. </image>
  70. <view class="" style="margin-left: 16rpx;">
  71. <text>{{item.usermanager.name}}</text>·
  72. <text>{{item.usermanager.job_text}}</text>
  73. </view>
  74. </view>
  75. <view class="u-flex u-col-center ">
  76. <view class="address" style="margin -right: 10rpx;">{{item.work_province.slice(0,-1)}}
  77. </view>
  78. <view class="address">{{item.work_city}}</view>
  79. </view>
  80. </view>
  81. </view>
  82. <view class="safe-area-inset-bottom"></view>
  83. </view>
  84. <view style="height: 70vh;display: flex;justify-content: center;align-items: center;"
  85. v-if="positionlist.length == 0">
  86. <u-empty text="暂无数据" mode="list"></u-empty>
  87. </view>
  88. <u-popup border-radius="28" :show="opencity" mode="bottom">
  89. <view class="change-city-popup u-flex-col">
  90. <view class="change-city-header u-flex u-row-between">
  91. <u-icon name="close" size="22" color="#222" @click="opencity = false"></u-icon>
  92. <text class="text">选择城市</text>
  93. <u-icon name="close" size="22" color="#fff"></u-icon>
  94. </view>
  95. <view class="u-flex-1 u-flex change-city-scroll">
  96. <scroll-view scroll-y="true" class="change-scroll-left">
  97. <view class="scroll-left-sheng" v-for="(item,index) in citylist" :key="index"
  98. :class="{shengactive:cityleftindex == index}" @click="changeleftcity(index)">{{item.name}}
  99. </view>
  100. </scroll-view>
  101. <scroll-view scroll-y="true" class="change-scroll-right u-flex-1">
  102. <view class="scroll-left-shi" v-for="(item,index) in rightcity" :key="index"
  103. :class="{shiactive:cityrightindex == index}" @click="changerightcity(index,item)">
  104. {{item.name}}
  105. </view>
  106. </scroll-view>
  107. </view>
  108. <view class="change-city-down u-flex u-row-between">
  109. <text @click="chongzhi">重置</text>
  110. <text @click="changecity">确定</text>
  111. </view>
  112. </view>
  113. </u-popup>
  114. <zhao-shaixuan ref="shaixuan" @tosearch="shaixuan"></zhao-shaixuan>
  115. </view>
  116. </template>
  117. <script>
  118. import {
  119. getList,
  120. getareacity
  121. } from "@/units/inquire.js"
  122. export default {
  123. data() {
  124. return {
  125. paixu: '',
  126. keyword: "",
  127. keyword1: "",
  128. category_industry_id: "",
  129. category_industry_name: '',
  130. opencity: false,
  131. citylist: [],
  132. total: 0,
  133. height: "",
  134. list1: [{
  135. name: "相关"
  136. },
  137. {
  138. name: "推荐"
  139. },
  140. {
  141. name: "最新"
  142. },
  143. ],
  144. list4: [{
  145. name: "职位"
  146. },
  147. {
  148. name: "校招"
  149. }
  150. ],
  151. page: 1,
  152. tab1: 0,
  153. tab2: 0,
  154. positionlist: [], //职位列表
  155. is_auth: "", //是否认证
  156. rightcity: [],
  157. cityrightindex: "-1",
  158. cityleftindex: "0",
  159. city: {},
  160. search_data: {},
  161. job_intention: [],
  162. id: "",
  163. navheight: null,
  164. }
  165. },
  166. onLoad() {
  167. this.search_data = {}
  168. this.getlist()
  169. this.getcity()
  170. this.city = {
  171. name: '',
  172. id: ''
  173. }
  174. },
  175. onReachBottom() {
  176. if (this.total != this.positionlist.length) {
  177. this.page++
  178. this.getlist()
  179. }
  180. },
  181. methods: {
  182. changepaixu(type) {
  183. this.paixu = type
  184. this.tosearch()
  185. },
  186. opencity1() {
  187. this.opencity = true
  188. this.city = {
  189. name: '',
  190. id: ''
  191. }
  192. },
  193. shaixuan(e) {
  194. this.search_data = e
  195. this.tosearch()
  196. },
  197. chongzhi() {
  198. this.city = {
  199. name: '',
  200. id: ''
  201. }
  202. this.opencity = false
  203. this.tosearch()
  204. },
  205. changecity() {
  206. if (this.cityrightindex == -1) {
  207. this.$u.toast("请选择城市")
  208. return
  209. }
  210. this.city = {
  211. name: this.citylist[this.cityleftindex].childlist[this.cityrightindex].name,
  212. id: this.citylist[this.cityleftindex].childlist[this.cityrightindex].id
  213. }
  214. console.log(this.city);
  215. this.opencity = false
  216. this.tosearch()
  217. },
  218. changerightcity(index, item) {
  219. this.cityrightindex = index
  220. },
  221. changeleftcity(index) {
  222. this.cityleftindex = index
  223. this.cityrightindex = -1
  224. this.rightcity = this.citylist[this.cityleftindex].childlist
  225. },
  226. getcity() {
  227. getareacity().then(res => {
  228. console.log(res);
  229. this.citylist = res.data
  230. this.rightcity = res.data[0].childlist
  231. })
  232. },
  233. tosearch(type) {
  234. this.positionlist = []
  235. if (type == 1) {
  236. this.keyword = this.keyword1
  237. }
  238. this.page = 1
  239. this.total = 0
  240. this.getlist()
  241. },
  242. openshaixuan() {
  243. this.$refs.shaixuan.openshaixuan = true
  244. },
  245. getlist() {
  246. getList({
  247. page: this.page,
  248. type: this.tab2,
  249. search_field: this.paixu == 1 ? 'job_name' : 'name',
  250. search: this.keyword,
  251. search_data: {
  252. ...this.search_data,
  253. city_id: this.city.id,
  254. category_industry_id: this.category_industry_id
  255. }
  256. }).then(res => {
  257. if (this.page == 1) {
  258. this.positionlist = res.data.data
  259. } else {
  260. this.positionlist = this.positionlist.concat(res.data.data)
  261. }
  262. this.total = res.data.total
  263. })
  264. },
  265. }
  266. }
  267. </script>
  268. <style lang="scss">
  269. page {
  270. background-color: #F3F3F3;
  271. }
  272. .content {
  273. padding: 24rpx 20rpx;
  274. margin-top: 20rpx;
  275. background-color: #fff;
  276. border-radius: 16rpx;
  277. .font {
  278. font-size: 32rpx;
  279. font-family: PingFangSC-Medium, PingFang SC;
  280. font-weight: 500;
  281. color: #222222;
  282. line-height: 44rpx;
  283. max-width: 326rpx;
  284. overflow: hidden; //超出隐藏
  285. white-space: nowrap; //不换行,同一行展示
  286. text-overflow: ellipsis; //设置超出部分以省略号展示
  287. }
  288. .back {
  289. width: 58rpx;
  290. height: 32rpx;
  291. background: #FF5335;
  292. border-radius: 6rpx;
  293. font-size: 22rpx;
  294. font-family: PingFangSC-Regular, PingFang SC;
  295. font-weight: 400;
  296. color: #FFFFFF;
  297. line-height: 32rpx;
  298. text-align: center;
  299. margin-left: 16rpx;
  300. }
  301. .money {
  302. font-size: 32rpx;
  303. font-family: JDZhengHT-Regular, JDZhengHT;
  304. font-weight: 400;
  305. color: #0C66C2;
  306. }
  307. .introduce {
  308. height: 40rpx;
  309. font-size: 28rpx;
  310. font-family: PingFangSC-Regular, PingFang SC;
  311. font-weight: 400;
  312. color: #555555;
  313. line-height: 40rpx;
  314. margin-right: 16rpx;
  315. }
  316. .tabs {
  317. background: #F3F3F3;
  318. border-radius: 4rpx;
  319. padding: 6rpx 14rpx;
  320. margin-right: 16rpx;
  321. font-size: 24rpx;
  322. font-family: PingFangSC-Regular, PingFang SC;
  323. font-weight: 400;
  324. color: #5F5F5F;
  325. height: 34rpx;
  326. line-height: 34rpx;
  327. }
  328. }
  329. .index-search {
  330. .change-city-popup {
  331. height: calc(100vh - 144rpx);
  332. .change-city-scroll {
  333. min-height: 1rpx;
  334. .change-scroll-right {
  335. height: 100%;
  336. .scroll-left-shi {
  337. line-height: 100rpx;
  338. text-align: center;
  339. font-size: 32rpx;
  340. font-family: PingFangSC-Regular, PingFang SC;
  341. font-weight: 400;
  342. color: #333333;
  343. padding: 0 32rpx;
  344. }
  345. .shiactive {
  346. color: #0C66C2;
  347. }
  348. }
  349. .change-scroll-left {
  350. width: 304rpx;
  351. height: 100%;
  352. background-color: #F5F5F5;
  353. .scroll-left-sheng {
  354. text-align: center;
  355. font-size: 32rpx;
  356. font-family: PingFangSC-Regular, PingFang SC;
  357. font-weight: 400;
  358. color: #333333;
  359. padding: 28rpx 32rpx;
  360. }
  361. .shengactive {
  362. background-color: #fff;
  363. color: #0C66C2;
  364. }
  365. }
  366. }
  367. .change-city-down {
  368. padding: 12rpx 32rpx;
  369. text:first-child {
  370. width: 208rpx;
  371. line-height: 84rpx;
  372. background: #F3F3F3;
  373. border-radius: 10rpx;
  374. text-align: center;
  375. font-size: 32rpx;
  376. font-family: PingFangSC-Medium, PingFang SC;
  377. font-weight: 500;
  378. color: #555555;
  379. }
  380. text:last-child {
  381. width: 454rpx;
  382. line-height: 84rpx;
  383. background: #0C66C2;
  384. border-radius: 10rpx;
  385. text-align: center;
  386. font-size: 32rpx;
  387. font-family: PingFangSC-Medium, PingFang SC;
  388. font-weight: 500;
  389. color: #FFFFFF;
  390. }
  391. }
  392. .change-city-header {
  393. height: 120rpx;
  394. padding: 0 32rpx;
  395. .text {
  396. font-size: 36rpx;
  397. font-family: PingFangSC-Medium, PingFang SC;
  398. font-weight: 500;
  399. color: #222222;
  400. }
  401. }
  402. }
  403. .index-item {
  404. width: 702rpx;
  405. background: #FFFFFF;
  406. border-radius: 20rpx;
  407. margin: 20rpx auto;
  408. padding: 0 20rpx 24rpx 20rpx;
  409. .item-down {
  410. text:first-child {
  411. font-size: 22rpx;
  412. font-family: SFPro-Regular, SFPro;
  413. font-weight: 400;
  414. color: #666666;
  415. }
  416. text:last-child {
  417. font-size: 22rpx;
  418. font-family: PingFangSC-Regular, PingFang SC;
  419. font-weight: 400;
  420. color: #666666;
  421. }
  422. }
  423. .item-gongsi {
  424. margin-bottom: 16rpx;
  425. .text2 {
  426. font-size: 24rpx;
  427. font-family: SFPro-Regular, SFPro;
  428. font-weight: 400;
  429. color: #666666;
  430. }
  431. .logo {
  432. width: 42rpx;
  433. height: 42rpx;
  434. border-radius: 10rpx;
  435. margin-right: 16rpx;
  436. }
  437. .text1 {
  438. max-width: 192rpx;
  439. font-size: 24rpx;
  440. font-family: PingFangSC-Regular, PingFang SC;
  441. font-weight: 400;
  442. color: #444444;
  443. margin-right: 12rpx;
  444. }
  445. }
  446. .item-label {
  447. margin-bottom: 20rpx;
  448. text {
  449. margin-right: 16rpx;
  450. line-height: 46rpx;
  451. background: #F7F7F7;
  452. border-radius: 4rpx;
  453. padding: 0 14rpx;
  454. font-size: 24rpx;
  455. font-family: PingFangSC-Regular, PingFang SC;
  456. font-weight: 400;
  457. color: #5F5F5F;
  458. }
  459. }
  460. .item-top {
  461. height: 88rpx;
  462. .text1 {
  463. font-size: 32rpx;
  464. font-family: PingFangSC-Medium, PingFang SC;
  465. font-weight: 500;
  466. color: #222222;
  467. margin-right: 16rpx;
  468. }
  469. .text2 {
  470. width: 50rpx;
  471. line-height: 32rpx;
  472. background: rgba(255, 83, 53, 0.1);
  473. border-radius: 4rpx;
  474. text-align: center;
  475. font-size: 20rpx;
  476. font-family: PingFangSC-Regular, PingFang SC;
  477. font-weight: 400;
  478. color: #FF5335;
  479. margin-right: 12rpx;
  480. }
  481. .text3 {
  482. width: 90rpx;
  483. line-height: 32rpx;
  484. background: #FFF2E8;
  485. border-radius: 4rpx;
  486. text-align: center;
  487. font-size: 20rpx;
  488. font-family: PingFangSC-Regular, PingFang SC;
  489. font-weight: 400;
  490. color: #FF8620;
  491. margin-right: 12rpx;
  492. }
  493. .text4 {
  494. line-height: 32rpx;
  495. background: #E6EFF8;
  496. border-radius: 4rpx;
  497. padding: 0 4rpx;
  498. text-align: center;
  499. font-size: 20rpx;
  500. font-family: SFPro-Regular, SFPro;
  501. font-weight: 400;
  502. color: #0C66C2;
  503. }
  504. .text5 {
  505. font-size: 32rpx;
  506. font-family: JDZhengHT-Regular, JDZhengHT;
  507. font-weight: 400;
  508. color: #0C66C2;
  509. }
  510. }
  511. }
  512. .search-header {
  513. position: sticky;
  514. top: 0;
  515. left: 0;
  516. z-index: 10;
  517. background-color: #fff;
  518. padding: 20rpx 24rpx;
  519. .navbar-down {
  520. padding-top: 20rpx;
  521. .scroll-down {
  522. .down-right {
  523. .right-item {
  524. // width: 100rpx;
  525. padding: 0 20rpx;
  526. height: 52rpx;
  527. background: #F3F3F3;
  528. border-radius: 4rpx;
  529. margin-left: 20rpx;
  530. .text {
  531. font-size: 26rpx;
  532. font-family: PingFangSC-Regular, PingFang SC;
  533. font-weight: 400;
  534. color: #666666;
  535. margin-right: 4rpx;
  536. }
  537. image {
  538. width: 16rpx;
  539. height: 16rpx;
  540. }
  541. }
  542. }
  543. .down-left {
  544. .text1 {
  545. font-size: 28rpx;
  546. font-family: PingFangSC-Regular, PingFang SC;
  547. font-weight: 400;
  548. color: #777;
  549. margin-right: 32rpx;
  550. }
  551. .textactive {
  552. color: #222222;
  553. }
  554. }
  555. }
  556. }
  557. }
  558. }
  559. </style>