Browse Source

---

featrue/v4.4
DESKTOP-A1SENDA\HUzy 4 years ago
parent
commit
3733b9654d
1 changed files with 6 additions and 2 deletions
  1. 8
      pages/agent/detail/item-money-info/money-info.wxml

8
pages/agent/detail/item-money-info/money-info.wxml

@ -126,11 +126,15 @@
<text class="text-black">纸厂补贴与扣款</text>
<text style="">{{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}}">
<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.refundSubsidy==null?0:item.refundSubsidy)}}元</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.unitRefundSubsidy==null?0:item.unitRefundSubsidy)}} 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"
wx:if="{{item.adjustMoney}}">
<text class="text-black">调节费</text>

Loading…
Cancel
Save