Browse Source

no message

featrue/v4.3
xpz2018 5 years ago
parent
commit
17c7e04e9f
1 changed files with 14 additions and 14 deletions
  1. 28
      pages/agent/detail/index.wxml

28
pages/agent/detail/index.wxml

@ -49,7 +49,7 @@
<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 == 1}}">
<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 class="text-gray">{{formate.formateAmount(item.preTotalMoney)}}元</text>
<text style="color:#F5222D">{{formate.formateAmount(item.preTotalMoney)}}元</text>
</view> </view>
<view class="flex flex-justify text-sm" style="margin-top:4rpx"> <view class="flex flex-justify text-sm" style="margin-top:4rpx">
<text class="text-gray">结算单价x净重</text> <text class="text-gray">结算单价x净重</text>
@ -57,15 +57,15 @@
</view> </view>
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx"> <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 class="text-black">首笔应收金额</text>
<text class="text-gray">{{formate.formateAmount(item.prepayMoney)}}元</text>
<text style="color:#F5222D">{{formate.formateAmount(item.prepayMoney)}}元</text>
</view> </view>
<view class="flex flex-justify text-sm" style="margin-top:12rpx"> <view class="flex flex-justify text-sm" style="margin-top:12rpx">
<text class="text-gray">预估总金额x{{agent.getActivitySettleType(orderInfo.activitySettleType)}}</text> <text class="text-gray">预估总金额x{{agent.getActivitySettleType(orderInfo.activitySettleType)}}</text>
<text class="text-gray"></text>
<text class="text-gray">{{formate.formateAmount(item.preTotalMoney)}}元x{{agent.getActivitySettleType(orderInfo.activitySettleType)}}</text>
</view> </view>
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx"> <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 class="text-black">代卖费</text>
<text class="text-gray">{{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:12rpx"> <view class="flex flex-justify text-sm" style="margin-top:12rpx">
<text class="text-gray">代卖费单价x净重</text> <text class="text-gray">代卖费单价x净重</text>
@ -80,7 +80,7 @@
<view class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx" wx:if="{{item.activityOrderAuditPassNum == 2}}"> <view class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx" wx:if="{{item.activityOrderAuditPassNum == 2}}">
<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 class="text-gray">{{formate.formateAmount(item.unSettleMoney)}}元</text>
<text style="color:#F5222D">{{formate.formateAmount(item.unSettleMoney)}}元</text>
</view> </view>
<view class="flex flex-justify text-sm" style="margin-top:4rpx"> <view class="flex flex-justify text-sm" style="margin-top:4rpx">
<text class="text-gray">结算单价x结算重量-首笔应收金额</text> <text class="text-gray">结算单价x结算重量-首笔应收金额</text>
@ -88,22 +88,22 @@
</view> </view>
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3" wx:if="{{item.adjustMoney}}"> <view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3" wx:if="{{item.adjustMoney}}">
<text class="text-black">调节费</text> <text class="text-black">调节费</text>
<text class="text-gray">-{{formate.formateAmount(item.adjustMoney)}}元</text>
<text style="color:#F5222D">-{{formate.formateAmount(item.adjustMoney)}}元</text>
</view> </view>
<view class="flex text-sg" style="justify-content: flex-end;margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx">
<view class="flex text-sg" style="justify-content: flex-end;margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:20rpx">
<text class="text-black text-bold">尾款实收金额:</text> <text class="text-black text-bold">尾款实收金额:</text>
<text class="text-gray" style="color:#F5222D">{{formate.formateAmount(item.finalPayMoney)}}元</text>
<text style="color:#F5222D">{{formate.formateAmount(item.finalPayMoney)}}元</text>
</view> </view>
<view class="flex text-sg" style="justify-content: flex-end;margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx">
<view class="flex text-sg" style="justify-content: flex-end;margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:20rpx">
<text class="text-black text-bold">总收款金额:</text> <text class="text-black text-bold">总收款金额:</text>
<text class="text-gray" style="color:#F5222D">{{formate.formateAmount(item.settlePrice)}}元</text>
<text style="color:#F5222D">{{formate.formateAmount(item.settlePrice)}}元</text>
</view> </view>
</view> </view>
<!-- 全款 --> <!-- 全款 -->
<view class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx" wx:if="{{item.activityOrderAuditPassNum == 0}}"> <view class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx" wx:if="{{item.activityOrderAuditPassNum == 0}}">
<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 class="text-gray">{{formate.formateAmount(item.preTotalMoney)}}元</text>
<text style="color:#F5222D">{{formate.formateAmount(item.preTotalMoney)}}元</text>
</view> </view>
<view class="flex flex-justify text-sm" style="margin-top:4rpx"> <view class="flex flex-justify text-sm" style="margin-top:4rpx">
<text class="text-gray">结算单价x结算重量</text> <text class="text-gray">结算单价x结算重量</text>
@ -111,11 +111,11 @@
</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}}"> <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 class="text-black">调节费</text>
<text class="text-gray">{{formate.formateAmount(item.adjustMoney)}}元</text>
<text style="color:#F5222D">{{formate.formateAmount(item.adjustMoney)}}元</text>
</view> </view>
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx"> <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 class="text-black">代卖费</text>
<text class="text-gray">{{formate.formateAmount(item.proxyAmount)}}元</text>
<text style="color:#F5222D">{{formate.formateAmount(item.proxyAmount)}}元</text>
</view> </view>
<view class="flex flex-justify text-sm" style="margin-top:4rpx"> <view class="flex flex-justify text-sm" style="margin-top:4rpx">
<text class="text-gray">代卖费单价x结算重量</text> <text class="text-gray">代卖费单价x结算重量</text>
@ -123,7 +123,7 @@
</view> </view>
<view class="flex text-sg" style="justify-content: flex-end;margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:20rpx"> <view class="flex text-sg" style="justify-content: flex-end;margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:20rpx">
<text class="text-black text-bold">总收款金额:</text> <text class="text-black text-bold">总收款金额:</text>
<text class="text-gray" style="color:#F5222D">{{formate.formateAmount(item.weightnoteInfo.settlePrice)}}元</text>
<text style="color:#F5222D">{{formate.formateAmount(item.weightnoteInfo.settlePrice)}}元</text>
</view> </view>
</view> </view>
</view> </view>

Loading…
Cancel
Save