|
|
|
@ -5,10 +5,10 @@ |
|
|
|
<!-- 预付款 --> |
|
|
|
<view class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx" |
|
|
|
wx:if="{{item.activityOrderAuditPassNum!=null&&item.activityOrderAuditPassNum >= 1}}"> |
|
|
|
<view class="text-df text-gray" style="solid #f3f3f3;padding-bottom:24rpx">首款信息</view> |
|
|
|
<view class="text-df text-gray" style="border-bottom: 1rpx solid #f3f3f3;padding-bottom:24rpx">首款信息</view> |
|
|
|
<view class="flex flex-justify text-sg"> |
|
|
|
<text class="text-black">预计总金额</text> |
|
|
|
<text style="">{{formate.formateAmount(item.preTotalMoney)}}元</text> |
|
|
|
<text>{{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="">{{formate.formateAmount(item.prepayMoney)}}元</text> |
|
|
|
<text>{{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="">{{formate.formateAmount(item.proxyAmount) || 0}}元</text> |
|
|
|
<text>{{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> |
|
|
|
@ -36,7 +36,7 @@ |
|
|
|
<view class="flex text-sg" style="justify-content: flex-end;margin-top:24rpx;border-top:2rpx solid #f3f3f3;padding-top:24rpx"> |
|
|
|
<text class="text-black text-bold">首笔货款金额:</text> |
|
|
|
<van-popover placement="topRight" content="{{firstMoneyStringTip}}" body-style="width: 684rpx;"> |
|
|
|
<view style="flex flex-center"> |
|
|
|
<view class="flex flex-center"> |
|
|
|
<text class="text-gray" style="color:#F5222D">{{formate.formateAmount(item.preSettleMoney)}}元</text> |
|
|
|
<text class="cuIcon-question text-gray" style="font-size:36rpx"></text> |
|
|
|
</view> |
|
|
|
@ -46,10 +46,10 @@ |
|
|
|
<!-- 尾款 只有活动订单才会有这个字段,并且这个字段=2表示第二次审核了 --> |
|
|
|
<view wx:if="{{item.activityOrderAuditPassNum!=null&&item.activityOrderAuditPassNum >= 2}}"> |
|
|
|
<view class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx"> |
|
|
|
<view class="text-df text-gray" style="solid #f3f3f3;padding-bottom:24rpx">尾款信息</view> |
|
|
|
<view class="text-df text-gray" style="border-bottom: 1rpx solid #f3f3f3;padding-bottom:24rpx">尾款信息</view> |
|
|
|
<view class="flex flex-justify text-sg"> |
|
|
|
<text class="text-black">未结算金额</text> |
|
|
|
<text style="">{{formate.formateAmount(item.unSettleMoney)}}元</text> |
|
|
|
<text>{{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> |
|
|
|
@ -71,17 +71,17 @@ |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx" |
|
|
|
wx:if="{{item.refundSubsidy!=null&&item.refundSubsidy!=0}}"> |
|
|
|
<text class="text-black">返还补贴</text> |
|
|
|
<text style="">{{formate.formateAmount(item.refundSubsidy==null?0:item.refundSubsidy)}}元</text> |
|
|
|
<text>{{formate.formateAmount(item.refundSubsidy==null?0:item.refundSubsidy)}}元</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}}"> |
|
|
|
<text class="text-black">调节费</text> |
|
|
|
<text style="">{{formate.formateAmount(item.adjustMoney==null?0:item.adjustMoney)}}元</text> |
|
|
|
<text>{{formate.formateAmount(item.adjustMoney==null?0: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-bold">尾款金额:</text> |
|
|
|
<van-popover placement="topRight" content="{{secondMoneyStringTip}}" body-style="width: 684rpx;"> |
|
|
|
<view style="flex flex-center"> |
|
|
|
<view class="flex flex-center"> |
|
|
|
<text class="text-gray" style="color:#F5222D">{{formate.formateAmount(item.finalPayMoney)}}元</text> |
|
|
|
<text class="cuIcon-question text-gray" style="font-size:36rpx"></text> |
|
|
|
</view> |
|
|
|
@ -107,7 +107,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="">{{formate.formateAmount(item.surcharge) || 0}}元</text> |
|
|
|
<text>{{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> |
|
|
|
@ -123,12 +123,12 @@ |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx" |
|
|
|
wx:if="{{isShowtotalOtherAmount==false}}"> |
|
|
|
<text class="text-black">纸厂补贴与扣款</text> |
|
|
|
<text style="">{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元</text> |
|
|
|
<text>{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx" wx:if="{{item.refundSubsidy!=null&&item.refundSubsidy!=0}}"> |
|
|
|
<text class="text-black">返还补贴</text> |
|
|
|
<text style="">{{formate.formateAmount(item.refundSubsidy==null?0:item.refundSubsidy)}}元</text> |
|
|
|
<text>{{formate.formateAmount(item.refundSubsidy==null?0:item.refundSubsidy)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-xs" style="margin-top:2rpx"> |
|
|
|
<text class="text-gray">补贴单价单价 x 结算重量</text> |
|
|
|
@ -138,7 +138,7 @@ |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx" |
|
|
|
wx:if="{{item.adjustMoney}}"> |
|
|
|
<text class="text-black">调节费</text> |
|
|
|
<text style="">{{formate.formateAmount(item.adjustMoney==null?0:item.adjustMoney)}}元</text> |
|
|
|
<text>{{formate.formateAmount(item.adjustMoney==null?0:item.adjustMoney)}}元</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> |
|
|
|
|