|
@@ -36,14 +36,18 @@
|
|
|
¥{{detail.billAmount}}元
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="item">
|
|
|
+
|
|
|
+ <!-- <view class="item" v->
|
|
|
<view class="item-title">
|
|
|
- 账单备注
|
|
|
+ 账户余额
|
|
|
</view>
|
|
|
- <view class="item-value">
|
|
|
- {{detail.remark}}
|
|
|
+ <view class="item-value " :class="{
|
|
|
+ 'billAmount':personInfo.balance<0,
|
|
|
+ 'billAmount1':personInfo.balance>0
|
|
|
+ }">
|
|
|
+ ¥{{personInfo.balance}}元
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!-- <view class="item" v-if="detail.accountInfo&&detail.accountInfo.bankName" >
|
|
|
<view class="item-title">
|
|
|
开户名称
|
|
@@ -81,15 +85,22 @@
|
|
|
</view>
|
|
|
<view class="details-title">
|
|
|
<span class="name">账单明细</span>
|
|
|
- <span class="remark">请在收到账单5日内缴纳如下费用</span>
|
|
|
+
|
|
|
|
|
|
</view>
|
|
|
<view class="details-list" v-for="(item,i) in detail.itemList" :key="i">
|
|
|
<view class="item-list">
|
|
|
<view class="item-title">
|
|
|
<view class="item-title-name">{{item.contractItemName}}
|
|
|
- <span class="item-title-remark" v-if="item.num&&item.unit=='月'">({{item.num}}个{{item.unit}})</span></view>
|
|
|
+
|
|
|
+ <span class="item-title-remark" v-if="item.num&&item.unit=='月'">({{item.num}}个{{item.unit}})</span>
|
|
|
+ <span class="item-title-remark" v-if="item.remark">({{item.remark}})</span>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
<view class="item-title-span">收费标准:{{item.price}}元{{item.unit?'/'+item.unit:''}}</view>
|
|
|
+
|
|
|
+
|
|
|
</view>
|
|
|
<view class="item-value">
|
|
|
{{item.total}}元
|
|
@@ -98,15 +109,31 @@
|
|
|
<view class="item-remark" v-if="item.timeRanges&&item.timeRanges.length==2&&item.timeRanges[0]&&item.timeRanges[1]">
|
|
|
起止日期{{item.timeRanges[0]}}至{{item.timeRanges[1]}}
|
|
|
</view>
|
|
|
- <view class="item-remark" v-if="item.remark">
|
|
|
+ <!-- <view class="item-remark" v-if="item.remark">
|
|
|
备注:{{item.remark}}
|
|
|
+ </view> -->
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="details " v-if="detail.remark">
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 账单备注
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ {{detail.remark}}
|
|
|
</view>
|
|
|
</view>
|
|
|
+ </view>
|
|
|
+ <view class="details-title">
|
|
|
|
|
|
+ <span class="remark">请在收到账单5日内缴纳如下费用</span>
|
|
|
|
|
|
</view>
|
|
|
<!-- -->
|
|
|
- <view class="main" v-if="!detail.payTime&&detail.payStatus==1" >
|
|
|
+ <view class="main" v-if="!detail.payTime" >
|
|
|
|
|
|
<!-- 缴费金额 -->
|
|
|
<view class="payment-amount" v-show="detail.billAmount<=5000">
|
|
@@ -126,7 +153,7 @@
|
|
|
<!-- 支付方式 -->
|
|
|
<view class="payment-way">
|
|
|
<view class="title">
|
|
|
- 支付方式
|
|
|
+ 支付方式 <span style="float: right;font-size: 32rpx; color: #8b898c;">支付成功后等待财务确认</span>
|
|
|
</view>
|
|
|
<view class="way">
|
|
|
<radio-group @change="radioChange">
|
|
@@ -166,7 +193,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="way-item" v-if="companyInfo.paymentMethod.indexOf('3')>-1" >
|
|
|
+ <view class="way-item" >
|
|
|
<view class="way-name">
|
|
|
<view class="icon">
|
|
|
<image class="img3"
|
|
@@ -239,9 +266,9 @@
|
|
|
<!-- 按钮 -->
|
|
|
<button class="btn" @click="submit">{{submitType==2?'查看对公转账信息':'立即支付'}}</button>
|
|
|
|
|
|
-
|
|
|
- <u-modal v-model="showModel" :show-cancel-button="true" @cancel="getUserInfo()" @confirm="confirm"
|
|
|
- confirm-text="支付成功?" title="扫码支付">
|
|
|
+ <img id="qrcode" style="display: none;">
|
|
|
+ <u-modal v-model="showModel" :show-cancel-button="true" @confirm="homePage"
|
|
|
+ confirm-text="刷新余额" title="扫码支付">
|
|
|
<view style="
|
|
|
text-align: center;
|
|
|
">
|
|
@@ -262,11 +289,14 @@
|
|
|
<view class="cashier-btn-amount">合计
|
|
|
<span class="cashier-btn-span">¥{{detail.billAmount}}元</span>
|
|
|
</view>
|
|
|
- <view class="cashier-btn-go" @click="submit" v-if="!detail.payTime&&detail.payStatus==1" >{{submitType==2?'对公转账':'立即支付'}}</view>
|
|
|
+ <view class="cashier-btn-go" @click="submit" v-if="!detail.payTime" >{{submitType==2?'对公转账':'立即支付'}}</view>
|
|
|
|
|
|
- <view class="cashier-btn-go1"
|
|
|
+ <!-- <view class="cashier-btn-go1"
|
|
|
v-if="!detail.payTime&&detail.payStatus==0"
|
|
|
- >线下支付</view>
|
|
|
+ >线下支付</view> -->
|
|
|
+ <view class="cashier-btn-go1"
|
|
|
+ v-if="detail.payTime"
|
|
|
+ >已支付</view>
|
|
|
</view>
|
|
|
|
|
|
|
|
@@ -614,6 +644,10 @@
|
|
|
font-size: 44rpx;
|
|
|
color: red;
|
|
|
}
|
|
|
+ .billAmount1{
|
|
|
+ font-size: 44rpx;
|
|
|
+ color: #2196f3;
|
|
|
+ }
|
|
|
.item{
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
@@ -757,7 +791,9 @@
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
color: rgb(51, 51, 51);
|
|
|
-
|
|
|
+ .text{
|
|
|
+ font-size: 36rpx;
|
|
|
+ }
|
|
|
.img {
|
|
|
width: 48rpx;
|
|
|
height: 48rpx;
|