From edcff2912e16e3247c1fe3fd0134f105e7f6ceb0 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Tue, 9 Mar 2021 14:24:55 +0800 Subject: [PATCH] no message --- pages/agent/detail/index.wxml | 105 ++++++++++++++++++++++------------ 1 file changed, 68 insertions(+), 37 deletions(-) diff --git a/pages/agent/detail/index.wxml b/pages/agent/detail/index.wxml index c2b85cb..85eb5d1 100644 --- a/pages/agent/detail/index.wxml +++ b/pages/agent/detail/index.wxml @@ -11,7 +11,6 @@ - 货车车牌:{{item.logisticcsInfo.plateNumber}} @@ -51,25 +50,25 @@ 预计总金额 {{formate.formateAmount(item.preTotalMoney)}}元 - - 结算单价x净重 - {{formate.formatePrice2(item.unitPrice)}}*{{formate.formateWeight(item.weightnoteInfo.netWeight)}} + + 结算单价 x 净重 + {{formate.formatePrice2(item.unitPrice)}} x {{formate.formateWeight(item.weightnoteInfo.netWeight)}} 首笔应收金额 {{formate.formateAmount(item.prepayMoney)}}元 - - 预估总金额x{{agent.getActivitySettleType(orderInfo.activitySettleType)}} - {{formate.formateAmount(item.preTotalMoney)}}元x{{agent.getActivitySettleType(orderInfo.activitySettleType)}} + + 预估总金额 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)}} + + 代卖费单价 x 净重 + {{formate.formatePrice2(item.unitSurcharge)}} x {{formate.formateWeight(item.weightnoteInfo.netWeight)}} 首笔实收金额: @@ -77,37 +76,69 @@ - - - 未结算金额 - {{formate.formateAmount(item.unSettleMoney)}}元 - - - 结算单价x结算重量-首笔应收金额 - {{formate.formatePrice2(item.unitPrice)}}x{{formate.formateWeight(item.weightnoteInfo.settletWeight)}}-{{formate.formateAmount(item.prepayMoney)}}元 - - - 调节费 - -{{formate.formateAmount(item.adjustMoney)}}元 - - - 尾款实收金额: - {{formate.formateAmount(item.finalPayMoney)}}元 - - - 总收款金额: - {{formate.formateAmount(item.settlePrice)}}元 + + + + 预计总金额 + {{formate.formateAmount(item.preTotalMoney)}}元 + + + 结算单价 x 净重 + {{formate.formatePrice2(item.unitPrice)}} x {{formate.formateWeight(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.formateWeight(item.weightnoteInfo.netWeight)}} + + + 首笔实收金额: + {{formate.formateAmount(item.preSettleMoney)}}元 + - + + + 未结算金额 + {{formate.formateAmount(item.unSettleMoney)}}元 + + + 结算单价 x 结算重量 - 首笔应收金额 + {{formate.formatePrice2(item.unitPrice)}} x {{formate.formateWeight(item.weightnoteInfo.settletWeight)}} - {{formate. formateAmount(item.prepayMoney)}}元 + + + 调节费 + -{{formate.formateAmount(item.adjustMoney)}}元 + + + 尾款实收金额: + {{formate.formateAmount(item.finalPayMoney)}}元 + + + 总收款金额: + {{formate.formateAmount(item.settlePrice)}}元 + + + 总金额 {{formate.formateAmount(item.preTotalMoney)}}元 - - 结算单价x结算重量 - {{formate.formatePrice2(item.weightnoteInfo.settleUtiPrice)}}x{{formate.formateWeight(item.weightnoteInfo.settletWeight)}} + + 结算单价 x 结算重量 + {{formate.formatePrice2(item.weightnoteInfo.settleUtiPrice)}} x {{formate.formateWeight(item.weightnoteInfo.settletWeight)}} 调节费 @@ -117,9 +148,9 @@ 代卖费 {{formate.formateAmount(item.proxyAmount) || 0}}元 - - 代卖费单价x结算重量 - {{formate.formatePrice2(item.unitSurcharge)}}x{{formate.formateWeight(item.weightnoteInfo.settletWeight)}} + + 代卖费单价 x 结算重量 + {{formate.formatePrice2(item.unitSurcharge)}} x {{formate.formateWeight(item.weightnoteInfo.settletWeight)}} 总收款金额: