|
|
@ -56,10 +56,14 @@ |
|
|
{{formate.formateWeight(item.weightnoteInfo.netWeight)}}吨 - |
|
|
{{formate.formateWeight(item.weightnoteInfo.netWeight)}}吨 - |
|
|
{{formate.formateAmount(item.prepayMoney)}}元</view> |
|
|
{{formate.formateAmount(item.prepayMoney)}}元</view> |
|
|
</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}}"> |
|
|
wx:if="{{item.adjustMoney && item.adjustMoney != 0}}"> |
|
|
<text class="text-black">调节费</text> |
|
|
<text class="text-black">调节费</text> |
|
|
<text style="color:#F5222D">-{{formate.formateAmount(item.adjustMoney)}}元</text> |
|
|
<text style="color:#F5222D">-{{formate.formateAmount(item.adjustMoney)}}元</text> |
|
|
|
|
|
</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> |
|
|
</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"> |
|
|
<text class="text-black text-bold">尾款实收金额:</text> |
|
|
<text class="text-black text-bold">尾款实收金额:</text> |
|
|
@ -97,10 +101,15 @@ |
|
|
<view class="text-gray">{{formate.formatePrice(item.unitSurcharge)}}元/吨 x |
|
|
<view class="text-gray">{{formate.formatePrice(item.unitSurcharge)}}元/吨 x |
|
|
{{formate.formateWeight(item.weightnoteInfo.netWeight)}}吨</view> |
|
|
{{formate.formateWeight(item.weightnoteInfo.netWeight)}}吨</view> |
|
|
</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}}"> |
|
|
wx:if="{{item.adjustMoney && item.adjustMoney}}"> |
|
|
<text class="text-black">调节费</text> |
|
|
<text class="text-black">调节费</text> |
|
|
<text style="color:#F5222D">{{item.adjustMoney > 0 ? '+' : ''}}{{formate.formateAmount(item.adjustMoney)}}元</text> |
|
|
<text style="color:#F5222D">{{item.adjustMoney > 0 ? '+' : ''}}{{formate.formateAmount(item.adjustMoney)}}元</text> |
|
|
|
|
|
</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> |
|
|
|
|
|
<text style="">{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-justify text-sg" style="margin-top:24rpx;border-top:2rpx solid #f3f3f3;padding-top:20rpx"> |
|
|
<view class="flex flex-justify text-sg" style="margin-top:24rpx;border-top:2rpx solid #f3f3f3;padding-top:20rpx"> |
|
|
<text class="text-black text-bold">总收款金额:</text> |
|
|
<text class="text-black text-bold">总收款金额:</text> |
|
|
|