mingxi.vue 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. <template>
  2. <view class="page">
  3. <view class="" :style="{height:tab1==0?'356rpx':'175rpx'}"
  4. style="background: #fff;padding: 0 32rpx;border-bottom: 2rpx solid rgba(0, 0, 0, 0);">
  5. <u-navbar :fixed="false" bgColor='rgba(0,0,0,0)' placeholder :safeAreaInsetTop="true">
  6. <view class="index-header u-flex u-row-between" slot="center" style="position: relative;">
  7. <view class="" style="margin-left: -11rpx;">
  8. <u-tabs :current="tab1" :list="list4" lineWidth="42" lineHeight="5" :lineColor="bgImage"
  9. :activeStyle="{
  10. color: '#303133',
  11. fontWeight: 'bold',
  12. }" :inactiveStyle="{
  13. color: '#606266',
  14. }" itemStyle=" padding-right: 15px; height: 34px;" @click="TabsTop">
  15. </u-tabs>
  16. </view>
  17. </view>
  18. </u-navbar>
  19. <view v-if="tab1 ==0" class="search u-flex" style="margin-top: 20rpx;">
  20. <u-icon name="search"></u-icon>
  21. <input type="text" placeholder="请输入关键词搜索">
  22. </view>
  23. <view v-if="tab1 ==0" class="shaixuan u-flex u-row-between"
  24. style="margin-top: 20rpx;border-top:2rpx solid #f6f6f6 ;padding-top: 16rpx;">
  25. <view class="u-flex" @click="showtime = true">
  26. <text style="margin-right: 14rpx;">{{date || '选择时间'}}</text>
  27. <u-icon name="arrow-down-fill" size="16"></u-icon>
  28. </view>
  29. <view class="u-flex" @click="show = true">
  30. <text style="margin-right: 14rpx;">{{label}}</text>
  31. <u-icon name="arrow-down-fill" size="16"></u-icon>
  32. </view>
  33. </view>
  34. </view>
  35. <view class="content">
  36. <view class="list" v-if="tab1 == 0">
  37. <view class="" v-if="source_type == 'order'">
  38. <view class="">
  39. 订单编号:287910109281003
  40. </view>
  41. <view class="u-flex u-row-between"
  42. style="margin-top: 20rpx; border-top:2rpx solid #F6F6F6;padding-top: -18rpx;box-sizing: border-box;">
  43. <view class="left">
  44. <view class="top">
  45. <text class="left">
  46. 陈昂
  47. </text>
  48. <text class="right">
  49. Java高级工程师
  50. </text>
  51. </view>
  52. <view class="concent">
  53. <text class="left">佣金内容</text>
  54. <text class="right">协助完成面试</text>
  55. </view>
  56. <view class="concent u-flex">
  57. <text class="left">佣金金额</text>
  58. <view class="money">
  59. <text style="font: 24rpx;">¥</text>
  60. <text style="font-size: 32rpx;">200.00</text>
  61. </view>
  62. </view>
  63. </view>
  64. <view class="right">
  65. <view class="top">
  66. <text class="left">
  67. 职位负责人
  68. </text>
  69. <text class="right">
  70. 林景宁
  71. </text>
  72. </view>
  73. <view class="concent">
  74. <text class="left">offer时间</text>
  75. <text class="right">2023.03.12 12:43</text>
  76. </view>
  77. <view class="concent">
  78. <text class="left">过保时间</text>
  79. <text class="right">2023.03.12 12:43</text>
  80. </view>
  81. </view>
  82. </view>
  83. <view class="bottom u-flex u-row-between">
  84. <view class="left">
  85. <text>推荐时间:2023.03.23 12:30</text>
  86. </view>
  87. <view class="right">
  88. <text>佣金结算状态:未回款</text>
  89. </view>
  90. </view>
  91. </view>
  92. <view class="list1" v-if="source_type == 'invite'">
  93. <view class="">
  94. 订单编号:287910109281003
  95. </view>
  96. <view class="u-flex u-row-between">
  97. <view class="u-flex"
  98. style="border-top: 2rpx solid #F6F6F6;margin-top: 20rpx;padding-top: 20rpx;">
  99. <text style="margin-right: 16rpx;" class="title">猎头成单</text>
  100. <view class="back u-flex">
  101. <image style="width: 26rpx;height: 26rpx;margin-top: 3rpx;"
  102. src="static/images/dikou-tips.png" mode="">
  103. </image>
  104. <text class="font" style="margin-left: 12rpx;">订单疑问</text>
  105. </view>
  106. </view>
  107. <view class="money">
  108. <text style="font-size: 24rpx;">¥</text>
  109. <text style="font-size: 32rpx;">200.00</text>
  110. </view>
  111. </view>
  112. <view class="u-flex u-row-between" style="margin-top: 22rpx;">
  113. <text class="data">邀请日期 2023.03.12 12:4</text>
  114. <text class="data1">结算款时间:2023.03.12 12:</text>
  115. </view>
  116. </view>
  117. </view>
  118. <view class="" v-if="tab1 == 1">
  119. <u-subsection activeColor="#0C66C2" bgColor="#fff" :list="list2" :current="current" keyName="label"></u-subsection>
  120. </view>
  121. <view style="height: 70vh;justify-content: center;" class="u-flex" v-if="list.length == 0">
  122. <u-empty text="暂无数据" mode="list"></u-empty>
  123. </view>
  124. </view>
  125. <u-datetime-picker :show="showtime" mode="year-month" @confirm="changetime"
  126. @cancel="showtime = false"></u-datetime-picker>
  127. <u-picker :show="show" :columns="columns" keyName="label" @cancel="show = false" @confirm="enter"></u-picker>
  128. </view>
  129. </template>
  130. <script>
  131. import {
  132. commission_list
  133. } from "@/units/inquire.js"
  134. export default {
  135. data() {
  136. return {
  137. show: false,
  138. showtime: false,
  139. tab1: 0,
  140. current:"0",
  141. date: "",
  142. list: [],
  143. list2: [{
  144. label: '订单佣金',
  145. // 其他属性值
  146. source_type: "order"
  147. }, {
  148. label: '邀请佣金',
  149. source_type: "invite"
  150. }],
  151. source_type: "order",
  152. label: "订单佣金",
  153. columns: [
  154. [{
  155. label: '订单佣金',
  156. // 其他属性值
  157. source_type: "order"
  158. // ...
  159. }, {
  160. label: '邀请佣金',
  161. source_type: "invite"
  162. }]
  163. ],
  164. list4: [{
  165. name: "佣金明细"
  166. },
  167. {
  168. name: "提现记录"
  169. }
  170. ]
  171. }
  172. },
  173. onLoad() {
  174. this.commission_list()
  175. },
  176. computed: {
  177. bgImage() {
  178. return `url(${require('@/static/images/juxing.png')}) 100% 100%`
  179. }
  180. },
  181. methods: {
  182. enter(e) {
  183. this.label = e.value[0].label
  184. this.source_type = e.value[0].source_type
  185. this.show = false
  186. },
  187. async changetime(e) {
  188. const timeFormat = uni.$u.timeFormat;
  189. let timeValue = await timeFormat(e.value, 'yyyy-mm');
  190. this.date = timeValue;
  191. this.page = 1
  192. this.total = 0
  193. this.list = []
  194. this.commission_list()
  195. this.showtime = false
  196. },
  197. TabsTop(item) {
  198. this.tab1 = item.index
  199. },
  200. commission_list() {
  201. commission_list({
  202. source_type: this.source_type,
  203. job_name: "",
  204. is_confirm: "",
  205. begin_time: "",
  206. end_time: "",
  207. time_type: "",
  208. status: ""
  209. }).then(res => {
  210. console.log(res);
  211. this.list = res.data.data
  212. console.log(this.list.length);
  213. })
  214. }
  215. }
  216. }
  217. </script>
  218. <style lang="scss" scoped>
  219. .list1 {
  220. background: #FFFFFF;
  221. border-radius: 16rpx;
  222. .data {
  223. font-size: 24rpx;
  224. font-family: PingFangSC-Regular, PingFang SC;
  225. font-weight: 400;
  226. color: #888888;
  227. }
  228. .data1 {
  229. font-size: 24rpx;
  230. font-family: PingFangSC-Regular, PingFang SC;
  231. font-weight: 400;
  232. color: #222222;
  233. }
  234. .title {
  235. font-size: 32rpx;
  236. font-family: PingFangSC-Medium, PingFang SC;
  237. font-weight: 500;
  238. color: #222222;
  239. }
  240. .font {
  241. font-size: 24rpx;
  242. font-family: PingFangSC-Regular, PingFang SC;
  243. font-weight: 400;
  244. color: #fff;
  245. opacity: 1;
  246. }
  247. .back {
  248. background: #0C66C2;
  249. border-radius: 6rpx;
  250. padding: 4rpx 8rpx;
  251. opacity: 0.5;
  252. }
  253. .money {
  254. font-size: 24rpx;
  255. font-family: SFPro-Regular, SFPro;
  256. font-weight: 400;
  257. color: #F2413A;
  258. margin-left: 12rpx;
  259. }
  260. }
  261. .page {
  262. height: 100vh;
  263. .content {
  264. padding: 0 24rpx;
  265. background: #F3F3F3;
  266. min-height: 78vh;
  267. padding-top: 20rpx;
  268. .list {
  269. background: #FFFFFF;
  270. border-radius: 16rpx;
  271. padding: 20rpx;
  272. box-sizing: border-box;
  273. }
  274. }
  275. }
  276. .bottom {
  277. border-top: 2rpx solid #F6F6F6;
  278. margin-top: 18rpx;
  279. padding-top: 18rpx;
  280. box-sizing: border-box;
  281. .left {
  282. font-size: 24rpx;
  283. font-family: PingFangSC-Regular, PingFang SC;
  284. font-weight: 400;
  285. color: #555555;
  286. }
  287. .right {
  288. font-size: 24rpx;
  289. font-family: PingFangSC-Regular, PingFang SC;
  290. font-weight: 400;
  291. color: #999999;
  292. }
  293. }
  294. .right {
  295. .concent {
  296. .left {
  297. font-size: 24rpx;
  298. font-family: PingFangSC-Regular, PingFang SC;
  299. font-weight: 400;
  300. color: #222222;
  301. }
  302. .money {
  303. font-size: 24rpx;
  304. font-family: SFPro-Regular, SFPro;
  305. font-weight: 400;
  306. color: #F2413A;
  307. margin-left: 12rpx;
  308. }
  309. .right {
  310. margin-left: 12rpx;
  311. font-size: 24rpx;
  312. font-family: PingFangSC-Regular, PingFang SC;
  313. font-weight: 400;
  314. color: #555555;
  315. }
  316. }
  317. .top {
  318. .left {
  319. font-size: 24rpx;
  320. font-family: PingFangSC-Regular, PingFang SC;
  321. font-weight: 400;
  322. color: #555555;
  323. }
  324. .right {
  325. font-size: 24rpx;
  326. font-family: PingFangSC-Regular, PingFang SC;
  327. font-weight: 400;
  328. color: #555555;
  329. }
  330. }
  331. }
  332. .left {
  333. .concent {
  334. .left {
  335. font-size: 24rpx;
  336. font-family: PingFangSC-Regular, PingFang SC;
  337. font-weight: 400;
  338. color: #222222;
  339. }
  340. .money {
  341. font-size: 24rpx;
  342. font-family: SFPro-Regular, SFPro;
  343. font-weight: 400;
  344. color: #F2413A;
  345. margin-left: 12rpx;
  346. }
  347. .right {
  348. margin-left: 12rpx;
  349. font-size: 24rpx;
  350. font-family: PingFangSC-Regular, PingFang SC;
  351. font-weight: 400;
  352. color: #555555;
  353. }
  354. }
  355. .top {
  356. .left {
  357. height: 44rpx;
  358. font-size: 32rpx;
  359. font-family: PingFangSC-Medium, PingFang SC;
  360. font-weight: 500;
  361. color: #222222;
  362. }
  363. .right {
  364. margin-left: 12rpx;
  365. font-size: 24rpx;
  366. font-family: PingFangSC-Regular, PingFang SC;
  367. font-weight: 400;
  368. color: #141414;
  369. }
  370. }
  371. }
  372. .search {
  373. height: 68rpx;
  374. background: #F3F3F3;
  375. border-radius: 38rpx;
  376. padding: 14rpx 28rpx;
  377. box-sizing: border-box;
  378. }
  379. .index-header {
  380. padding: 0 32rpx;
  381. height: 50rpx;
  382. .index-search {
  383. width: 200rpx;
  384. height: 64rpx;
  385. background: #FFFFFF;
  386. border-radius: 20rpx;
  387. padding: 0 28rpx;
  388. .text1 {
  389. font-size: 24rpx;
  390. font-family: PingFangSC-Regular, PingFang SC;
  391. font-weight: 400;
  392. color: #999999;
  393. margin-left: 16rpx;
  394. }
  395. }
  396. }
  397. ::v-deep .u-navbar__content__left {
  398. padding: 0 !important;
  399. }
  400. </style>