|
|
@ -4,7 +4,8 @@ |
|
|
<wxs module="formate" src="../../../../pages/formate.wxs"></wxs> |
|
|
<wxs module="formate" src="../../../../pages/formate.wxs"></wxs> |
|
|
|
|
|
|
|
|
<!-- 预付款 --> |
|
|
<!-- 预付款 --> |
|
|
<view class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx" wx:if="{{item.activityOrderAuditPassNum == 1}}"> |
|
|
|
|
|
|
|
|
<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="flex flex-justify text-sg"> |
|
|
<view class="flex flex-justify text-sg"> |
|
|
<text class="text-black">预计总金额</text> |
|
|
<text class="text-black">预计总金额</text> |
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.preTotalMoney)}}元</text> |
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.preTotalMoney)}}元</text> |
|
|
@ -27,7 +28,7 @@ |
|
|
<text class="text-black">代卖费</text> |
|
|
<text class="text-black">代卖费</text> |
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.proxyAmount) || 0}}元</text> |
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.proxyAmount) || 0}}元</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-justify text-sm" style="margin-top:2rpx" > |
|
|
|
|
|
|
|
|
<view class="flex flex-justify text-sm" style="margin-top:2rpx" wx:if="{{item.proxySellerSettleType==0}}" > |
|
|
<text class="text-gray">代卖费单价 x 净重</text> |
|
|
<text class="text-gray">代卖费单价 x 净重</text> |
|
|
<view class="text-gray">{{formate.formatePrice2(item.unitSurcharge)}} x |
|
|
<view class="text-gray">{{formate.formatePrice2(item.unitSurcharge)}} x |
|
|
{{formate.formateWeight3(item.weightnoteInfo.netWeight)}}</view> |
|
|
{{formate.formateWeight3(item.weightnoteInfo.netWeight)}}</view> |
|
|
@ -38,52 +39,26 @@ |
|
|
<text class="text-gray" style="color:#F5222D">{{formate.formateAmount(item.preSettleMoney)}}元</text> |
|
|
<text class="text-gray" style="color:#F5222D">{{formate.formateAmount(item.preSettleMoney)}}元</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 尾款 --> |
|
|
|
|
|
<view wx:elif="{{item.activityOrderAuditPassNum == 2}}"> |
|
|
|
|
|
<view class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx"> |
|
|
|
|
|
<view class="flex flex-justify text-sg"> |
|
|
|
|
|
<text class="text-black">预计总金额</text> |
|
|
|
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.preTotalMoney)}}元</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="flex flex-justify text-xs" style="margin-top:2rpx"> |
|
|
|
|
|
<text class="text-gray">结算单价 x 净重</text> |
|
|
|
|
|
<view class="text-gray">{{formate.formatePrice2(item.unitPrice)}} x |
|
|
|
|
|
{{formate.formateWeight3(item.weightnoteInfo.netWeight)}}</view> |
|
|
|
|
|
</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> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="flex flex-justify text-xs" style="margin-top:2rpx"> |
|
|
|
|
|
<text class="text-gray">预估总金额 x {{agent.getActivitySettleType(orderInfo.activitySettleType)}}</text> |
|
|
|
|
|
<view class="text-gray">{{formate.formateAmount(item.preTotalMoney)}}元 x |
|
|
|
|
|
{{agent.getActivitySettleType(orderInfo.activitySettleType)}}</view> |
|
|
|
|
|
</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> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="flex flex-justify text-xs" style="margin-top:2rpx"> |
|
|
|
|
|
<text class="text-gray">代卖费单价 x 净重</text> |
|
|
|
|
|
<view class="text-gray">{{formate.formatePrice2(item.unitSurcharge)}} x |
|
|
|
|
|
{{formate.formateWeight3(item.weightnoteInfo.netWeight)}}</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-bold">首笔实收金额:</text> |
|
|
|
|
|
<text class="text-gray" style="color:#F5222D">{{formate.formateAmount(item.preSettleMoney)}}元</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- 尾款 只有活动订单才会有这个字段,并且这个字段=2表示第二次审核了 --> |
|
|
|
|
|
<view wx:if="{{item.activityOrderAuditPassNum!=null&&item.activityOrderAuditPassNum >= 2}}"> |
|
|
<view class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx"> |
|
|
<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="flex flex-justify text-sg"> |
|
|
<view class="flex flex-justify text-sg"> |
|
|
<text class="text-black">未结算金额</text> |
|
|
<text class="text-black">未结算金额</text> |
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.unSettleMoney)}}元</text> |
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.unSettleMoney)}}元</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-justify text-xs" style="margin-top:2rpx"> |
|
|
|
|
|
|
|
|
<view class="flex flex-justify text-xs" style="margin-top:2rpx" wx:if="{{item.proxySellerSettleType==1}}"> |
|
|
<text class="text-gray">单价 x 结算重量 - 首笔应收金额</text> |
|
|
<text class="text-gray">单价 x 结算重量 - 首笔应收金额</text> |
|
|
<view class="text-gray">{{formate.formatePrice2(item.unitPrice)}} x |
|
|
<view class="text-gray">{{formate.formatePrice2(item.unitPrice)}} x |
|
|
{{formate.formateWeight3(item.weightnoteInfo.settleWeight)}} - |
|
|
{{formate.formateWeight3(item.weightnoteInfo.settleWeight)}} - |
|
|
{{formate.formateAmount(item.prepayMoney)}}元</view> |
|
|
{{formate.formateAmount(item.prepayMoney)}}元</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view class="flex flex-justify text-xs" style="margin-top:2rpx" wx:if="{{item.proxySellerSettleType==0}}"> |
|
|
|
|
|
<text class="text-gray">单价 x 净重 - 首笔应收金额</text> |
|
|
|
|
|
<view class="text-gray">{{formate.formatePrice2(item.unitPrice)}} x |
|
|
|
|
|
{{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}}"> |
|
|
wx:if="{{item.adjustMoney && item.adjustMoney != 0}}"> |
|
|
<text class="text-black">调节费</text> |
|
|
<text class="text-black">调节费</text> |
|
|
@ -99,8 +74,8 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 全款 --> |
|
|
|
|
|
<view wx:if="{{item.paymentType == 3||(orderInfo.activityId==null&&item.status>=53)}}" class="bg-white" |
|
|
|
|
|
|
|
|
<!-- 全款 非活动订单,或者一次性付款的活动订单 , 在待审核和待结算,已完成下 , 显示全款信息, --> |
|
|
|
|
|
<view wx:if="{{(item.paymentType == 3||orderInfo.activityId==null)&&(item.status>52&&item.status!=55)}}" class="bg-white" |
|
|
style="padding: 24rpx 30rpx;margin-top:16rpx"> |
|
|
style="padding: 24rpx 30rpx;margin-top:16rpx"> |
|
|
<view class="flex flex-justify text-sg"> |
|
|
<view class="flex flex-justify text-sg"> |
|
|
<text class="text-black">总金额</text> |
|
|
<text class="text-black">总金额</text> |
|
|
|