|
|
|
@ -59,11 +59,11 @@ |
|
|
|
{{formate.formateWeight3(item.weightnoteInfo.netWeight)}} - |
|
|
|
{{formate.formateAmount(item.prepayMoney)}}元</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:24rpx;border-top:2rpx solid #f3f3f3;padding-top:24rpx" |
|
|
|
<!-- <view class="flex flex-justify text-sg" style="margin-top:24rpx;border-top:2rpx solid #f3f3f3;padding-top:24rpx" |
|
|
|
wx:if="{{item.adjustMoney && item.adjustMoney != 0}}"> |
|
|
|
<text class="text-black">调节费</text> |
|
|
|
<text style="">-{{formate.formateAmount(item.adjustMoney)}}元</text> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:24rpx;border-top:2rpx solid #f3f3f3;padding-top:24rpx"> |
|
|
|
<text class="text-black">补贴与扣款</text> |
|
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元</text> |
|
|
|
@ -105,11 +105,11 @@ |
|
|
|
<view class="text-gray">{{formate.formatePrice2(item.unitSurcharge)}} x |
|
|
|
{{formate.formateWeight(item.weightnoteInfo.netWeight)}}</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx" |
|
|
|
<!-- <view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx" |
|
|
|
wx:if="{{item.adjustMoney && item.adjustMoney}}"> |
|
|
|
<text class="text-black">调节费</text> |
|
|
|
<text style="">{{item.adjustMoney > 0 ? '+' : ''}}{{formate.formateAmount(item.adjustMoney)}}元</text> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx" |
|
|
|
wx:if="{{item.adjustMoney && item.adjustMoney}}"> |
|
|
|
<text class="text-black">补贴与扣款</text> |
|
|
|
|