hx-invite.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. <template>
  2. <view>
  3. <u-checkbox-group v-model="arralylist" placement="column" @change="checkboxChange">
  4. <view class="yong" style="margin-top: 20rpx;" v-for="(item,index) in list" :key="index">
  5. <view class="u-flex">
  6. <view class="" style="flex: 1;">
  7. <view class="u-flex u-row-between">
  8. <view class="order">
  9. 订单编号:{{item.order.order_no}}
  10. </view>
  11. <view class="deposit" v-if="item.withdraw_status == 'unapplied'">
  12. 未提现
  13. </view>
  14. <view style="color: rgba(250, 143, 0, 1);background-color:rgba(250, 143, 0, .1) ;" class="deposit" v-if="item.withdraw_status == 'withdrawing'">
  15. 提现中
  16. </view>
  17. <view style="color: rgba(53, 170, 31, 1);background-color:rgba(53, 170, 31, .1) ;" class="deposit" v-if="item.withdraw_status == 'success'">
  18. 已提现
  19. </view>
  20. </view>
  21. <view class="u-flex u-row-between dan" style="margin-top: 18rpx;">
  22. <view class="u-flex">
  23. <u-checkbox :name="index"
  24. :disabled="['unapplied','failed'].includes(item.withdraw_status)&&item.is_confirm==1?false : true">
  25. </u-checkbox>
  26. <view class="lietou">{{item.type_name}}</view>
  27. </view>
  28. <view class="red">
  29. <text style="24rpx">¥</text>
  30. <text style="32rpx">{{item.amount}}</text>
  31. </view>
  32. </view>
  33. </view>
  34. </view>
  35. <view class="u-flex u-row-between" style="margin-top:26rpx;">
  36. <text class="date">邀请日期 2023.03.12 12:4</text>
  37. <text class="date1"
  38. v-if="item.is_confirm==1">回款时间:{{item.confirm_time.slice(0,-3).replaceAll("-",".")}}</text>
  39. <text class="date1" v-if="item.is_confirm==0">回款时间:未回款</text>
  40. </view>
  41. </view>
  42. </u-checkbox-group>
  43. <view class="" style="height: 186rpx;background: #F3F3F3;"></view>
  44. <!-- <view class="safe-area-inset-bottom"></view> -->
  45. <view class="bottom-end">
  46. <u-checkbox-group @change="arraly" v-model="checkboxValue1">
  47. <view class="u-flex u-row-between" style="width: 100%;">
  48. <view class="u-flex">
  49. <u-checkbox :name="-2">
  50. </u-checkbox>
  51. <view class="">全选</view>
  52. </view>
  53. <view class="u-flex">
  54. <view class="">
  55. <text class="jine">金额</text>
  56. <text class="red" style="font-size: 24rpx;margin-left: 12rpx;">¥</text>
  57. <text class="red" style="font-size: 36rpx;">{{alla}}</text>
  58. <text class="red" style="font-size: 24rpx;">.00</text>
  59. </view>
  60. <view class="btn" @click="totixian" style="margin-left: 20rpx;">
  61. 立即提现
  62. </view>
  63. </view>
  64. </view>
  65. <view class="safe-area-inset-bottom"></view>
  66. </u-checkbox-group>
  67. </view>
  68. </view>
  69. </template>
  70. <script>
  71. import {
  72. commission_list
  73. } from "@/units/inquire.js"
  74. export default {
  75. data() {
  76. return {
  77. arralylist: [],
  78. checkboxValue1: [],
  79. money: 200.00,
  80. show: false,
  81. showtime: false,
  82. current: 1,
  83. date: "",
  84. all: "",
  85. moneylist: [],
  86. list: [],
  87. allist: [],
  88. list2: [{
  89. label: '订单佣金',
  90. // 其他属性值
  91. source_type: "order"
  92. }, {
  93. label: '邀请佣金',
  94. source_type: "invite"
  95. }],
  96. alllll: 0,
  97. source_type: "order",
  98. label: "订单佣金",
  99. columns: [
  100. [{
  101. label: '订单佣金',
  102. // 其他属性值
  103. source_type: "order"
  104. // ...
  105. }, {
  106. label: '邀请佣金',
  107. source_type: "invite"
  108. }]
  109. ],
  110. list4: [{
  111. name: "佣金明细"
  112. },
  113. {
  114. name: "提现记录"
  115. }
  116. ],
  117. list5: [],
  118. list6: [],
  119. page: 1,
  120. total: 0,
  121. }
  122. },
  123. created() {
  124. this.commission_list()
  125. },
  126. onReachBottom() {
  127. if (this.total != this.list.length) {
  128. this.page++
  129. this.commission_list()
  130. }
  131. },
  132. computed: {
  133. alla() {
  134. var arr = 0
  135. if (this.arralylist.length == this.list5.length) {
  136. this.checkboxValue1 = [-2]
  137. } else {
  138. this.checkboxValue1 = []
  139. }
  140. this.arralylist.forEach(item => {
  141. arr += Number(this.list[item].amount)
  142. })
  143. return arr
  144. },
  145. bgImage() {
  146. return `url(${require('@/static/images/juxing.png')}) 100% 100%`
  147. }
  148. },
  149. methods: {
  150. totixian() {
  151. var id_list = []
  152. this.list.forEach((item, index) => {
  153. if (this.arralylist.indexOf(index) != -1) {
  154. id_list.push(item.id)
  155. }
  156. })
  157. var ids = id_list.join()
  158. if (this.alla > 0) {
  159. uni.navigateTo({
  160. url: "/pagesD/tixian?money=" + this.alla + "&current=" + this.current + "&ids=" + ids
  161. })
  162. } else {
  163. this.$u.toast("提现金额必须大于0")
  164. }
  165. },
  166. ally() {
  167. this.list.forEach((item, index) => {
  168. this.allist.push(index)
  169. })
  170. },
  171. arraly(n) {
  172. if (n.length > 0) {
  173. this.arralylist = []
  174. this.list.forEach((item, index) => {
  175. if (item.is_confirm == 1 && ['unapplied', 'failed'].includes(item.withdraw_status)) {
  176. this.arralylist.push(index)
  177. }
  178. })
  179. console.log(this.arralylist);
  180. // this.arralylist = this.checkboxValue1
  181. }
  182. if (n.length == 0) {
  183. this.arralylist = []
  184. }
  185. },
  186. checkboxChange(n) {
  187. this.arralylist = n
  188. // if (this.arralylist.length == this.list5.length) {
  189. // this.name1 = -2
  190. // }
  191. if (this.arralylist.length == this.list5.length) {
  192. this.checkboxValue1 = [-2]
  193. } else {
  194. this.checkboxValue1 = []
  195. }
  196. },
  197. return1() {
  198. uni.navigateBack()
  199. },
  200. enter(e) {
  201. this.label = e.value[0].label
  202. this.source_type = e.value[0].source_type
  203. this.show = false
  204. },
  205. async changetime(e) {
  206. const timeFormat = uni.$u.timeFormat;
  207. let timeValue = await timeFormat(e.value, 'yyyy-mm');
  208. this.date = timeValue;
  209. this.page = 1
  210. this.total = 0
  211. this.list = []
  212. this.commission_list()
  213. this.showtime = false
  214. },
  215. commission_list() {
  216. commission_list({
  217. page: 1,
  218. source_type: "invite",
  219. job_name: "",
  220. is_confirm: "",
  221. begin_time: "",
  222. end_time: "",
  223. time_type: "",
  224. // status: "unapplied"
  225. }).then(res => {
  226. if (this.page == 1) {
  227. this.list = res.data.data
  228. } else {
  229. this.list = this.list.concat(res.data.data)
  230. console.log(this.list);
  231. }
  232. res.data.data.forEach(item => {
  233. if (item.is_confirm == 1) {
  234. this.list5.push(item)
  235. }
  236. })
  237. // this.ally()
  238. })
  239. }
  240. },
  241. }
  242. </script>
  243. <style lang="scss" scoped>
  244. .btn {
  245. width: 184rpx;
  246. height: 72rpx;
  247. background: #0C66C2;
  248. border-radius: 12rpx;
  249. font-size: 30rpx;
  250. font-family: PingFangSC, PingFang SC;
  251. font-weight: 400;
  252. color: #FFFFFF;
  253. line-height: 72rpx;
  254. text-align: center;
  255. }
  256. .jine {
  257. font-size: 24rpx;
  258. font-family: PingFangSC, PingFang SC;
  259. font-weight: 400;
  260. color: #444444;
  261. }
  262. .red {
  263. font-family: JDZhengHT, JDZhengHT;
  264. font-weight: 400;
  265. color: #F2413A;
  266. }
  267. .bottom-end {
  268. width: 750rpx;
  269. height: 166rpx;
  270. background: #FFFFFF;
  271. padding: 16rpx 32rpx 0;
  272. position: fixed;
  273. bottom: 0;
  274. left: 0;
  275. box-sizing: border-box;
  276. }
  277. .date {
  278. font-size: 24rpx;
  279. font-family: PingFangSC-Regular, PingFang SC;
  280. font-weight: 400;
  281. color: #888888;
  282. }
  283. .date1 {
  284. font-size: 24rpx;
  285. font-family: SFPro-Regular, SFPro;
  286. font-weight: 400;
  287. color: #222222;
  288. }
  289. .red {
  290. font-family: JDZhengHT-Regular, JDZhengHT;
  291. font-weight: 400;
  292. color: #F2413A;
  293. }
  294. .lietou {
  295. font-size: 32rpx;
  296. font-family: PingFangSC-Medium, PingFang SC;
  297. font-weight: 500;
  298. color: #222222;
  299. }
  300. .dan {
  301. margin-top: 20rpx;
  302. border-top: 2rpx solid #F6F6F6;
  303. padding-top: 18rpx;
  304. }
  305. .deposit {
  306. border-radius: 6rpx;
  307. background-color: rgba(12, 102, 194, 0.1);
  308. font-size: 24rpx;
  309. font-family: PingFangSC-Regular, PingFang SC;
  310. font-weight: 400;
  311. color: #0C66C2;
  312. padding: 6rpx;
  313. }
  314. .order {
  315. font-size: 24rpx;
  316. font-family: SFPro-Regular, SFPro;
  317. font-weight: 400;
  318. color: #666666;
  319. }
  320. .yong {
  321. background: #FFFFFF;
  322. border-radius: 16rpx;
  323. padding: 20rpx 20rpx 26rpx;
  324. box-sizing: border-box;
  325. .top {
  326. .left {
  327. font-size: 24rpx;
  328. font-family: PingFangSC-Regular, PingFang SC;
  329. font-weight: 400;
  330. color: #555555;
  331. }
  332. .right {
  333. font-family: SFPro-Regular, SFPro;
  334. font-weight: 400;
  335. color: #F2413A;
  336. }
  337. }
  338. .leftf {
  339. font-size: 26rpx;
  340. font-family: PingFangSC-Regular, PingFang SC;
  341. font-weight: 400;
  342. color: #555555;
  343. margin-top: 20rpx;
  344. }
  345. .leftff {
  346. font-size: 26rpx;
  347. font-family: PingFangSC-Regular, PingFang SC;
  348. font-weight: 400;
  349. color: #555555;
  350. }
  351. }
  352. .list1 {
  353. background: #FFFFFF;
  354. border-radius: 16rpx;
  355. .data {
  356. font-size: 24rpx;
  357. font-family: PingFangSC-Regular, PingFang SC;
  358. font-weight: 400;
  359. color: #888888;
  360. }
  361. .data1 {
  362. font-size: 24rpx;
  363. font-family: PingFangSC-Regular, PingFang SC;
  364. font-weight: 400;
  365. color: #222222;
  366. }
  367. .title {
  368. font-size: 32rpx;
  369. font-family: PingFangSC-Medium, PingFang SC;
  370. font-weight: 500;
  371. color: #222222;
  372. }
  373. .font {
  374. font-size: 24rpx;
  375. font-family: PingFangSC-Regular, PingFang SC;
  376. font-weight: 400;
  377. color: #fff;
  378. opacity: 1;
  379. }
  380. .back {
  381. background: #0C66C2;
  382. border-radius: 6rpx;
  383. padding: 4rpx 8rpx;
  384. opacity: 0.5;
  385. }
  386. .money {
  387. font-size: 24rpx;
  388. font-family: SFPro-Regular, SFPro;
  389. font-weight: 400;
  390. color: #F2413A;
  391. margin-left: 12rpx;
  392. }
  393. }
  394. .page {
  395. height: 100vh;
  396. .content {
  397. padding: 0 24rpx;
  398. background: #F3F3F3;
  399. min-height: 78vh;
  400. padding-top: 20rpx;
  401. min-height: 100vh;
  402. box-sizing: border-box;
  403. .list {
  404. background: #FFFFFF;
  405. border-radius: 16rpx;
  406. padding: 20rpx;
  407. box-sizing: border-box;
  408. }
  409. }
  410. }
  411. .bottom {
  412. border-top: 2rpx solid #F6F6F6;
  413. margin-top: 18rpx;
  414. padding-top: 18rpx;
  415. box-sizing: border-box;
  416. .left {
  417. font-size: 24rpx;
  418. font-family: PingFangSC-Regular, PingFang SC;
  419. font-weight: 400;
  420. color: #555555;
  421. }
  422. .right {
  423. font-size: 24rpx;
  424. font-family: PingFangSC-Regular, PingFang SC;
  425. font-weight: 400;
  426. color: #999999;
  427. }
  428. }
  429. .right {
  430. .concent {
  431. .left {
  432. font-size: 24rpx;
  433. font-family: PingFangSC-Regular, PingFang SC;
  434. font-weight: 400;
  435. color: #222222;
  436. }
  437. .money {
  438. font-size: 24rpx;
  439. font-family: SFPro-Regular, SFPro;
  440. font-weight: 400;
  441. color: #F2413A;
  442. margin-left: 12rpx;
  443. }
  444. .right {
  445. margin-left: 12rpx;
  446. font-size: 24rpx;
  447. font-family: PingFangSC-Regular, PingFang SC;
  448. font-weight: 400;
  449. color: #555555;
  450. }
  451. }
  452. .top {
  453. .left {
  454. font-size: 24rpx;
  455. font-family: PingFangSC-Regular, PingFang SC;
  456. font-weight: 400;
  457. color: #555555;
  458. }
  459. .right {
  460. font-size: 24rpx;
  461. font-family: PingFangSC-Regular, PingFang SC;
  462. font-weight: 400;
  463. color: #555555;
  464. display: inline-block;
  465. width: 170rpx;
  466. overflow: hidden;
  467. text-overflow: ellipsis;
  468. white-space: nowrap;
  469. }
  470. }
  471. }
  472. .left {
  473. // width: 300rpx;
  474. // overflow: hidden;
  475. // text-overflow: ellipsis;
  476. // white-space: nowrap;
  477. .concent {
  478. .left {
  479. font-size: 24rpx;
  480. font-family: PingFangSC-Regular, PingFang SC;
  481. font-weight: 400;
  482. color: #222222;
  483. }
  484. .money {
  485. font-size: 24rpx;
  486. font-family: SFPro-Regular, SFPro;
  487. font-weight: 400;
  488. color: #F2413A;
  489. margin-left: 12rpx;
  490. }
  491. .right {
  492. margin-left: 12rpx;
  493. font-size: 24rpx;
  494. font-family: PingFangSC-Regular, PingFang SC;
  495. font-weight: 400;
  496. color: #555555;
  497. }
  498. }
  499. .top {
  500. .left {
  501. height: 44rpx;
  502. font-size: 32rpx;
  503. font-family: PingFangSC-Medium, PingFang SC;
  504. font-weight: 500;
  505. color: #222222;
  506. }
  507. .right {
  508. margin-left: 12rpx;
  509. font-size: 24rpx;
  510. font-family: PingFangSC-Regular, PingFang SC;
  511. font-weight: 400;
  512. color: #141414;
  513. overflow: hidden;
  514. text-overflow: ellipsis;
  515. white-space: nowrap;
  516. width: 220rpx;
  517. display: inline-block;
  518. }
  519. }
  520. }
  521. .search {
  522. height: 68rpx;
  523. background: #F3F3F3;
  524. border-radius: 38rpx;
  525. padding: 14rpx 28rpx;
  526. box-sizing: border-box;
  527. }
  528. .index-header {
  529. padding: 0 32rpx;
  530. height: 50rpx;
  531. .index-search {
  532. width: 200rpx;
  533. height: 64rpx;
  534. background: #FFFFFF;
  535. border-radius: 20rpx;
  536. padding: 0 28rpx;
  537. .text1 {
  538. font-size: 24rpx;
  539. font-family: PingFangSC-Regular, PingFang SC;
  540. font-weight: 400;
  541. color: #999999;
  542. margin-left: 16rpx;
  543. }
  544. }
  545. }
  546. ::v-deep .u-navbar__content__left {
  547. padding: 0 !important;
  548. }
  549. // ::v-deep .u-subsection__item{
  550. // border-radius: 38rpx;
  551. // }
  552. // ::v-deep .u-subsection--subsection{
  553. // border-radius: 76rpx;
  554. // }
  555. </style>