yongjin.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. <template>
  2. <view class="dikou">
  3. <view class="dikou-header u-flex u-row-between u-col-top">
  4. <image src="static/images/yjbg.png" class="header-img" mode=""></image>
  5. <text class="top-font" @click="tobank">银行卡</text>
  6. <view class="header-item u-flex-1 u-flex-col">
  7. <view class="item-top u-flex">
  8. <text>佣金余额</text>
  9. <image style="margin-left: 10rpx;" src="static/images/dikou-tips.png" mode=""></image>
  10. </view>
  11. <view class="item-price u-flex u-row-between"
  12. style="border-bottom: 2rpx solid rgba(255,255,255,0.2);padding-bottom: 32rpx;">
  13. <view class="u-flex">
  14. {{sum || '0.00'}}元
  15. <text style="margin-left: 20rpx;margin-right: 8rpx;" @click.stop="mingxi"
  16. class="fontm">佣金明细</text>
  17. <u-icon name="arrow-right" size="9" color="#fff"></u-icon>
  18. </view>
  19. <!-- <image style="margin-left: 20rpx;" @click="totixian" src="static/images/dikou-tixian.png"
  20. class="item-tixian" mode=""></image> -->
  21. <view class="tixian" @click="totixian">
  22. 提现
  23. </view>
  24. </view>
  25. <!-- <view class="u-flex">
  26. <view class="left">
  27. <text class="top">订单佣金</text>
  28. <view class="bottom">
  29. {{order || '0.00'}}
  30. </view>
  31. </view>
  32. <view class="right">
  33. <text class="top">邀请佣金</text>
  34. <view class="bottom">
  35. {{invite || '0.00'}}
  36. </view>
  37. </view>
  38. </view> -->
  39. <view class="u-flex" style="margin-top: 30rpx;">
  40. <view class="" style="border-right: 1rpx solid rgba(255,255,255, 0.2);min-width: 170rpx;">
  41. <view class="fontm">订单佣金</view>
  42. <view class="bottom">{{Number(order).toFixed(2) || '0.00'}}</view>
  43. </view>
  44. <view class="" style="margin-left: 70rpx;">
  45. <view class="fontm">待结算订单佣金</view>
  46. <view class="bottom">{{Number(order_un_confirm).toFixed(2) || '0.00'}}</view>
  47. </view>
  48. <view class="" style="margin-left: 60rpx;">
  49. <view class="fontm">已结算订单佣金</view>
  50. <view class="bottom">{{Number(order_confirm).toFixed(2) || '0.00'}}</view>
  51. </view>
  52. </view>
  53. <view class="u-flex" style="margin-top: 30rpx;">
  54. <view class="" style="border-right: 1rpx solid rgba(255,255,255, 0.2);min-width: 170rpx;">
  55. <view class="fontm">邀请佣金</view>
  56. <view class="bottom">{{Number(invite).toFixed(2) || '0.00'}}</view>
  57. </view>
  58. <view class="" style="margin-left: 70rpx;">
  59. <view class="fontm">待结算邀请佣金</view>
  60. <view class="bottom">{{Number(invite_un_confirm).toFixed(2) || '0.00'}}</view>
  61. </view>
  62. <view class="" style="margin-left: 60rpx;">
  63. <view class="fontm">已结算邀请佣金</view>
  64. <view class="bottom">{{Number(invite_confirm).toFixed(2) || '0.00'}}</view>
  65. </view>
  66. </view>
  67. </view>
  68. <!-- <view class="header-item u-flex-1 u-flex-col " style="justify-content: center;">
  69. <view class="box">
  70. <view class="u-flex top1" style="">
  71. <text class="fontm" style="margin-right: 8rpx;min-width: 100rpx;"
  72. @click.stop="mingxi">佣金明细</text>
  73. <u-icon name="play-right-fill" style="transform: rotate(90deg);" color="#fff"
  74. size="12"></u-icon>
  75. </view>
  76. <view class="u-flex bottom1" style="">
  77. <text class="fontm" style="margin-right: 8rpx;min-width: 100rpx;" @click="tobank">银行卡</text>
  78. <u-icon name="play-right-fill" color="#fff" size="12"></u-icon>
  79. </view>
  80. </view>
  81. </view> -->
  82. </view>
  83. <view class="" style="height: 120rpx;"></view>
  84. <view class="dikou-list">
  85. <view class="list-header u-flex u-row-between">
  86. <view class="header-title u-flex-col">
  87. <text>收支明细</text>
  88. <text></text>
  89. </view>
  90. <view class="list-time u-flex" @click="workBtn()">
  91. <text class="text1">{{date || '选择时间'}}</text>
  92. <u-icon name="arrow-down-fill" size="9"></u-icon>
  93. </view>
  94. </view>
  95. <view class="list-item u-flex u-row-between" v-for="(item,index) in list" :key="index"
  96. v-if="list.length > 0">
  97. <view class="u-flex-col">
  98. <!-- <text v-if="item.souce_type=='invite'||item.souce_type=='order'"
  99. class="text1">{{item.source_type_name}}入账</text>
  100. <text v-else class="text1">佣金提现</text>
  101. <text class="text2">{{item.createtime}}</text> -->
  102. <text class="text1">{{item.source_type_name}}</text>
  103. <text class="text2">{{item.createtime}}</text>
  104. </view>
  105. <text class="text3" v-if="item.type=='income'" style="color: #35AA1F;">{{item.amount}}</text>
  106. <text class="text3" v-else style="color: #E02020;">{{item.amount}}</text>
  107. </view>
  108. <view style="height: 61vh;justify-content: center;" class="u-flex" v-if="list.length == 0">
  109. <u-empty text="暂无数据" mode="list"></u-empty>
  110. </view>
  111. </view>
  112. <u-datetime-picker ref="pickers" :show="showtime" mode="year-month" @confirm="changetime"
  113. @cancel="close()"></u-datetime-picker>
  114. </view>
  115. </template>
  116. <script>
  117. import {
  118. getBank,
  119. commission_list,
  120. index,
  121. commission_data,
  122. commission_log_list
  123. } from "@/units/inquire.js"
  124. export default {
  125. data() {
  126. return {
  127. order_un_confirm: "", //rm //订单待结算佣金
  128. order_confirm: "", ////订单已经结算佣金
  129. invite_un_confirm: "", //irm //订单待结算佣金
  130. invite_confirm: "", // //订单待结算佣金
  131. order: '0.00',
  132. sum: '0.00',
  133. invite: '0.00',
  134. page: 1,
  135. list: [],
  136. total: 0,
  137. date: '',
  138. showtime: false,
  139. bankdata: {},
  140. }
  141. },
  142. onShow() {
  143. this.getuser()
  144. this.page = 1
  145. this.total = 0
  146. this.list = []
  147. this.getlist()
  148. this.getdata()
  149. this.getBank()
  150. },
  151. onReachBottom() {
  152. if (this.total != this.list.length) {
  153. this.page++
  154. this.getlist()
  155. }
  156. },
  157. methods: {
  158. workBtn() {
  159. this.showtime = true
  160. this.$refs.pickers.innerValue = new Date(1672502400000).getTime()
  161. },
  162. mingxi() {
  163. uni.navigateTo({
  164. url: "/pagesD/mingxi"
  165. })
  166. },
  167. close() {
  168. this.showtime = false
  169. },
  170. getBank() {
  171. getBank().then(res => {
  172. this.bankdata = res.data || {}
  173. })
  174. },
  175. async changetime(e) {
  176. const timeFormat = uni.$u.timeFormat;
  177. let timeValue = await timeFormat(e.value, 'yyyy-mm');
  178. this.date = timeValue;
  179. this.page = 1
  180. this.total = 0
  181. this.list = []
  182. this.getlist()
  183. this.showtime = false
  184. },
  185. getdata() {
  186. commission_data().then(res => {
  187. if (res.code == 1) {
  188. this.invite = res.data.invite //邀请
  189. this.order = res.data.order //订单
  190. this.sum = res.data.sum //余额
  191. this.order_un_confirm = res.data.order_un_confirm //订单待结算佣金
  192. this.order_confirm = res.data.order_confirm //订单已经结算佣金
  193. this.invite_un_confirm = res.data.invite_un_confirm //订单待结算佣金
  194. this.invite_confirm = res.data.invite_confirm //订单待结算佣金
  195. } else {
  196. this.$u.toast(res.msg)
  197. }
  198. })
  199. },
  200. getlist() {
  201. commission_log_list({
  202. date: this.date,
  203. page: this.page
  204. }).then(res => {
  205. this.list = this.list.concat(res.data.data)
  206. this.total = res.data.total
  207. })
  208. },
  209. getuser() {
  210. index().then(res => {
  211. this.money = res.data.money
  212. })
  213. },
  214. tobank() {
  215. uni.navigateTo({
  216. url: "/pagesD/bank-card"
  217. })
  218. },
  219. totixian() {
  220. console.log(this.bankdata);
  221. if (this.bankdata.bank_name && this.bankdata.bank_no) {
  222. uni.navigateTo({
  223. url: "/pagesD/tixian1"
  224. })
  225. } else {
  226. uni.navigateTo({
  227. url: "/pagesD/bank-card"
  228. })
  229. }
  230. }
  231. }
  232. }
  233. </script>
  234. <style lang="scss">
  235. .top-font {
  236. font-size: 20rpx;
  237. font-family: PingFangSC, PingFang SC;
  238. font-weight: 400;
  239. color: #FFFFFF;
  240. position: absolute;
  241. top: 8rpx;
  242. left: 610rpx;
  243. }
  244. .box {
  245. width: 172rpx;
  246. height: 188rpx;
  247. background: rgba(161, 208, 255, 0.2);
  248. border-radius: 16rpx;
  249. backdrop-filter: blur(3px);
  250. padding: 42rpx 28rpx;
  251. text-align: center;
  252. box-sizing: border-box;
  253. margin-left: 66rpx;
  254. margin-top: 30rpx;
  255. }
  256. .fontm {
  257. font-size: 20rpx;
  258. font-family: PingFangSC, PingFang SC;
  259. font-weight: 400;
  260. color: #FFFFFF;
  261. }
  262. .top1 {
  263. margin-bottom: 20rpx;
  264. }
  265. .bottom1 {
  266. border-top: 1rpx solid #FFFFFF;
  267. padding-top: 20rpx;
  268. }
  269. .dikou {
  270. padding: 0 20rpx;
  271. box-sizing: border-box;
  272. .dikou-list {
  273. // width: 686rpx;
  274. background: #FFFFFF;
  275. border-radius: 20rpx;
  276. margin-top: 20rpx;
  277. padding: 0 28rpx;
  278. .list-item {
  279. padding: 30rpx 0;
  280. border-bottom: 2rpx solid #F0F0F0;
  281. min-height: 61rpx;
  282. .text3 {
  283. font-size: 32rpx;
  284. font-family: JDZhengHT-Regular, JDZhengHT;
  285. font-weight: 400;
  286. }
  287. .text1 {
  288. font-size: 30rpx;
  289. font-family: PingFangSC-Regular, PingFang SC;
  290. font-weight: 400;
  291. color: #333333;
  292. margin-bottom: 12rpx;
  293. }
  294. .text2 {
  295. font-size: 24rpx;
  296. font-family: SFPro-Regular, SFPro;
  297. font-weight: 400;
  298. color: #222222;
  299. }
  300. }
  301. .list-header {
  302. padding: 28rpx 0 20rpx 0;
  303. .list-time {
  304. .text1 {
  305. font-size: 32rpx;
  306. font-family: SFPro-Regular, SFPro;
  307. font-weight: 400;
  308. color: #222222;
  309. margin-right: 8rpx;
  310. }
  311. }
  312. .header-title {
  313. text:first-child {
  314. font-size: 32rpx;
  315. font-family: PingFangSC-Medium, PingFang SC;
  316. font-weight: 500;
  317. position: relative;
  318. z-index: 1;
  319. }
  320. text:last-child {
  321. width: 120rpx;
  322. height: 8rpx;
  323. background: linear-gradient(270deg, #0C66C2 0%, #FFFFFF 100%);
  324. border-radius: 6rpx;
  325. margin-top: -14rpx;
  326. margin-right: -20rpx;
  327. }
  328. }
  329. }
  330. }
  331. .bottom {
  332. font-size: 28rpx;
  333. font-family: JDZhengHT-Regular, JDZhengHT;
  334. font-weight: 400;
  335. color: #FFFFFF;
  336. }
  337. .dikou-header {
  338. margin: 20rpx auto;
  339. width: 686rpx;
  340. height: 264rpx;
  341. position: relative;
  342. z-index: 1;
  343. padding: 32rpx 0 0 0;
  344. .header-item {
  345. padding: 0 32rpx 0 32rpx;
  346. .left {
  347. .top {
  348. font-size: 20rpx;
  349. font-family: PingFangSC-Light, PingFang SC;
  350. font-weight: 300;
  351. color: #FFFFFF;
  352. }
  353. .bottom {
  354. font-size: 28rpx;
  355. font-family: JDZhengHT-Regular, JDZhengHT;
  356. font-weight: 400;
  357. color: #FFFFFF;
  358. }
  359. }
  360. .right {
  361. margin-left: 72rpx;
  362. .top {
  363. font-size: 20rpx;
  364. font-family: PingFangSC-Light, PingFang SC;
  365. font-weight: 300;
  366. color: #FFFFFF;
  367. }
  368. .bottom {
  369. font-size: 28rpx;
  370. font-family: JDZhengHT-Regular, JDZhengHT;
  371. font-weight: 400;
  372. color: #FFFFFF;
  373. }
  374. }
  375. .item-tixian {
  376. width: 108rpx;
  377. height: 48rpx;
  378. }
  379. .item-price {
  380. font-size: 52rpx;
  381. font-family: JDZhengHT-Regular, JDZhengHT;
  382. font-weight: 400;
  383. color: #FFFFFF;
  384. margin-bottom: 20rpx;
  385. }
  386. .item-top {
  387. margin-bottom: 20rpx;
  388. text {
  389. font-size: 26rpx;
  390. font-family: PingFangSC-Regular, PingFang SC;
  391. font-weight: 400;
  392. color: #FFFFFF;
  393. margin-right: 8rpx;
  394. }
  395. image {
  396. width: 28rpx;
  397. height: 28rpx;
  398. }
  399. }
  400. }
  401. .header-img {
  402. width: 686rpx;
  403. height: 416rpx;
  404. position: absolute;
  405. top: 0;
  406. left: 0;
  407. z-index: -1;
  408. }
  409. }
  410. }
  411. .tixian {
  412. width: 148rpx;
  413. height: 56rpx;
  414. background: #FFFFFF;
  415. border-radius: 28rpx;
  416. font-size: 26rpx;
  417. font-family: PingFangSC, PingFang SC;
  418. font-weight: 500;
  419. color: #0C66C2;
  420. line-height: 56rpx;
  421. text-align: center;
  422. }
  423. page {
  424. background-color: #F3F3F3;
  425. }
  426. </style>