修复bug
This commit is contained in:
parent
43b68351f5
commit
22e9d26dfc
|
@ -120,12 +120,23 @@
|
||||||
<view class="bg-content-a">
|
<view class="bg-content-a">
|
||||||
委托申请处理
|
委托申请处理
|
||||||
</view>
|
</view>
|
||||||
|
<view class="bg-content-d" >
|
||||||
|
委托方: <span>{{obj.mer_info.mer_name}}</span>
|
||||||
|
</view>
|
||||||
|
<block v-if="obj.mer_info.credit_buy">
|
||||||
<view class="bg-content-b" >
|
<view class="bg-content-b" >
|
||||||
结算周期: <span>{{obj.mer_info.settle_cycle}}天</span>
|
结算周期: <span>{{obj.mer_info.settle_cycle}}天</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="bg-content-c" >
|
<view class="bg-content-c" >
|
||||||
利息比例: <span>{{obj.mer_info.interest_rate}}%</span>
|
利息比例: <span>{{obj.mer_info.interest_rate}}%</span>
|
||||||
</view>
|
</view>
|
||||||
|
</block>
|
||||||
|
<block v-else>
|
||||||
|
<view class="bg-content-b" >
|
||||||
|
该商户暂不支持先货后款
|
||||||
|
</view>
|
||||||
|
<view style="height: 60rpx;"></view>
|
||||||
|
</block>
|
||||||
<view class="entrust_bga_btn">
|
<view class="entrust_bga_btn">
|
||||||
<view class="cancellation" @click="passDelete(obj)">
|
<view class="cancellation" @click="passDelete(obj)">
|
||||||
拒绝
|
拒绝
|
||||||
|
@ -362,7 +373,6 @@
|
||||||
// 待处理
|
// 待处理
|
||||||
soldEdit(item) {
|
soldEdit(item) {
|
||||||
this.obj = item
|
this.obj = item
|
||||||
|
|
||||||
this.$refs.bindmobile.open()
|
this.$refs.bindmobile.open()
|
||||||
},
|
},
|
||||||
//已接受
|
//已接受
|
||||||
|
@ -756,7 +766,7 @@
|
||||||
font-family: PingFang SC;
|
font-family: PingFang SC;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin-top: 32rpx;
|
margin-top: 16rpx;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
|
@ -773,7 +783,23 @@
|
||||||
font-family: PingFang SC;
|
font-family: PingFang SC;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin-top: 32rpx;
|
margin-top: 16rpx;
|
||||||
|
|
||||||
|
span {
|
||||||
|
font-size: 32rpx;
|
||||||
|
font-family: PingFang SC-Medium, PingFang SC;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #F84221;
|
||||||
|
margin-left: 18rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.bg-content-d {
|
||||||
|
margin-left: 35rpx;
|
||||||
|
font-size: 32rpx;
|
||||||
|
font-family: PingFang SC;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #333333;
|
||||||
|
margin-top: 16rpx;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
|
|
Loading…
Reference in New Issue