my-order.vue 11 KB

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