|
|
|
@ -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> |
|
|
|
|