my-order.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. <template>
  2. <view class="my-order">
  3. <view class="my-order-header">
  4. <!-- <view class="header-search u-flex">
  5. <u-icon name="search" size="36" color="#444444"></u-icon>
  6. <input type="text" class="input" placeholder="请输入关键词搜索" v-model="keyword1" confirm-type="search"
  7. @confirm="tosearch(1)">
  8. </view> -->
  9. <scroll-view scroll-x="true" class="order-tabs">
  10. <view class="u-flex-col tabs-item u-col-center u-row-center" :class="{'tabs-item1':current == index}"
  11. @click="change(index)" v-for="(item,index) in tabslist" :key="index">
  12. <text>{{item.name}}</text>
  13. <text></text>
  14. </view>
  15. </scroll-view>
  16. </view>
  17. <!-- <view class="order-item" v-for="(item,index) in list" :key="index" @click="toinfo(item)">
  18. <view class="item-header u-flex u-row-between">
  19. <text>订单编号:{{item.order_no}}</text>
  20. <text v-if="item.stage == 'recommend'">推荐阶段</text>
  21. <text v-if="item.stage == 'interview'">面试阶段</text>
  22. <text v-if="item.stage == 'offer'">offer阶段</text>
  23. <text v-if="item.stage == 'entry'">入职阶段</text>
  24. <text v-if="item.stage == 'over_protected'">过保阶段</text>
  25. <text v-if="item.stage == 'failed'">已淘汰</text>
  26. </view>
  27. <view class="jieshao-user jieshao-user1 u-flex u-row-between">
  28. <view class="left u-flex-col">
  29. <text class="user-name">{{item.resume.name}}</text>
  30. <view class="user-tips1">
  31. {{item.resume.province}}·{{item.resume.city}}|{{item.resume.experience}}年|{{item.resume.education_name}}
  32. | {{item.resume.salary}}K/{{item.resume.salary_type == 'year' ? '年' : '月'}}
  33. </view>
  34. </view>
  35. </view>
  36. <view class="u-flex item-other" v-if="item.resume.job_experience[0]">
  37. <image src="../static/images/dizhi.png" mode=""></image>
  38. <text>{{item.resume.job_experience[0].company_name}}·{{item.resume.job_experience[0].job_name}}</text>
  39. </view>
  40. <view class="jieshao-user jieshao-user2 u-flex u-row-between" style="margin-top: 30rpx;">
  41. <view class="left u-flex-col">
  42. <text class="user-name">{{item.job.job_name}}</text>
  43. <view class="user-tips1">
  44. {{item.job.work_province}}·{{item.job.work_city}}|{{item.job.experience_name}}|{{item.job.education_name}}
  45. | {{item.job.salary_min}}-{{item.job.salary_max}}K
  46. </view>
  47. </view>
  48. </view>
  49. <view class="u-flex item-other">
  50. <image src="static/address.png" mode=""></image>
  51. <text>{{item.company.name}}</text>
  52. </view>
  53. <view class="u-flex item-other">
  54. <image src="static/dingwei.png" mode=""></image>
  55. <text>{{item.company.city}}</text>
  56. </view>
  57. </view> -->
  58. <view class="" style="padding:0 24rpx ;">
  59. <view class="content" style="position: relative;" @click="todetails(item.id)" v-for="(item,index) in list"
  60. :key="index">
  61. <image style="width: 112rpx;height: 38rpx;position: absolute;top: 0;left: 0;"
  62. src="/pagesD/static/images/fufei.png" v-if="item.is_pay_for_job == 1" mode=""></image>
  63. <view class="u-flex u-row-between">
  64. <view class="u-flex">
  65. <view class="font">{{item.job.job_name||""}}</view>
  66. </view>
  67. <view class="money">{{item.job.salary_min||""}}-{{item.job.salary_max||""}}K
  68. <text v-if="item.job.salary_structure">·{{item.job.salary_structure||""}}</text>
  69. </view>
  70. </view>
  71. <view class="u-flex" style="margin: 16rpx 0 14rpx 0;">
  72. <text class="introduce">{{item.company.name||""||""}}</text>
  73. <text class="introduce">{{item.company.stage_name||""||""}}</text>
  74. <text class="introduce">{{item.company.scale_name||""||""}}</text>
  75. </view>
  76. <view class="u-flex" style="margin-bottom: 24rpx;">
  77. <view class="tabs" v-if="item.company.province || item.company.city">
  78. {{item.company.province||""}}{{item.company.city||""}}
  79. </view>
  80. <view class="tabs">
  81. {{item.job.education_name||""}}
  82. </view>
  83. <view class="tabs">
  84. {{item.job.experience_name||""}}
  85. </view>
  86. </view>
  87. <view class="u-flex u-row-between u-col-center">
  88. <view class=" u-flex u-col-center">
  89. <image :src="item.hr.avatar" mode="" style="width: 50rpx;height: 50rpx;border-radius: 50%;">
  90. </image>
  91. <view class="" style="margin-left: 16rpx;
  92. font-size: 24rpx;">
  93. <text>{{item.hr.name||""}}</text>·
  94. <text>{{item.hr.job||""}}</text>
  95. </view>
  96. </view>
  97. </view>
  98. <view class="bottom u-flex u-row-between">
  99. <text class="tou">{{item.createtime||""}}</text>
  100. <text class="success" v-if="item.recommend_status=='passed'&& current==0">投递成功</text>
  101. <text class="success" style="color: #888888;"
  102. v-if="item.recommend_status=='overdue'&&current==0">反馈逾期</text>
  103. <text class="success" v-if="item.interview_status=='passed' && current==1">面试通过</text>
  104. <text class="success" style="color: #888888;"
  105. v-if="item.interview_status=='failed' && current==1">面试未通过</text>
  106. <text class="success" v-if="item.offer_status=='unissued' && current == 2">待发放</text>
  107. <text class="success" v-if="item.offer_status=='issued' && current == 2">已发放</text>
  108. <text class="success" v-if="item.offer_status=='accepted' && current == 2">已接受</text>
  109. <text class="success" style="color: #888888;"
  110. v-if="item.offer_status=='rejected' && current == 2">已拒绝</text>
  111. <text class="success" style="color: #888888;"
  112. v-if="item.offer_status=='failed' && current == 2">已淘汰</text>
  113. <text class="success" v-if="item.entry_status=='passed'&& current==3">未入职</text>
  114. <text class="success" v-if="item.entry_status=='passed'&& current==3">已入职</text>
  115. <text class="success" style="color: #888888;"
  116. v-if="item.entry_status=='failed'&& current==3">已淘汰</text>
  117. <text class="success" v-if="item.over_protected_status=='progressing' && current == 4">过保中</text>
  118. <text class="success" v-if="item.over_protected_status=='passed' && current == 4">已入职</text>
  119. <text class="success" style="color: #888888;"
  120. v-if="item.over_protected_status=='failed' && current == 4">已淘汰</text>
  121. </view>
  122. </view>
  123. </view>
  124. <view class="safe-area-inset-bottom"></view>
  125. <view style="height: 70vh;justify-content: center;" class="u-flex" v-if="list.length == 0">
  126. <u-empty text="暂无数据" mode="list"></u-empty>
  127. </view>
  128. <view class="safe-area-inset-bottom"></view>
  129. </view>
  130. </template>
  131. <script>
  132. import {
  133. orderlist
  134. } from "@/units/inquire.js"
  135. export default {
  136. data() {
  137. return {
  138. current: 0,
  139. tabslist: [{
  140. name: '投递阶段',
  141. id: 'recommend'
  142. }, {
  143. name: '面试阶段',
  144. id: 'interview'
  145. },
  146. {
  147. name: 'offer阶段',
  148. id: 'offer'
  149. }, {
  150. name: '入职阶段',
  151. id: 'entry'
  152. }, {
  153. name: '过保阶段',
  154. id: 'over_protected'
  155. }, {
  156. name: '不合适',
  157. id: 'failed'
  158. }
  159. ],
  160. page: 1,
  161. list: [],
  162. total: 0,
  163. keyword: '',
  164. keyword1: '',
  165. list1: [],
  166. }
  167. },
  168. onLoad(option) {
  169. this.current = option.current || 0
  170. this.page = 1
  171. this.list = []
  172. this.getlist()
  173. },
  174. onShow() {
  175. },
  176. onReachBottom() {
  177. if (this.total != this.list.length) {
  178. this.page++
  179. this.getlist()
  180. }
  181. },
  182. methods: {
  183. tosearch(type) {
  184. if (type == 1) {
  185. this.keyword = this.keyword1
  186. }
  187. this.page = 1
  188. this.list = []
  189. this.getlist()
  190. },
  191. getlist() {
  192. orderlist({
  193. stage: this.tabslist[this.current].id,
  194. page: this.page,
  195. name: this.keyword
  196. }).then(res => {
  197. if (res.code == 1) {
  198. if (this.page == 1) {
  199. this.list = res.data.data
  200. console.log(this.list);
  201. } else {
  202. this.list = this.list.concat(res.data.data)
  203. }
  204. }
  205. this.total = res.data.total
  206. })
  207. },
  208. change(index) {
  209. this.current = index
  210. this.tosearch()
  211. },
  212. todetails(id) {
  213. uni.navigateTo({
  214. url: "/pagesD/order-info?id=" + id
  215. })
  216. }
  217. }
  218. }
  219. </script>
  220. <style lang="scss">
  221. .my-order {
  222. .content {
  223. padding: 35rpx 20rpx;
  224. margin-top: 20rpx;
  225. background-color: #fff;
  226. border-radius: 16rpx;
  227. .bottom {
  228. border-top: 2rpx solid #F0F0F0;
  229. margin-top: 32rpx;
  230. padding-top: 20rpx;
  231. .tou {
  232. font-size: 20rpx;
  233. font-family: SFPro-Regular, SFPro;
  234. font-weight: 400;
  235. color: #666666;
  236. }
  237. .success {
  238. font-size: 20rpx;
  239. font-family: PingFangSC-Regular, PingFang SC;
  240. font-weight: 400;
  241. color: #F7B500;
  242. }
  243. }
  244. .font {
  245. font-size: 32rpx;
  246. font-family: PingFangSC-Medium, PingFang SC;
  247. font-weight: 500;
  248. color: #222222;
  249. line-height: 44rpx;
  250. max-width: 326rpx;
  251. overflow: hidden; //超出隐藏
  252. white-space: nowrap; //不换行,同一行展示
  253. text-overflow: ellipsis; //设置超出部分以省略号展示
  254. }
  255. .back {
  256. width: 58rpx;
  257. height: 32rpx;
  258. background: #FF5335;
  259. border-radius: 6rpx;
  260. font-size: 22rpx;
  261. font-family: PingFangSC-Regular, PingFang SC;
  262. font-weight: 400;
  263. color: #FFFFFF;
  264. line-height: 32rpx;
  265. text-align: center;
  266. margin-left: 16rpx;
  267. }
  268. .money {
  269. font-size: 32rpx;
  270. font-family: JDZhengHT-Regular, JDZhengHT;
  271. font-weight: 400;
  272. color: #0C66C2;
  273. }
  274. .introduce {
  275. height: 40rpx;
  276. font-size: 28rpx;
  277. font-family: PingFangSC-Regular, PingFang SC;
  278. font-weight: 400;
  279. color: #555555;
  280. line-height: 40rpx;
  281. margin-right: 16rpx;
  282. }
  283. .tabs {
  284. background: #F3F3F3;
  285. border-radius: 4rpx;
  286. padding: 6rpx 14rpx;
  287. margin-right: 16rpx;
  288. font-size: 24rpx;
  289. font-family: PingFangSC-Regular, PingFang SC;
  290. font-weight: 400;
  291. color: #5F5F5F;
  292. height: 34rpx;
  293. line-height: 34rpx;
  294. }
  295. }
  296. .order-item {
  297. width: 702rpx;
  298. background: #FFFFFF;
  299. border-radius: 20rpx;
  300. margin: 20rpx auto;
  301. padding: 0 20rpx 8rpx 20rpx;
  302. .item-header {
  303. height: 84rpx;
  304. border-bottom: 2rpx solid #F3F3F3;
  305. margin-bottom: 22rpx;
  306. text:first-child {
  307. font-size: 22rpx;
  308. font-family: SFPro-Regular, SFPro;
  309. font-weight: 400;
  310. color: #555555;
  311. }
  312. text:nth-child(2) {
  313. line-height: 40rpx;
  314. background: #FEF7E5;
  315. border-radius: 6rpx;
  316. padding: 0 12rpx;
  317. font-size: 20rpx;
  318. font-family: PingFangSC-Regular, PingFang SC;
  319. font-weight: 400;
  320. color: #F7B500;
  321. }
  322. }
  323. .item-other {
  324. margin-bottom: 16rpx;
  325. padding-left: 32rpx;
  326. image {
  327. width: 28rpx;
  328. height: 28rpx;
  329. margin-right: 12rpx;
  330. }
  331. text {
  332. font-size: 28rpx;
  333. font-family: PingFangSC-Regular, PingFang SC;
  334. font-weight: 400;
  335. color: #222222;
  336. }
  337. }
  338. .jieshao-user {
  339. padding-left: 32rpx;
  340. position: relative;
  341. margin-bottom: 20rpx;
  342. .left {
  343. .user-name {
  344. font-size: 32rpx;
  345. font-family: PingFangSC-Medium, PingFang SC;
  346. font-weight: 500;
  347. color: #222222;
  348. margin-bottom: 16rpx;
  349. }
  350. .user-tips1 {
  351. font-size: 26rpx;
  352. font-family: PingFangSC-Regular, PingFang SC;
  353. font-weight: 400;
  354. color: #666666;
  355. }
  356. }
  357. .right {
  358. width: 96rpx;
  359. height: 96rpx;
  360. position: relative;
  361. .img1 {
  362. width: 96rpx;
  363. height: 96rpx;
  364. border-radius: 100rpx;
  365. }
  366. .sex {
  367. position: absolute;
  368. bottom: 0;
  369. right: 4rpx;
  370. width: 24rpx;
  371. height: 24rpx;
  372. }
  373. }
  374. }
  375. .jieshao-user1::after {
  376. position: absolute;
  377. content: " ";
  378. width: 12rpx;
  379. height: 12rpx;
  380. background: #131415;
  381. border-radius: 100rpx;
  382. top: 16rpx;
  383. left: 0;
  384. }
  385. .jieshao-user2::after {
  386. position: absolute;
  387. content: " ";
  388. width: 12rpx;
  389. height: 12rpx;
  390. background: #0C66C2;
  391. border-radius: 100rpx;
  392. top: 16rpx;
  393. left: 0;
  394. }
  395. }
  396. .my-order-header {
  397. padding: 20rpx 24rpx 0 24rpx;
  398. position: sticky;
  399. top: 0;
  400. left: 0;
  401. z-index: 99;
  402. background-color: #fff;
  403. .order-tabs {
  404. height: 96rpx;
  405. width: 100%;
  406. white-space: nowrap;
  407. .tabs-item {
  408. display: inline-flex;
  409. height: 96rpx;
  410. margin: 0 18rpx;
  411. text:first-child {
  412. font-size: 26rpx;
  413. font-family: PingFangSC-Regular, PingFang SC;
  414. font-weight: 400;
  415. color: #444444;
  416. }
  417. text:last-child {
  418. width: 100%;
  419. height: 8rpx;
  420. border-radius: 4rpx;
  421. margin-top: -12rpx;
  422. position: relative;
  423. z-index: -1;
  424. }
  425. }
  426. .tabs-item1 {
  427. text:first-child {
  428. font-size: 26rpx;
  429. font-family: PingFangSC-Medium, PingFang SC;
  430. font-weight: 500;
  431. color: #141414;
  432. }
  433. text:last-child {
  434. background: linear-gradient(270deg, #0C66C2 0%, #FFFFFF 100%);
  435. }
  436. }
  437. }
  438. .header-search {
  439. height: 68rpx;
  440. background: #F3F3F3;
  441. border-radius: 38rpx;
  442. padding: 0 36rpx;
  443. .input {
  444. flex: 1;
  445. font-size: 28rpx;
  446. margin-left: 24rpx;
  447. }
  448. }
  449. }
  450. }
  451. page {
  452. background-color: #F3F3F3;
  453. }
  454. </style>