hx-invite.vue 11 KB

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