You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
6.8 KiB
112 lines
6.8 KiB
<!--pages/agent/detail/money-info/money-info.wxml-->
|
|
|
|
<wxs module="agent" src="../../../agent/index.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!=null&&item.activityOrderAuditPassNum >= 1}}">
|
|
<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>
|
|
</view>
|
|
<view class="flex flex-justify text-sm" 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-sm" 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-sm" style="margin-top:2rpx" wx:if="{{item.proxySellerSettleType==0}}" >
|
|
<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 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>
|
|
<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="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>
|
|
</view>
|
|
<view class="flex flex-justify text-xs" style="margin-top:2rpx" wx:if="{{item.proxySellerSettleType==1}}">
|
|
<text class="text-gray">单价 x 结算重量 - 首笔应收金额</text>
|
|
<view class="text-gray">{{formate.formatePrice2(item.unitPrice)}} x
|
|
{{formate.formateWeight3(item.weightnoteInfo.settleWeight)}} -
|
|
{{formate.formateAmount(item.prepayMoney)}}元</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"
|
|
wx:if="{{item.adjustMoney && item.adjustMoney != 0}}">
|
|
<text class="text-black">调节费</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-bold">尾款实收金额:</text>
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.finalPayMoney)}}元</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>
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.finalSettlePrice)}}元</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 全款 非活动订单,或者一次性付款的活动订单 , 在待审核和待结算,已完成下 , 显示全款信息, -->
|
|
<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">
|
|
<view class="flex flex-justify text-sg">
|
|
<text class="text-black">总金额</text>
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.sumAmount)}}元</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.weightnoteInfo.settleUtiPrice)}} x
|
|
{{formate.formateWeight(item.weightnoteInfo.settleWeight)}}</view>
|
|
</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>
|
|
</view>
|
|
<view class="flex flex-justify text-xs" style="margin-top:2rpx" wx:if="{{item.proxySellerSettleType==1}}">
|
|
<text class="text-gray">代卖费单价 x 结算重量</text>
|
|
<view class="text-gray">{{formate.formatePrice2(item.unitSurcharge==null?0:item.unitSurcharge)}} x
|
|
{{formate.formateWeight(item.weightnoteInfo.settleWeight)}}</view>
|
|
</view>
|
|
<view class="flex flex-justify text-xs" style="margin-top:2rpx" wx:elif="{{item.proxySellerSettleType==0}}">
|
|
<text class="text-gray">代卖费单价 x 净重</text>
|
|
<view class="text-gray">{{formate.formatePrice2(item.unitSurcharge)}} x
|
|
{{formate.formateWeight(item.weightnoteInfo.netWeight)}}</view>
|
|
</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">{{item.adjustMoney > 0 ? '+' : ''}}{{formate.formateAmount(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>
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.weightnoteInfo.settlePrice)}}元</text>
|
|
</view>
|
|
</view>
|