my-order.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  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.recommend_info.avatar" mode=""
  90. style="width: 50rpx;height: 50rpx;border-radius: 50%;">
  91. </image>
  92. <view class="" style="margin-left: 16rpx;
  93. font-size: 24rpx;">
  94. <text>{{item.recommend_info.username||""}}</text>·
  95. <text>{{item.recommend_info.type||""}}</text>
  96. </view>
  97. </view>
  98. </view>
  99. <view class="bottom u-flex u-row-between">
  100. <text class="tou">{{item.createtime||""}}</text>
  101. <text class="success">投递成功</text>
  102. </view>
  103. </view>
  104. </view>
  105. <view class="safe-area-inset-bottom"></view>
  106. <view style="height: 70vh;justify-content: center;" class="u-flex" v-if="list.length == 0">
  107. <u-empty text="暂无数据" mode="list"></u-empty>
  108. </view>
  109. <view class="safe-area-inset-bottom"></view>
  110. </view>
  111. </template>
  112. <script>
  113. import {
  114. orderlist
  115. } from "@/units/inquire.js"
  116. export default {
  117. data() {
  118. return {
  119. current: 0,
  120. tabslist: [{
  121. name: '投递阶段',
  122. id: 'recommend'
  123. }, {
  124. name: '面试阶段',
  125. id: 'interview'
  126. },
  127. {
  128. name: 'offer阶段',
  129. id: 'offer'
  130. }, {
  131. name: '入职阶段',
  132. id: 'entry'
  133. }, {
  134. name: '过保阶段',
  135. id: 'over_protected'
  136. }, {
  137. name: '不合适',
  138. id: 'failed'
  139. }
  140. ],
  141. page: 1,
  142. list: [],
  143. total: 0,
  144. keyword: '',
  145. keyword1: '',
  146. list1: [],
  147. }
  148. },
  149. onLoad(option) {
  150. this.current = option.current || 0
  151. },
  152. onShow() {
  153. this.page = 1
  154. this.list = []
  155. this.getlist()
  156. console.log(this.list);
  157. },
  158. onReachBottom() {
  159. if (this.total != this.list.length) {
  160. this.page++
  161. this.getlist()
  162. }
  163. },
  164. methods: {
  165. tosearch(type) {
  166. if (type == 1) {
  167. this.keyword = this.keyword1
  168. }
  169. this.page = 1
  170. this.list = []
  171. this.getlist()
  172. },
  173. getlist() {
  174. orderlist({
  175. stage: this.tabslist[this.current].id,
  176. page: this.page,
  177. name: this.keyword
  178. }).then(res => {
  179. if (res.code == 1) {
  180. if (this.page == 1) {
  181. this.list = res.data.data
  182. console.log(this.list);
  183. } else {
  184. this.list = this.list.concat(res.data.data)
  185. }
  186. }
  187. this.total = res.data.total
  188. })
  189. },
  190. change(index) {
  191. this.current = index
  192. this.tosearch()
  193. },
  194. todetails(id) {
  195. // console.log('id', id);
  196. uni.navigateTo({
  197. url: "/pagesD/order-info?id=" + id
  198. })
  199. }
  200. }
  201. }
  202. </script>
  203. <style lang="scss">
  204. .my-order {
  205. .content {
  206. padding: 35rpx 20rpx;
  207. margin-top: 20rpx;
  208. background-color: #fff;
  209. border-radius: 16rpx;
  210. .bottom {
  211. border-top: 2rpx solid #F0F0F0;
  212. margin-top: 32rpx;
  213. padding-top: 20rpx;
  214. .tou {
  215. font-size: 20rpx;
  216. font-family: SFPro-Regular, SFPro;
  217. font-weight: 400;
  218. color: #666666;
  219. }
  220. .success {
  221. font-size: 20rpx;
  222. font-family: PingFangSC-Regular, PingFang SC;
  223. font-weight: 400;
  224. color: #F7B500;
  225. }
  226. }
  227. .font {
  228. font-size: 32rpx;
  229. font-family: PingFangSC-Medium, PingFang SC;
  230. font-weight: 500;
  231. color: #222222;
  232. line-height: 44rpx;
  233. max-width: 326rpx;
  234. overflow: hidden; //超出隐藏
  235. white-space: nowrap; //不换行,同一行展示
  236. text-overflow: ellipsis; //设置超出部分以省略号展示
  237. }
  238. .back {
  239. width: 58rpx;
  240. height: 32rpx;
  241. background: #FF5335;
  242. border-radius: 6rpx;
  243. font-size: 22rpx;
  244. font-family: PingFangSC-Regular, PingFang SC;
  245. font-weight: 400;
  246. color: #FFFFFF;
  247. line-height: 32rpx;
  248. text-align: center;
  249. margin-left: 16rpx;
  250. }
  251. .money {
  252. font-size: 32rpx;
  253. font-family: JDZhengHT-Regular, JDZhengHT;
  254. font-weight: 400;
  255. color: #0C66C2;
  256. }
  257. .introduce {
  258. height: 40rpx;
  259. font-size: 28rpx;
  260. font-family: PingFangSC-Regular, PingFang SC;
  261. font-weight: 400;
  262. color: #555555;
  263. line-height: 40rpx;
  264. margin-right: 16rpx;
  265. }
  266. .tabs {
  267. background: #F3F3F3;
  268. border-radius: 4rpx;
  269. padding: 6rpx 14rpx;
  270. margin-right: 16rpx;
  271. font-size: 24rpx;
  272. font-family: PingFangSC-Regular, PingFang SC;
  273. font-weight: 400;
  274. color: #5F5F5F;
  275. height: 34rpx;
  276. line-height: 34rpx;
  277. }
  278. }
  279. .order-item {
  280. width: 702rpx;
  281. background: #FFFFFF;
  282. border-radius: 20rpx;
  283. margin: 20rpx auto;
  284. padding: 0 20rpx 8rpx 20rpx;
  285. .item-header {
  286. height: 84rpx;
  287. border-bottom: 2rpx solid #F3F3F3;
  288. margin-bottom: 22rpx;
  289. text:first-child {
  290. font-size: 22rpx;
  291. font-family: SFPro-Regular, SFPro;
  292. font-weight: 400;
  293. color: #555555;
  294. }
  295. text:nth-child(2) {
  296. line-height: 40rpx;
  297. background: #FEF7E5;
  298. border-radius: 6rpx;
  299. padding: 0 12rpx;
  300. font-size: 20rpx;
  301. font-family: PingFangSC-Regular, PingFang SC;
  302. font-weight: 400;
  303. color: #F7B500;
  304. }
  305. }
  306. .item-other {
  307. margin-bottom: 16rpx;
  308. padding-left: 32rpx;
  309. image {
  310. width: 28rpx;
  311. height: 28rpx;
  312. margin-right: 12rpx;
  313. }
  314. text {
  315. font-size: 28rpx;
  316. font-family: PingFangSC-Regular, PingFang SC;
  317. font-weight: 400;
  318. color: #222222;
  319. }
  320. }
  321. .jieshao-user {
  322. padding-left: 32rpx;
  323. position: relative;
  324. margin-bottom: 20rpx;
  325. .left {
  326. .user-name {
  327. font-size: 32rpx;
  328. font-family: PingFangSC-Medium, PingFang SC;
  329. font-weight: 500;
  330. color: #222222;
  331. margin-bottom: 16rpx;
  332. }
  333. .user-tips1 {
  334. font-size: 26rpx;
  335. font-family: PingFangSC-Regular, PingFang SC;
  336. font-weight: 400;
  337. color: #666666;
  338. }
  339. }
  340. .right {
  341. width: 96rpx;
  342. height: 96rpx;
  343. position: relative;
  344. .img1 {
  345. width: 96rpx;
  346. height: 96rpx;
  347. border-radius: 100rpx;
  348. }
  349. .sex {
  350. position: absolute;
  351. bottom: 0;
  352. right: 4rpx;
  353. width: 24rpx;
  354. height: 24rpx;
  355. }
  356. }
  357. }
  358. .jieshao-user1::after {
  359. position: absolute;
  360. content: " ";
  361. width: 12rpx;
  362. height: 12rpx;
  363. background: #131415;
  364. border-radius: 100rpx;
  365. top: 16rpx;
  366. left: 0;
  367. }
  368. .jieshao-user2::after {
  369. position: absolute;
  370. content: " ";
  371. width: 12rpx;
  372. height: 12rpx;
  373. background: #0C66C2;
  374. border-radius: 100rpx;
  375. top: 16rpx;
  376. left: 0;
  377. }
  378. }
  379. .my-order-header {
  380. padding: 20rpx 24rpx 0 24rpx;
  381. position: sticky;
  382. top: 0;
  383. left: 0;
  384. z-index: 99;
  385. background-color: #fff;
  386. .order-tabs {
  387. height: 96rpx;
  388. width: 100%;
  389. white-space: nowrap;
  390. .tabs-item {
  391. display: inline-flex;
  392. height: 96rpx;
  393. margin: 0 18rpx;
  394. text:first-child {
  395. font-size: 26rpx;
  396. font-family: PingFangSC-Regular, PingFang SC;
  397. font-weight: 400;
  398. color: #444444;
  399. }
  400. text:last-child {
  401. width: 100%;
  402. height: 8rpx;
  403. border-radius: 4rpx;
  404. margin-top: -12rpx;
  405. position: relative;
  406. z-index: -1;
  407. }
  408. }
  409. .tabs-item1 {
  410. text:first-child {
  411. font-size: 26rpx;
  412. font-family: PingFangSC-Medium, PingFang SC;
  413. font-weight: 500;
  414. color: #141414;
  415. }
  416. text:last-child {
  417. background: linear-gradient(270deg, #0C66C2 0%, #FFFFFF 100%);
  418. }
  419. }
  420. }
  421. .header-search {
  422. height: 68rpx;
  423. background: #F3F3F3;
  424. border-radius: 38rpx;
  425. padding: 0 36rpx;
  426. .input {
  427. flex: 1;
  428. font-size: 28rpx;
  429. margin-left: 24rpx;
  430. }
  431. }
  432. }
  433. }
  434. page {
  435. background-color: #F3F3F3;
  436. }
  437. </style>