diff --git a/pages/agent/detail/item-money-info/money-info.wxml b/pages/agent/detail/item-money-info/money-info.wxml index ab64d82..f9027ed 100644 --- a/pages/agent/detail/item-money-info/money-info.wxml +++ b/pages/agent/detail/item-money-info/money-info.wxml @@ -8,7 +8,7 @@ 首款信息 预计总金额 - {{formate.formateAmount(item.preTotalMoney)}}元 + {{formate.formateAmount(item.preTotalMoney)}}元 结算单价 x 净重 @@ -17,7 +17,7 @@ 首笔应收金额 - {{formate.formateAmount(item.prepayMoney)}}元 + {{formate.formateAmount(item.prepayMoney)}}元 预估总金额 x {{agent.getActivitySettleType(orderInfo.activitySettleType)}} @@ -26,7 +26,7 @@ 代卖费 - {{formate.formateAmount(item.proxyAmount) || 0}}元 + {{formate.formateAmount(item.proxyAmount) || 0}}元 代卖费单价 x 净重 @@ -45,7 +45,7 @@ 尾款信息 未结算金额 - {{formate.formateAmount(item.unSettleMoney)}}元 + {{formate.formateAmount(item.unSettleMoney)}}元 单价 x 结算重量 - 首笔应收金额 @@ -62,10 +62,9 @@ 调节费 - -{{formate.formateAmount(item.adjustMoney)}}元 + -{{formate.formateAmount(item.adjustMoney)}}元 - + 补贴与扣款 {{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元 @@ -94,7 +93,7 @@ 代卖费 - {{formate.formateAmount(item.surcharge) || 0}}元 + {{formate.formateAmount(item.surcharge) || 0}}元 代卖费单价 x 结算重量 @@ -109,12 +108,12 @@ 调节费 - {{item.adjustMoney > 0 ? '+' : ''}}{{formate.formateAmount(item.adjustMoney)}}元 + {{item.adjustMoney > 0 ? '+' : ''}}{{formate.formateAmount(item.adjustMoney)}}元 补贴与扣款 - {{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元 + {{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元 总收款金额: diff --git a/pages/agent/detail/pound-info/pound-info.wxml b/pages/agent/detail/pound-info/pound-info.wxml index e36d968..258a7cb 100644 --- a/pages/agent/detail/pound-info/pound-info.wxml +++ b/pages/agent/detail/pound-info/pound-info.wxml @@ -30,11 +30,11 @@ - 补贴与扣款 + 补贴与扣款 {{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元 - + {{cell.title}} {{formate.formateAmount(cell.amount==null?0:item.amount)}}元 @@ -50,10 +50,10 @@ - + 磅单图片