hx-order.vue 14 KB

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