hx-order.vue 12 KB

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