my-order.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  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. },
  171. onShow() {
  172. this.page = 1
  173. this.list = []
  174. this.getlist()
  175. console.log(this.list);
  176. },
  177. onReachBottom() {
  178. if (this.total != this.list.length) {
  179. this.page++
  180. this.getlist()
  181. }
  182. },
  183. methods: {
  184. tosearch(type) {
  185. if (type == 1) {
  186. this.keyword = this.keyword1
  187. }
  188. this.page = 1
  189. this.list = []
  190. this.getlist()
  191. },
  192. getlist() {
  193. orderlist({
  194. stage: this.tabslist[this.current].id,
  195. page: this.page,
  196. name: this.keyword
  197. }).then(res => {
  198. if (res.code == 1) {
  199. if (this.page == 1) {
  200. this.list = res.data.data
  201. console.log(this.list);
  202. } else {
  203. this.list = this.list.concat(res.data.data)
  204. }
  205. }
  206. this.total = res.data.total
  207. })
  208. },
  209. change(index) {
  210. this.current = index
  211. this.tosearch()
  212. },
  213. todetails(id) {
  214. // console.log('id', id);
  215. uni.navigateTo({
  216. url: "/pagesD/order-info?id=" + id
  217. })
  218. }
  219. }
  220. }
  221. </script>
  222. <style lang="scss">
  223. .my-order {
  224. .content {
  225. padding: 35rpx 20rpx;
  226. margin-top: 20rpx;
  227. background-color: #fff;
  228. border-radius: 16rpx;
  229. .bottom {
  230. border-top: 2rpx solid #F0F0F0;
  231. margin-top: 32rpx;
  232. padding-top: 20rpx;
  233. .tou {
  234. font-size: 20rpx;
  235. font-family: SFPro-Regular, SFPro;
  236. font-weight: 400;
  237. color: #666666;
  238. }
  239. .success {
  240. font-size: 20rpx;
  241. font-family: PingFangSC-Regular, PingFang SC;
  242. font-weight: 400;
  243. color: #F7B500;
  244. }
  245. }
  246. .font {
  247. font-size: 32rpx;
  248. font-family: PingFangSC-Medium, PingFang SC;
  249. font-weight: 500;
  250. color: #222222;
  251. line-height: 44rpx;
  252. max-width: 326rpx;
  253. overflow: hidden; //超出隐藏
  254. white-space: nowrap; //不换行,同一行展示
  255. text-overflow: ellipsis; //设置超出部分以省略号展示
  256. }
  257. .back {
  258. width: 58rpx;
  259. height: 32rpx;
  260. background: #FF5335;
  261. border-radius: 6rpx;
  262. font-size: 22rpx;
  263. font-family: PingFangSC-Regular, PingFang SC;
  264. font-weight: 400;
  265. color: #FFFFFF;
  266. line-height: 32rpx;
  267. text-align: center;
  268. margin-left: 16rpx;
  269. }
  270. .money {
  271. font-size: 32rpx;
  272. font-family: JDZhengHT-Regular, JDZhengHT;
  273. font-weight: 400;
  274. color: #0C66C2;
  275. }
  276. .introduce {
  277. height: 40rpx;
  278. font-size: 28rpx;
  279. font-family: PingFangSC-Regular, PingFang SC;
  280. font-weight: 400;
  281. color: #555555;
  282. line-height: 40rpx;
  283. margin-right: 16rpx;
  284. }
  285. .tabs {
  286. background: #F3F3F3;
  287. border-radius: 4rpx;
  288. padding: 6rpx 14rpx;
  289. margin-right: 16rpx;
  290. font-size: 24rpx;
  291. font-family: PingFangSC-Regular, PingFang SC;
  292. font-weight: 400;
  293. color: #5F5F5F;
  294. height: 34rpx;
  295. line-height: 34rpx;
  296. }
  297. }
  298. .order-item {
  299. width: 702rpx;
  300. background: #FFFFFF;
  301. border-radius: 20rpx;
  302. margin: 20rpx auto;
  303. padding: 0 20rpx 8rpx 20rpx;
  304. .item-header {
  305. height: 84rpx;
  306. border-bottom: 2rpx solid #F3F3F3;
  307. margin-bottom: 22rpx;
  308. text:first-child {
  309. font-size: 22rpx;
  310. font-family: SFPro-Regular, SFPro;
  311. font-weight: 400;
  312. color: #555555;
  313. }
  314. text:nth-child(2) {
  315. line-height: 40rpx;
  316. background: #FEF7E5;
  317. border-radius: 6rpx;
  318. padding: 0 12rpx;
  319. font-size: 20rpx;
  320. font-family: PingFangSC-Regular, PingFang SC;
  321. font-weight: 400;
  322. color: #F7B500;
  323. }
  324. }
  325. .item-other {
  326. margin-bottom: 16rpx;
  327. padding-left: 32rpx;
  328. image {
  329. width: 28rpx;
  330. height: 28rpx;
  331. margin-right: 12rpx;
  332. }
  333. text {
  334. font-size: 28rpx;
  335. font-family: PingFangSC-Regular, PingFang SC;
  336. font-weight: 400;
  337. color: #222222;
  338. }
  339. }
  340. .jieshao-user {
  341. padding-left: 32rpx;
  342. position: relative;
  343. margin-bottom: 20rpx;
  344. .left {
  345. .user-name {
  346. font-size: 32rpx;
  347. font-family: PingFangSC-Medium, PingFang SC;
  348. font-weight: 500;
  349. color: #222222;
  350. margin-bottom: 16rpx;
  351. }
  352. .user-tips1 {
  353. font-size: 26rpx;
  354. font-family: PingFangSC-Regular, PingFang SC;
  355. font-weight: 400;
  356. color: #666666;
  357. }
  358. }
  359. .right {
  360. width: 96rpx;
  361. height: 96rpx;
  362. position: relative;
  363. .img1 {
  364. width: 96rpx;
  365. height: 96rpx;
  366. border-radius: 100rpx;
  367. }
  368. .sex {
  369. position: absolute;
  370. bottom: 0;
  371. right: 4rpx;
  372. width: 24rpx;
  373. height: 24rpx;
  374. }
  375. }
  376. }
  377. .jieshao-user1::after {
  378. position: absolute;
  379. content: " ";
  380. width: 12rpx;
  381. height: 12rpx;
  382. background: #131415;
  383. border-radius: 100rpx;
  384. top: 16rpx;
  385. left: 0;
  386. }
  387. .jieshao-user2::after {
  388. position: absolute;
  389. content: " ";
  390. width: 12rpx;
  391. height: 12rpx;
  392. background: #0C66C2;
  393. border-radius: 100rpx;
  394. top: 16rpx;
  395. left: 0;
  396. }
  397. }
  398. .my-order-header {
  399. padding: 20rpx 24rpx 0 24rpx;
  400. position: sticky;
  401. top: 0;
  402. left: 0;
  403. z-index: 99;
  404. background-color: #fff;
  405. .order-tabs {
  406. height: 96rpx;
  407. width: 100%;
  408. white-space: nowrap;
  409. .tabs-item {
  410. display: inline-flex;
  411. height: 96rpx;
  412. margin: 0 18rpx;
  413. text:first-child {
  414. font-size: 26rpx;
  415. font-family: PingFangSC-Regular, PingFang SC;
  416. font-weight: 400;
  417. color: #444444;
  418. }
  419. text:last-child {
  420. width: 100%;
  421. height: 8rpx;
  422. border-radius: 4rpx;
  423. margin-top: -12rpx;
  424. position: relative;
  425. z-index: -1;
  426. }
  427. }
  428. .tabs-item1 {
  429. text:first-child {
  430. font-size: 26rpx;
  431. font-family: PingFangSC-Medium, PingFang SC;
  432. font-weight: 500;
  433. color: #141414;
  434. }
  435. text:last-child {
  436. background: linear-gradient(270deg, #0C66C2 0%, #FFFFFF 100%);
  437. }
  438. }
  439. }
  440. .header-search {
  441. height: 68rpx;
  442. background: #F3F3F3;
  443. border-radius: 38rpx;
  444. padding: 0 36rpx;
  445. .input {
  446. flex: 1;
  447. font-size: 28rpx;
  448. margin-left: 24rpx;
  449. }
  450. }
  451. }
  452. }
  453. page {
  454. background-color: #F3F3F3;
  455. }
  456. </style>