|
|
|
@ -102,7 +102,7 @@ |
|
|
|
<text class="text-gray">代卖费单价 x 净重</text> |
|
|
|
<text class="text-gray">{{formate.formatePrice2(item.unitSurcharge)}} x {{formate.formateWeight3(item.weightnoteInfo.netWeight)}}</text> |
|
|
|
</view> |
|
|
|
<view class="flex text-sg" style="justify-content: flex-end;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-gray" style="color:#F5222D">{{formate.formateAmount(item.preSettleMoney)}}元</text> |
|
|
|
</view> |
|
|
|
@ -120,11 +120,11 @@ |
|
|
|
<text class="text-black">调节费</text> |
|
|
|
<text style="color:#F5222D">-{{formate.formateAmount(item.adjustMoney)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex text-sg" style="justify-content: flex-end;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 style="color:#F5222D">{{formate.formateAmount(item.finalPayMoney)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex text-sg" style="justify-content: flex-end;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 style="color:#F5222D">{{formate.formateAmount(item.finalSettlePrice)}}元</text> |
|
|
|
</view> |
|
|
|
@ -156,7 +156,7 @@ |
|
|
|
<text class="text-gray">代卖费单价 x 净重</text> |
|
|
|
<text class="text-gray">{{formate.formatePrice2(item.unitSurcharge)}} x {{formate.formateWeight(item.weightnoteInfo.netWeight)}}</text> |
|
|
|
</view> |
|
|
|
<view class="flex text-sg" style="justify-content: flex-end;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 style="color:#F5222D">{{formate.formateAmount(item.weightnoteInfo.settlePrice)}}元</text> |
|
|
|
</view> |
|
|
|
|