companybill.vue 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030
  1. <template>
  2. <view class="">
  3. <view class="" style="width: 750rpx;height: 50rpx;">
  4. </view>
  5. <view class="topname">
  6. <view class="topname1" @click="goback">
  7. <u-icon name="arrow-left" color="#000000" size="36"></u-icon>
  8. </view>
  9. <view class="topname2">
  10. {{ this.fatherparameter.name}}
  11. </view>
  12. </view>
  13. <view class="subsection">
  14. <u-subsection :list="list" :current="current" @change="sectionChange"></u-subsection>
  15. </view>
  16. <!-- 列表 -->
  17. <!-- 账单明细 -->
  18. <view class="" v-show="cdshow==true">
  19. <!-- 日期选择器 -->
  20. <view class="topbilledit">
  21. <view class="changetime1">
  22. <picker mode="date" :value="dataForm.costCycle" fields="month" @change="dateChange">
  23. <view class="selestDate">{{dataForm.costCycle}}</view>
  24. </picker>
  25. </view>
  26. <view class="changetime2">
  27. <u-icon name="arrow-down-fill" color="#666666" size="20"></u-icon>
  28. </view>
  29. </view>
  30. <view class="nodata" v-if="nodata==true" >
  31. 暂无数据
  32. </view>
  33. <view class="yesdata" v-if="nodata==false">
  34. <view class="onerecord">
  35. 共有 <span>1</span>条记录
  36. </view>
  37. <view class="records">
  38. <view class="records1">
  39. 待支付
  40. </view>
  41. <view class="Currentamount">
  42. 物业费: <span>¥{{zddata.amount}}</span>
  43. </view>
  44. <view class="Currentamount">
  45. 管理费:¥ {{zddata.glf}}
  46. </view>
  47. <view class="Currentamount">
  48. 中央空调使用费:¥ {{zddata.ktf}}
  49. </view>
  50. <view class="Currentamount">
  51. 电梯费:¥ {{zddata.dtf}}
  52. </view>
  53. </view>
  54. </view>
  55. </view>
  56. <!-- 缴费记录 -->
  57. <view class="" v-show="cdshow==false">
  58. <view class="topbilledit" @click="typechange">
  59. <view class="changetime1">
  60. {{expensedata}}
  61. </view>
  62. <view class="changetime2">
  63. <u-icon name="arrow-down-fill" color="#666666" size="20"></u-icon>
  64. </view>
  65. </view>
  66. <!-- 列表 -->
  67. <view class="nodata" v-if="jfnodata==true" >
  68. 暂无数据
  69. </view>
  70. <view class="u-listdata" v-if="jfnodata==false">
  71. <view style="padding:10rpx 0 0 30rpx">
  72. 共有 <span style="color: red">{{totalnumber}}</span>条记录
  73. </view>
  74. <u-list @scrolltolower="scrolltolower" :pagingEnabled='true'>
  75. <u-list-item v-for="(item, index) in indexList" :key="index">
  76. <view class="companylist" >
  77. <view class="settled" v-if="item.status==1">
  78. 预存
  79. </view>
  80. <h3>{{item.tenantInfo.name}}</h3>
  81. <view class="Currentamount1">
  82. 扣缴金额: <span>¥{{item.amount}}</span>
  83. </view>
  84. <view class="Currentamount1">
  85. 账户余额: {{item.surplus}}
  86. </view>
  87. <view class="Currentamount1">
  88. 租户电话:¥{{item.tenantInfo.tel}}
  89. </view>
  90. <view class="Currentamount1">
  91. 操作人: {{item.creator}}
  92. </view>
  93. <view class="Currentamount1">
  94. 扣缴时间: {{item.createDate}}
  95. </view>
  96. </view>
  97. </u-list-item>
  98. </u-list>
  99. </view>
  100. </view>
  101. <view class="dibu" v-show="dibucaidan">
  102. <view class="yucun">
  103. <u-button type="success" text="预存" @click="prestore('预存')"></u-button>
  104. </view>
  105. <view class="yucun">
  106. <u-button type="primary" text="补助" @click="prestore('补助')"></u-button>
  107. </view>
  108. <!-- <view class="yucun">
  109. <u-button type="error" text="退费" @click="prestore('退费')"></u-button>
  110. </view> -->
  111. </view>
  112. <u-picker :show="showtype" :itemHeight="80" :columns="columnstype" keyName="dictLabel" @confirm="confirmtype" @cancel='canceltype'> </u-picker>
  113. <u-popup :show="showpayjine" @close="closepay1" @open="openpay1" mode="bottom" :round="10" :closeable=true :closeOnClickOverlay=true>
  114. <view class="paytall1">
  115. <!-- <text>请选择支付方式</text> -->
  116. <view class="hejitop">
  117. {{prestorename}}
  118. </view>
  119. <view class="zhifufs">
  120. <u--form
  121. labelWidth="100"
  122. labelPosition="left"
  123. :model="model1"
  124. :rules="rules"
  125. ref="uForm"
  126. >
  127. <u-form-item
  128. label="金额"
  129. prop="userInfo.amount"
  130. borderBottom
  131. ref="item1"
  132. >
  133. <u--input
  134. v-model="model1.userInfo.amount"
  135. border="none"
  136. ></u--input>
  137. </u-form-item>
  138. </u--form>
  139. </view>
  140. <view style="margin: 0 30rpx;">
  141. <u-button type="primary" text="确定" @click="Confirmationpaymentjine"></u-button>
  142. </view>
  143. </view>
  144. </u-popup>
  145. <view class="canys" v-if="zhifucanvas">
  146. <h4>请用微信扫码二维码</h4>
  147. <canvas class="zhifucanvas" canvas-id='canvas'></canvas>
  148. <view class="guanbi">
  149. <u-button type="primary" :plain="true" text="关闭" @click="guanbi"></u-button>
  150. </view>
  151. </view>
  152. <u-notify ref="uNotify" message="" ></u-notify>
  153. </view>
  154. </template>
  155. <script>
  156. import qs from 'qs'
  157. var QRCode = require('@/utils/qrcode.js');
  158. const BaseApi = require("@/http/baseApi.js");
  159. export default {
  160. data() {
  161. return {
  162. zhifucanvas: false,
  163. dibucaidan:true,
  164. prestorename:'',
  165. model1: {
  166. userInfo: {
  167. amount: '',
  168. },
  169. },
  170. rules: {
  171. 'userInfo.amount': {
  172. type: 'string',
  173. required: true,
  174. message: '请填写预存金额',
  175. trigger: ['blur', 'change']
  176. },
  177. },
  178. showpayjine: false,
  179. totalnumber:0,
  180. jfnodata:false,
  181. showtype: false,
  182. cdshow: true,
  183. fatherparameter: {},
  184. expensedata:'全部',
  185. list: ['账单明细', '缴费记录', ],
  186. current: 0,
  187. dataForm: {
  188. tenantId: "",
  189. costCycle: "",
  190. type: "",
  191. page: 1,
  192. limit: 10,
  193. },
  194. indexList: [],
  195. payStatusList: [],
  196. zddata:{
  197. amount:'',
  198. dtf:'',
  199. ktf:'',
  200. glf:'',
  201. },
  202. nodata:true,
  203. pd:true,
  204. columnstype: [],
  205. jfpost: {
  206. tenantId: "",
  207. costCycle: "",
  208. type: "",
  209. page: 1,
  210. limit: 10,
  211. },
  212. }
  213. },
  214. //监听页面加载,其参数为上个页面传递的数据,参数类型为 Object(用于页面传参
  215. onLoad: function(options) {
  216. //option为object类型,会序列化上个页面传递的参数
  217. // console.log(options); //打印出上个页面传递的参数。
  218. this.fatherparameter = JSON.parse(decodeURIComponent(options.para));
  219. let getDictDataList=uni.getStorageSync('getDictDataList');
  220. // console.log('111111111111111111',getDictDataList)
  221. for(let i=0;i<getDictDataList.length;i++){
  222. if(getDictDataList[i].dictType=='PayType'){
  223. this.columnstype=[getDictDataList[i].dataList]
  224. }
  225. if(getDictDataList[i].dictType=='PayStatus'){
  226. this.payStatusList=[getDictDataList[i].dataList]
  227. }
  228. }
  229. this.dataForm.tenantId = this.fatherparameter.id;
  230. this.dataForm.costCycle = this.fatherparameter.cycle;
  231. this.dataForm.page = 1;
  232. this.jfpost.tenantId = this.fatherparameter.id;
  233. this.jfpost.costCycle = this.fatherparameter.cycle;
  234. this.jfpost.page = 1;
  235. this.getalldata();
  236. // this.getPayStatusList();
  237. //this.getPayTypeList();
  238. },
  239. //监听页面初次渲染完成。注意如果渲染速度快,会在页面进入动画完成前触发
  240. onReady() {},
  241. //监听页面隐藏
  242. onHide() {},
  243. //监听窗口尺寸变化
  244. onResize() {},
  245. //监听页面卸载
  246. onUnload() {},
  247. //监听用户下拉动作,一般用于下拉刷新
  248. onPullDownRefresh() {},
  249. methods: {
  250. prestore(e){
  251. // console.log('111111111111111111',e)
  252. this.showpayjine=true;
  253. this.dibucaidan=false;
  254. this.prestorename=e;
  255. },
  256. Confirmationpaymentjine() {
  257. this.$refs.uForm.validate().then(res => {
  258. // uni.$u.toast('校验通过')
  259. // console.log('111111111111111111', this.model1.userInfo.amount)
  260. this.showpayjine=false;
  261. this.Predepositshow=false;
  262. this.dibucaidan=true;
  263. if(this.prestorename=='预存'){
  264. this.prestoredata(this.model1.userInfo.amount)
  265. }else if(this.prestorename=='补助'){
  266. this.subsidydata(this.model1.userInfo.amount)
  267. }else if(this.prestorename=='退费'){
  268. // this.refunddata(this.model1.userInfo.amount)
  269. }
  270. // let postdata = {
  271. // totalFee: '0.01',
  272. // tenantId: Math.floor(this.dataForm.tenantId),
  273. // tradeType: 'NATIVE',
  274. // billIds: ''
  275. // }
  276. }).catch(errors => {
  277. uni.$u.toast('校验失败')
  278. })
  279. },
  280. //预存
  281. prestoredata(e){
  282. this.zhifucanvas=true;
  283. let postdata = {
  284. totalFee: e,
  285. tenantId:this.dataForm.tenantId,
  286. tradeType: 'NATIVE',
  287. billIds: ''
  288. }
  289. uni.request({
  290. url: BaseApi.BaseApi + '/pay/createOrder',
  291. method: "POST",
  292. data: postdata,
  293. header: {
  294. 'content-type': 'application/x-www-form-urlencoded',
  295. "token": uni.getStorageSync('tokendata'),
  296. },
  297. success: (res) => {
  298. // window.open(res.codeUrl, '_blank);
  299. let qrcode = new QRCode('canvas', {
  300. text: res.data.codeUrl, // weixin://wxpay/bizpayurl?pr=sZz****
  301. width: 213,
  302. height: 213,
  303. colorDark: "black",
  304. colorLight: "white",
  305. correctLevel: QRCode.CorrectLevel.H,
  306. });
  307. // 10秒之后调取查询订单
  308. let that = this;
  309. setTimeout(function () {
  310. that.zhifucanvas = false;
  311. that.zddata={};
  312. that.dataForm.page = 1;
  313. that.getalldata();
  314. this.jfpost.page = 1;
  315. this.indexList=[];
  316. this.getjfdata();
  317. }, 15000);
  318. }
  319. });
  320. },
  321. //补助
  322. subsidydata(e){
  323. console.log('22',e)
  324. //this.zhifucanvas=true;
  325. // console.log('11',e)
  326. //this.fatherparameter.id
  327. let postdata = {
  328. totalFee: e,
  329. tenantId:this.fatherparameter.id,
  330. tradeType: 'NATIVE',
  331. billIds: ''
  332. }
  333. this.$api.postJson('/pay/createOrder',postdata)
  334. .then(res=>{
  335. console.log('111111111111111111',res)
  336. this.$refs.uNotify.success('补助成功')
  337. })
  338. // uni.request({
  339. // url: BaseApi.BaseApi + '/pay/createOrder',
  340. // method: "POST",
  341. // data: postdata,
  342. // header: {
  343. // 'content-type': 'application/x-www-form-urlencoded',
  344. // "token": uni.getStorageSync('tokendata'),
  345. // },
  346. // success: (res) => {
  347. // this.$refs.uNotify.success('补助成功')
  348. // }
  349. // });
  350. },
  351. closepay1() {
  352. this.showpayjine = false
  353. // console.log('close');
  354. this.dibucaidan=true;
  355. },
  356. openpay1() {
  357. console.log('open');
  358. },
  359. goback() {
  360. uni.navigateBack({
  361. delta: 1
  362. });
  363. },
  364. guanbi(){
  365. this.zhifucanvas=false;
  366. this.Predepositshow=true;
  367. this.getalldata();
  368. this.getjfdata();
  369. },
  370. canceltype() {
  371. this.showtype = false;
  372. },
  373. confirmtype(e) {
  374. //console.log('111111111111111111', e.value[0])
  375. this.showtype = false;
  376. this.expensedata = e.value[0].dictLabel;
  377. if( e.value[0].dictLabel=='全部'){
  378. this.jfpost.type= '';
  379. } else{
  380. this.jfpost.type= e.value[0].dictValue;
  381. }
  382. this.indexList=[];
  383. this.jfpost.page = 1;
  384. this.getjfdata();
  385. },
  386. typechange() {
  387. this.showtype = true;
  388. },
  389. sectionChange(index) {
  390. this.current = index;
  391. if (index == 0) {
  392. this.cdshow = true;
  393. this.dataForm.page = 1;
  394. this.getalldata();
  395. } else {
  396. this.cdshow = false;
  397. this.jfpost.page = 1;
  398. this.indexList=[];
  399. this.getjfdata();
  400. }
  401. },
  402. scrolltolower() {
  403. if(this.pd){
  404. this.getjfdata();
  405. }else{
  406. return
  407. }
  408. },
  409. getjfdata(){
  410. this.$api.get('/payrecord/page', this.jfpost)
  411. .then(res => {
  412. this.totalnumber=res.data.data.total;
  413. // console.log('111111111111111111',res.data.data.list)
  414. if (res.data.data.list.length != 0) {
  415. this.indexList.push(...res.data.data.list);
  416. this.jfpost.page = this.jfpost.page + 1;
  417. this.pd=true;
  418. this.jfnodata=false;
  419. } else {
  420. uni.showToast({
  421. title:'暂无更多数据了',
  422. icon: 'none',
  423. duration: 1500
  424. })
  425. this.pd=false;
  426. //this.jfnodata=true
  427. }
  428. })
  429. },
  430. dateChange(e) {
  431. this.myday = e.target.value;
  432. this.dataForm.costCycle = e.target.value;
  433. this.jfpost.costCycle = e.target.value;
  434. this.zddata={};
  435. this.dataForm.page = 1;
  436. this.getalldata();
  437. },
  438. getalldata() {
  439. this.$api.post('/billinfo/billDetail', this.dataForm)
  440. .then(res => {
  441. //console.log('111111111111111111', res.data)
  442. // this.indexList = [];
  443. // this.indexList = res.data.data;
  444. // console.log('222222', this.indexList)
  445. this.zddata={};
  446. if(res.data.data.length==0){
  447. // console.log('111111111111111111',)
  448. // this.zddata={};
  449. this.nodata=true;
  450. }else{
  451. this.nodata=false;
  452. this.zddata.amount=res.data.data[0].amount;
  453. this.zddata.glf=res.data.data[0].billLists[0].amount;
  454. this.zddata.ktf=res.data.data[0].billLists[1].amount;
  455. this.zddata.dtf=res.data.data[0].billLists[2].amount;
  456. }
  457. })
  458. },
  459. }
  460. }
  461. </script>
  462. <style lang="scss">
  463. .dibu{
  464. position: fixed;
  465. right: 0;
  466. left: 0;
  467. bottom: 0;
  468. width: 750rpx;
  469. height: 100rpx;
  470. display: flex;
  471. align-items: center;
  472. justify-content: space-around;
  473. background-color: #fff;
  474. }
  475. .yucun{
  476. width: 200rpx;
  477. }
  478. .nodata{
  479. text-align: center;
  480. padding-top: 400rpx;
  481. }
  482. .yesdata{
  483. }
  484. .companylist {
  485. margin: 20rpx 30rpx;
  486. background: #fff;
  487. height: 280rpx;
  488. border-radius: 10px;
  489. position: relative;
  490. h3 {
  491. height: 70rpx;
  492. line-height: 70rpx;
  493. padding-left: 30rpx;
  494. }
  495. }
  496. .settled {
  497. background-color: #09C700;
  498. width: 100rpx;
  499. height: 40rpx;
  500. text-align: center;
  501. line-height: 40rpx;
  502. color: #fff;
  503. font-size: 14rpx;
  504. position: absolute;
  505. top: 0px;
  506. right: 0px;
  507. border-top-right-radius: 10rpx;
  508. border-bottom-left-radius: 10rpx;
  509. }
  510. .Currentamount {
  511. padding-left: 30rpx;
  512. height: 50rpx;
  513. line-height: 50rpx;
  514. color: #BCB3A7;
  515. span {
  516. color: #FA5555;
  517. padding-left: 9rpx;
  518. }
  519. }
  520. .Currentamount1 {
  521. padding-left: 30rpx;
  522. height: 40rpx;
  523. line-height: 40rpx;
  524. color: #BCB3A7;
  525. span {
  526. color: #FA5555;
  527. padding-left: 9rpx;
  528. }
  529. }
  530. .records1{
  531. background-color: #FA5555;
  532. width: 100rpx;
  533. height: 40rpx;
  534. text-align: center;
  535. line-height: 40rpx;
  536. color: #fff;
  537. font-size: 14rpx;
  538. position: absolute;
  539. top: 0px;
  540. right: 0px;
  541. border-top-right-radius: 10rpx;
  542. border-bottom-left-radius: 10rpx;
  543. }
  544. .records{
  545. display: flex;
  546. flex-direction: column;
  547. // justify-content: center;
  548. position: relative;
  549. width: 690rpx;
  550. height: 210rpx;
  551. background: #fff;
  552. margin: 0 auto;
  553. border-radius: 9rpx;
  554. }
  555. .onerecord{
  556. width: 750rpx;
  557. height: 90rpx;
  558. line-height: 90rpx;
  559. padding-left: 30rpx;
  560. color: #999;
  561. span{
  562. color: red;
  563. }
  564. }
  565. .topbilledit {
  566. display: flex;
  567. justify-content: center;
  568. align-items: center;
  569. background: #fff;
  570. height: 60rpx;
  571. }
  572. .changetime2 {
  573. padding-left: 10rpx;
  574. }
  575. .subsection {
  576. padding: 30rpx;
  577. background: #fff;
  578. margin-top: 30rpx;
  579. }
  580. .topname {
  581. height: 44px;
  582. width: 750rpx;
  583. display: flex;
  584. align-items: center;
  585. }
  586. .topname1 {
  587. width: 50rpx;
  588. padding-left: 10rpx;
  589. }
  590. .topname2 {
  591. width: 700rpx;
  592. text-align: center;
  593. font-weight: bold;
  594. }
  595. .Predeposit {
  596. position: fixed;
  597. bottom: 0;
  598. left: 0;
  599. right: 0;
  600. width: 750rpx;
  601. }
  602. .nodata {
  603. text-align: center;
  604. padding-top: 400rpx;
  605. }
  606. .zhifucanvas {
  607. width: 400rpx;
  608. height: 400rpx;
  609. margin: 0 auto;
  610. }
  611. .canys{
  612. width: 500rpx;
  613. height: 600rpx;
  614. position: fixed;
  615. top: 30%;
  616. left: 0;
  617. right: 0;
  618. margin: 0 auto;
  619. background: #e6e6e6;
  620. h4{
  621. width: 500rpx;
  622. text-align: center;
  623. height: 80rpx;
  624. line-height: 80rpx;
  625. }
  626. }
  627. .guanbi{
  628. margin-top: 50rpx;
  629. }
  630. .zhifufs {
  631. padding: 30rpx;
  632. ::v-deep .u-radio-label--right {
  633. margin-top: 30rpx;
  634. }
  635. ::v-deep .u-radio__icon-wrap {
  636. width: 40rpx !important;
  637. height: 40rpx !important;
  638. }
  639. ::v-deep .u-radio__text {
  640. font-size: 32rpx !important;
  641. }
  642. }
  643. .hejitop {
  644. width: 750rpx;
  645. text-align: center;
  646. font-weight: bold;
  647. font-size: 40rpx;
  648. margin-bottom: 30rpx;
  649. }
  650. .paytall {
  651. width: 750rpx;
  652. height: 400rpx;
  653. background-color: #fff;
  654. }
  655. .paytall1 {
  656. width: 750rpx;
  657. height: 330rpx;
  658. background-color: #fff;
  659. }
  660. .heji span {
  661. color: #ED3A25;
  662. }
  663. .likezhifu {
  664. margin-left: 20rpx;
  665. margin-right: 30rpx;
  666. }
  667. .zhifu {
  668. position: fixed;
  669. right: 0 ;
  670. bottom: 0 ;
  671. left: 0 ;
  672. height: 140rpx;
  673. background-color: #fff;
  674. display: flex;
  675. align-items: center;
  676. justify-content: space-between;
  677. }
  678. .zhifuleft {
  679. margin-left: 30rpx;
  680. }
  681. .zhifuright {
  682. display: flex;
  683. align-items: center;
  684. justify-content: flex-end;
  685. }
  686. .outstanding1 {
  687. background-color: #09C700;
  688. width: 100rpx;
  689. height: 40rpx;
  690. text-align: center;
  691. line-height: 40rpx;
  692. color: #fff;
  693. font-size: 14 rpx;
  694. position: absolute;
  695. top: 0px;
  696. right: 0px;
  697. border-top-right-radius: 10rpx;
  698. border-bottom-left-radius: 10rpx;
  699. }
  700. .outstanding2 {
  701. background-color: #ED3A25;
  702. width: 100rpx;
  703. height: 40rpx;
  704. text-align: center;
  705. line-height: 40rpx;
  706. color: #fff;
  707. font-size: 14rpx;
  708. position: absolute;
  709. top: 0px;
  710. right: 0px;
  711. border-top-right-radius: 10rpx;
  712. border-bottom-left-radius: 10rpx;
  713. }
  714. .outstanding3 {
  715. background-color: #e6e6e6;
  716. width: 100rpx;
  717. height: 40rpx;
  718. text-align: center;
  719. line-height: 40rpx;
  720. color: #fff;
  721. font-size: 14 rpx;
  722. position: absolute;
  723. top: 0px;
  724. right: 0px;
  725. border-top-right-radius: 10rpx;
  726. border-bottom-left-radius: 10rpx;
  727. }
  728. .userInfotenantName {
  729. text-align: center;
  730. margin-bottom: 10rpx;
  731. font-size: 34rpx;
  732. }
  733. .topbilledit {
  734. display: flex;
  735. justify-content: space-around;
  736. align-items: center;
  737. }
  738. .changetime1 {
  739. padding-right: 10rpx;
  740. }
  741. .paisong {
  742. display: flex;
  743. flex-direction: column;
  744. justify-content: center;
  745. height: 220rpx;
  746. background-color: #fff;
  747. margin: 30rpx;
  748. border-radius: 9rpx;
  749. position: relative;
  750. h3 {
  751. height: 70rpx;
  752. line-height: 70rpx;
  753. padding-left: 30rpx;
  754. }
  755. }
  756. .paisong2 {
  757. display: flex;
  758. flex-direction: column;
  759. justify-content: center;
  760. height: 330rpx;
  761. background-color: #fff;
  762. margin: 30rpx;
  763. border-radius: 9rpx;
  764. position: relative;
  765. h3 {
  766. height: 70rpx;
  767. line-height: 70rpx;
  768. padding-left: 30rpx;
  769. }
  770. }
  771. .companylist {
  772. margin: 20rpx 30rpx;
  773. background: #fff;
  774. height: 280rpx;
  775. border-radius: 10px;
  776. position: relative;
  777. h3 {
  778. height: 70rpx;
  779. line-height: 70rpx;
  780. padding-left: 30rpx;
  781. }
  782. }
  783. .settled1 {
  784. background-color: #09C700;
  785. width: 100rpx;
  786. height: 40rpx;
  787. text-align: center;
  788. line-height: 40rpx;
  789. color: #fff;
  790. font-size: 14rpx;
  791. position: absolute;
  792. top: 0px;
  793. right: 0px;
  794. border-top-right-radius: 10rpx;
  795. border-bottom-left-radius: 10rpx;
  796. }
  797. .settled2 {
  798. background-color: #30D3A2;
  799. width: 100rpx;
  800. height: 40rpx;
  801. text-align: center;
  802. line-height: 40rpx;
  803. color: #fff;
  804. font-size: 14 rpx;
  805. position: absolute;
  806. top: 0px;
  807. right: 0px;
  808. border-top-right-radius: 10rpx;
  809. border-bottom-left-radius: 10rpx;
  810. }
  811. .settled3 {
  812. background-color: #30D3A2;
  813. width: 100rpx;
  814. height: 40rpx;
  815. text-align: center;
  816. line-height: 40rpx;
  817. color: #fff;
  818. font-size: 14rpx;
  819. position: absolute;
  820. top: 0px;
  821. right: 0px;
  822. border-top-right-radius: 10rpx;
  823. border-bottom-left-radius: 10rpx;
  824. }
  825. .Currentamount {
  826. padding-left: 30rpx;
  827. height: 50rpx;
  828. line-height: 50rpx;
  829. color: #BCB3A7;
  830. span {
  831. color: #FA5555;
  832. padding-left: 9rpx;
  833. }
  834. }
  835. .Currentamount1 {
  836. padding-left: 30rpx;
  837. height: 45rpx;
  838. line-height: 45rpx;
  839. color: #BCB3A7;
  840. span {
  841. color: #FA5555;
  842. padding-left: 9rpx;
  843. }
  844. }
  845. .records1 {
  846. background-color: #FA5555;
  847. width: 100rpx;
  848. height: 40rpx;
  849. text-align: center;
  850. line-height: 40rpx;
  851. color: #fff;
  852. font-size: 14rpx;
  853. position: absolute;
  854. top: 0px;
  855. right: 0px;
  856. border-top-right-radius: 10rpx;
  857. border-bottom-left-radius: 10rpx;
  858. }
  859. .records {
  860. display: flex;
  861. flex-direction: column;
  862. // justify-content: center;
  863. position: relative;
  864. width: 690rpx;
  865. height: 210rpx;
  866. background: #fff;
  867. margin: 0 auto;
  868. border-radius: 9rpx;
  869. }
  870. .onerecord {
  871. width: 750rpx;
  872. height: 90rpx;
  873. line-height: 90rpx;
  874. padding-left: 30rpx;
  875. color: #999;
  876. span {
  877. color: red;
  878. }
  879. }
  880. .topbilledit {
  881. display: flex;
  882. justify-content: center;
  883. align-items: center;
  884. background: #fff;
  885. height: 60rpx;
  886. }
  887. .changetime2 {
  888. padding-left: 10rpx;
  889. }
  890. .subsection {
  891. padding: 30rpx;
  892. background: #fff;
  893. }
  894. .topname {
  895. height: 44px;
  896. width: 750rpx;
  897. display: flex;
  898. align-items: center;
  899. }
  900. .topname1 {
  901. width: 50rpx;
  902. padding-left: 10rpx;
  903. }
  904. .topname2 {
  905. width: 700rpx;
  906. text-align: center;
  907. font-weight: bold;
  908. }
  909. </style>