From 22e9d26dfc562c2a1995e28a1d68f27c005a004c Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 28 Oct 2023 18:32:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../receivedCommission/index.vue | 44 +++++++++++++++---- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/pages/commissionedSales/receivedCommission/index.vue b/pages/commissionedSales/receivedCommission/index.vue index e234601..a34cd1f 100644 --- a/pages/commissionedSales/receivedCommission/index.vue +++ b/pages/commissionedSales/receivedCommission/index.vue @@ -120,12 +120,23 @@ 委托申请处理 - - 结算周期: {{obj.mer_info.settle_cycle}}天 - - - 利息比例: {{obj.mer_info.interest_rate}}% - + + 委托方: {{obj.mer_info.mer_name}} + + + + 结算周期: {{obj.mer_info.settle_cycle}}天 + + + 利息比例: {{obj.mer_info.interest_rate}}% + + + + + 该商户暂不支持先货后款 + + + 拒绝 @@ -362,7 +373,6 @@ // 待处理 soldEdit(item) { this.obj = item - this.$refs.bindmobile.open() }, //已接受 @@ -756,7 +766,7 @@ font-family: PingFang SC; font-weight: 500; color: #333333; - margin-top: 32rpx; + margin-top: 16rpx; span { font-size: 32rpx; @@ -773,7 +783,7 @@ font-family: PingFang SC; font-weight: 500; color: #333333; - margin-top: 32rpx; + margin-top: 16rpx; span { font-size: 32rpx; @@ -783,6 +793,22 @@ 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 { + font-size: 32rpx; + font-family: PingFang SC-Medium, PingFang SC; + font-weight: 500; + color: #F84221; + margin-left: 18rpx; + } + } } .entrust_bga_btn {