|
|
|
@ -8,7 +8,7 @@ |
|
|
|
<view class="text-df text-gray" style="solid #f3f3f3;padding-bottom:24rpx">首款信息</view> |
|
|
|
<view class="flex flex-justify text-sg"> |
|
|
|
<text class="text-black">预计总金额</text> |
|
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.preTotalMoney)}}元</text> |
|
|
|
<text style="">{{formate.formateAmount(item.preTotalMoney)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sm" style="margin-top:2rpx"> |
|
|
|
<text class="text-gray">结算单价 x 净重</text> |
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:24rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx"> |
|
|
|
<text class="text-black">首笔应收金额</text> |
|
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.prepayMoney)}}元</text> |
|
|
|
<text style="">{{formate.formateAmount(item.prepayMoney)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sm" style="margin-top:2rpx"> |
|
|
|
<text class="text-gray">预估总金额 x {{agent.getActivitySettleType(orderInfo.activitySettleType)}}</text> |
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:24rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx"> |
|
|
|
<text class="text-black">代卖费</text> |
|
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.proxyAmount) || 0}}元</text> |
|
|
|
<text style="">{{formate.formateAmount(item.proxyAmount) || 0}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sm" style="margin-top:2rpx" wx:if="{{item.proxySellerSettleType==0}}" > |
|
|
|
<text class="text-gray">代卖费单价 x 净重</text> |
|
|
|
@ -45,7 +45,7 @@ |
|
|
|
<view class="text-df text-gray" style="solid #f3f3f3;padding-bottom:24rpx">尾款信息</view> |
|
|
|
<view class="flex flex-justify text-sg"> |
|
|
|
<text class="text-black">未结算金额</text> |
|
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.unSettleMoney)}}元</text> |
|
|
|
<text style="">{{formate.formateAmount(item.unSettleMoney)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-xs" style="margin-top:2rpx" wx:if="{{item.proxySellerSettleType==1}}"> |
|
|
|
<text class="text-gray">单价 x 结算重量 - 首笔应收金额</text> |
|
|
|
@ -62,10 +62,9 @@ |
|
|
|
<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="color:#F5222D">-{{formate.formateAmount(item.adjustMoney)}}元</text> |
|
|
|
<text style="">-{{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" |
|
|
|
wx:if="{{item.adjustMoney && item.adjustMoney != 0}}"> |
|
|
|
<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> |
|
|
|
@ -94,7 +93,7 @@ |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx"> |
|
|
|
<text class="text-black">代卖费</text> |
|
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.surcharge) || 0}}元</text> |
|
|
|
<text style="">{{formate.formateAmount(item.surcharge) || 0}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-xs" style="margin-top:2rpx" wx:if="{{item.proxySellerSettleType==1}}"> |
|
|
|
<text class="text-gray">代卖费单价 x 结算重量</text> |
|
|
|
@ -109,12 +108,12 @@ |
|
|
|
<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="color:#F5222D">{{item.adjustMoney > 0 ? '+' : ''}}{{formate.formateAmount(item.adjustMoney)}}元</text> |
|
|
|
<text style="">{{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="color:#F5222D">{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元</text> |
|
|
|
<text style="">{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元</text> |
|
|
|
</view> |
|
|
|
<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> |
|
|
|
|