|
|
|
@ -12,14 +12,14 @@ |
|
|
|
<text class="text-black">净重</text> |
|
|
|
<text class="text-gray">{{formate.formateWeight(item.weightnoteInfo.netWeight)}}吨</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{item.weightnoteInfo.settleWeight}}"> |
|
|
|
<text class="text-black">结算重量</text> |
|
|
|
<text class="text-gray">{{formate.formateWeight(item.weightnoteInfo.settleWeight)}}吨</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{item.weightnoteInfo.deductedPoint}}"> |
|
|
|
<text class="text-black">扣点</text> |
|
|
|
<text class="text-gray">{{item.weightnoteInfo.deductedPoint}}%</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{item.weightnoteInfo.settleWeight}}"> |
|
|
|
<text class="text-black">结算重量</text> |
|
|
|
<text class="text-gray">{{formate.formateWeight(item.weightnoteInfo.settleWeight)}}吨</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">代卖费</text> |
|
|
|
<text class="text-gray">{{formate.formatePrice(item.unitSurcharge==null?0:item.unitSurcharge)}}元/吨</text> |
|
|
|
|