From c9376ba64a560f843364e782b53926c69257b7e6 Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Fri, 13 May 2022 17:25:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/orderDetails/index.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/components/orderDetails/index.vue b/src/components/orderDetails/index.vue index f3879e9..a346273 100644 --- a/src/components/orderDetails/index.vue +++ b/src/components/orderDetails/index.vue @@ -64,11 +64,13 @@
{{item.role_type==2?'被授权方交易佣金':item.role_type==1?'授权方交易结算':'平台方结算'}}比例: - {{item.calculate==1?item.ratio:item.amount}} + {{item.calculate==1?item.ratio:item.amount}} %
交易佣金金额:¥ {{order.total_service_charge}}
-订单金额:¥ {{order_info.total_money}} 元
+订单金额:¥ {{order_info.total_money}}
+标的总价款:¥ {{parseFloat(order_info.total_money) - order.total_service_charge}}
+ @@ -233,11 +235,11 @@ this.bill=res.data.bill this.buyuser=res.data.buyuser this.ratio_setting=res.data.ratio_setting - this.ratio_setting.detail.splice( - 1, - 1, - ...this.ratio_setting.detail.splice(1 - 1, 1, this.ratio_setting.detail[1]) - ); + // this.ratio_setting.detail.splice( + // 1, + // 1, + // ...this.ratio_setting.detail.splice(1 - 1, 1, this.ratio_setting.detail[1]) + // ); console.info(this.ratio_setting) }else{ this.$message.error(res.msg);