my-order.vue 11 KB

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