my-order.vue 11 KB

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