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)}}元