From f61a0b0b848b7ad75f5282b89030db8c7fa12ef0 Mon Sep 17 00:00:00 2001
From: xpz2018 <107107461@qq.com>
Date: Tue, 9 Mar 2021 19:45:23 +0800
Subject: [PATCH] no message
---
pages/agent/detail/index.wxml | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/pages/agent/detail/index.wxml b/pages/agent/detail/index.wxml
index 85eb5d1..c714fbc 100644
--- a/pages/agent/detail/index.wxml
+++ b/pages/agent/detail/index.wxml
@@ -52,9 +52,9 @@
结算单价 x 净重
- {{formate.formatePrice2(item.unitPrice)}} x {{formate.formateWeight(item.weightnoteInfo.netWeight)}}
+ {{formate.formatePrice2(item.unitPrice)}} x {{formate.formateWeight3(item.weightnoteInfo.netWeight)}}
-
+
首笔应收金额
{{formate.formateAmount(item.prepayMoney)}}元
@@ -62,15 +62,15 @@
预估总金额 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.formateWeight(item.weightnoteInfo.netWeight)}}
+ {{formate.formatePrice2(item.unitSurcharge)}} x {{formate.formateWeight3(item.weightnoteInfo.netWeight)}}
-
+
首笔实收金额:
{{formate.formateAmount(item.preSettleMoney)}}元
@@ -84,9 +84,9 @@
结算单价 x 净重
- {{formate.formatePrice2(item.unitPrice)}} x {{formate.formateWeight(item.weightnoteInfo.netWeight)}}
+ {{formate.formatePrice2(item.unitPrice)}} x {{formate.formateWeight3(item.weightnoteInfo.netWeight)}}
-
+
首笔应收金额
{{formate.formateAmount(item.prepayMoney)}}元
@@ -94,15 +94,15 @@
预估总金额 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.formateWeight(item.weightnoteInfo.netWeight)}}
+ {{formate.formatePrice2(item.unitSurcharge)}} x {{formate.formateWeight3(item.weightnoteInfo.netWeight)}}
-
+
首笔实收金额:
{{formate.formateAmount(item.preSettleMoney)}}元
@@ -112,19 +112,19 @@
未结算金额
{{formate.formateAmount(item.unSettleMoney)}}元
-
+
结算单价 x 结算重量 - 首笔应收金额
- {{formate.formatePrice2(item.unitPrice)}} x {{formate.formateWeight(item.weightnoteInfo.settletWeight)}} - {{formate. formateAmount(item.prepayMoney)}}元
+ {{formate.formatePrice2(item.unitPrice)}} x {{formate.formateWeight3(item.weightnoteInfo.settleWeight)}} - {{formate.formateAmount(item.prepayMoney)}}元
-
+
调节费
-{{formate.formateAmount(item.adjustMoney)}}元
-
+
尾款实收金额:
{{formate.formateAmount(item.finalPayMoney)}}元
-
+
总收款金额:
{{formate.formateAmount(item.settlePrice)}}元