From ddff80ce514c1d2a8388af5522dd9e33e20d4fc0 Mon Sep 17 00:00:00 2001
From: wangzhen <37717239@qq.com>
Date: Thu, 22 Apr 2021 22:10:59 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E5=8D=96=E8=AE=A2?=
=?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85=20,=E9=A2=84=E7=BA=A6=E6=88=96?=
=?UTF-8?q?=E8=80=85=E5=BE=85=E9=80=81=E8=B4=A7=E7=8A=B6=E6=80=81=E4=B8=8B?=
=?UTF-8?q?=E5=87=BA=E7=8E=B0=E7=BB=93=E7=AE=97=E9=87=91=E9=A2=9D=E7=9A=84?=
=?UTF-8?q?bug.wz?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/agent/detail/index.wxml | 7 ++-
.../detail/item-money-info/money-info.wxml | 55 +++++--------------
2 files changed, 19 insertions(+), 43 deletions(-)
diff --git a/pages/agent/detail/index.wxml b/pages/agent/detail/index.wxml
index f99c13f..778ff2d 100644
--- a/pages/agent/detail/index.wxml
+++ b/pages/agent/detail/index.wxml
@@ -35,11 +35,12 @@
-
- 车辆信息({{orderInfo.orderItems.length}}辆车)
-
+
+
+ 车辆信息{{index+1}}
+
diff --git a/pages/agent/detail/item-money-info/money-info.wxml b/pages/agent/detail/item-money-info/money-info.wxml
index 50637ec..deb6bf1 100644
--- a/pages/agent/detail/item-money-info/money-info.wxml
+++ b/pages/agent/detail/item-money-info/money-info.wxml
@@ -4,7 +4,8 @@
-
+
+ 首款信息
预计总金额
{{formate.formateAmount(item.preTotalMoney)}}元
@@ -27,7 +28,7 @@
代卖费
{{formate.formateAmount(item.proxyAmount) || 0}}元
-
+
代卖费单价 x 净重
{{formate.formatePrice2(item.unitSurcharge)}} x
{{formate.formateWeight3(item.weightnoteInfo.netWeight)}}
@@ -38,52 +39,26 @@
{{formate.formateAmount(item.preSettleMoney)}}元
-
-
-
-
- 预计总金额
- {{formate.formateAmount(item.preTotalMoney)}}元
-
-
- 结算单价 x 净重
- {{formate.formatePrice2(item.unitPrice)}} x
- {{formate.formateWeight3(item.weightnoteInfo.netWeight)}}
-
-
- 首笔应收金额
- {{formate.formateAmount(item.prepayMoney)}}元
-
-
- 预估总金额 x {{agent.getActivitySettleType(orderInfo.activitySettleType)}}
- {{formate.formateAmount(item.preTotalMoney)}}元 x
- {{agent.getActivitySettleType(orderInfo.activitySettleType)}}
-
-
- 代卖费
- {{formate.formateAmount(item.proxyAmount) || 0}}元
-
-
- 代卖费单价 x 净重
- {{formate.formatePrice2(item.unitSurcharge)}} x
- {{formate.formateWeight3(item.weightnoteInfo.netWeight)}}
-
-
- 首笔实收金额:
- {{formate.formateAmount(item.preSettleMoney)}}元
-
-
+
+
+ 尾款信息
未结算金额
{{formate.formateAmount(item.unSettleMoney)}}元
-
+
单价 x 结算重量 - 首笔应收金额
{{formate.formatePrice2(item.unitPrice)}} x
{{formate.formateWeight3(item.weightnoteInfo.settleWeight)}} -
{{formate.formateAmount(item.prepayMoney)}}元
+
+ 单价 x 净重 - 首笔应收金额
+ {{formate.formatePrice2(item.unitPrice)}} x
+ {{formate.formateWeight3(item.weightnoteInfo.netWeight)}} -
+ {{formate.formateAmount(item.prepayMoney)}}元
+
调节费
@@ -99,8 +74,8 @@
-
-
+
总金额