diff --git a/pages/agent/agent-item/index.wxml b/pages/agent/agent-item/index.wxml index 89eca74..5545ef6 100644 --- a/pages/agent/agent-item/index.wxml +++ b/pages/agent/agent-item/index.wxml @@ -9,7 +9,7 @@ {{item.locProvinceName + item.locCityName + item.locDistrictName}} | - 已代卖:{{formate.formateWeight(item.cumulativeWeight)}} + 已代卖:{{formate.formateWeight(item.cumulativeWeight)}}吨 | 昨日排队:{{item.yesterdayTotalQuantity}}辆 昨日排队:-- diff --git a/pages/agent/order-detail/item-money-info/index.wxml b/pages/agent/order-detail/item-money-info/index.wxml index 0cabb34..9107c9d 100644 --- a/pages/agent/order-detail/item-money-info/index.wxml +++ b/pages/agent/order-detail/item-money-info/index.wxml @@ -10,8 +10,7 @@ 结算单价 x 净重 - {{formate.formatePrice2(item.unitPrice)}} x - {{formate.formateWeight3(item.weightnoteInfo.netWeight)}} + {{formate.formatePrice(item.unitPrice)}}元/吨 x {{formate.formateWeight(item.weightnoteInfo.netWeight)}}吨 首笔应收金额 @@ -28,8 +27,8 @@ 代卖费单价 x 净重 - {{formate.formatePrice2(item.unitSurcharge)}} x - {{formate.formateWeight3(item.weightnoteInfo.netWeight)}} + {{formate.formatePrice(item.unitSurcharge)}}元/吨 x + {{formate.formateWeight(item.weightnoteInfo.netWeight)}}吨 @@ -47,14 +46,14 @@ 单价 x 结算重量 - 首笔应收金额 - {{formate.formatePrice2(item.unitPrice)}} x - {{formate.formateWeight3(item.weightnoteInfo.settleWeight)}} - + {{formate.formatePrice(item.unitPrice)}}元/吨 x + {{formate.formateWeight(item.weightnoteInfo.settleWeight)}}吨 - {{formate.formateAmount(item.prepayMoney)}}元 单价 x 净重 - 首笔应收金额 - {{formate.formatePrice2(item.unitPrice)}} x - {{formate.formateWeight3(item.weightnoteInfo.netWeight)}} - + {{formate.formatePrice(item.unitPrice)}}元/吨 x + {{formate.formateWeight(item.weightnoteInfo.netWeight)}}吨 - {{formate.formateAmount(item.prepayMoney)}}元 结算单价 x 结算重量 - {{formate.formatePrice2(item.weightnoteInfo.settleUtiPrice)}} x - {{formate.formateWeight(item.weightnoteInfo.settleWeight)}} + {{formate.formatePrice(item.weightnoteInfo.settleUtiPrice)}}元/吨 x + {{formate.formateWeight(item.weightnoteInfo.settleWeight)}}吨 代卖费 @@ -90,13 +89,13 @@ 代卖费单价 x 结算重量 - {{formate.formatePrice2(item.unitSurcharge==null?0:item.unitSurcharge)}} x - {{formate.formateWeight(item.weightnoteInfo.settleWeight)}} + {{formate.formatePrice(item.unitSurcharge==null?0:item.unitSurcharge)}}元/吨 x + {{formate.formateWeight(item.weightnoteInfo.settleWeight)}}吨 代卖费单价 x 净重 - {{formate.formatePrice2(item.unitSurcharge)}} x - {{formate.formateWeight(item.weightnoteInfo.netWeight)}} + {{formate.formatePrice(item.unitSurcharge)}}元/吨 x + {{formate.formateWeight(item.weightnoteInfo.netWeight)}}吨 diff --git a/pages/agent/order-detail/pound-info/index.wxml b/pages/agent/order-detail/pound-info/index.wxml index d575761..b84fcbc 100644 --- a/pages/agent/order-detail/pound-info/index.wxml +++ b/pages/agent/order-detail/pound-info/index.wxml @@ -6,15 +6,15 @@ style="padding: 24rpx 30rpx"> 结算单价 - {{formate.formatePrice2(item.weightnoteInfo.settleUtiPrice)}} + {{formate.formatePrice(item.weightnoteInfo.settleUtiPrice)}}元/吨 净重 - {{formate.formateWeight(item.weightnoteInfo.netWeight)}} + {{formate.formateWeight(item.weightnoteInfo.netWeight)}}吨 结算重量 - {{formate.formateWeight(item.weightnoteInfo.settleWeight)}} + {{formate.formateWeight(item.weightnoteInfo.settleWeight)}}吨 扣点 @@ -22,7 +22,7 @@ 代卖费 - {{formate.formatePrice2(item.unitSurcharge==null?0:item.unitSurcharge)}} + {{formate.formatePrice(item.unitSurcharge==null?0:item.unitSurcharge)}}元/吨 调节费 diff --git a/pages/agent/order-detail/reserve-info/index.wxml b/pages/agent/order-detail/reserve-info/index.wxml index b2fed53..6f6c943 100644 --- a/pages/agent/order-detail/reserve-info/index.wxml +++ b/pages/agent/order-detail/reserve-info/index.wxml @@ -13,11 +13,11 @@ 预估单价 - {{formate.formatePrice2(orderInfo.paperCategoryPrice)}} + {{formate.formatePrice(orderInfo.paperCategoryPrice)}}元/吨 预计重量 - {{formate.formateWeight(orderInfo.totalEstimatedWeight)}} + {{formate.formateWeight(orderInfo.totalEstimatedWeight)}}吨