@ -134,15 +134,15 @@
<view class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx" wx:else>
<view class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx" wx:else>
<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.sumAmount )}}元</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">
<text class="text-gray">结算单价 x 结算重量</text>
<text class="text-gray">结算单价 x 结算重量</text>
<text class="text-gray">{{formate.formatePrice2(item.weightnoteInfo.settleUtiPrice)}} x {{formate.formateWeight(item.weightnoteInfo.settlet Weight)}}</text>
<text class="text-gray">{{formate.formatePrice2(item.weightnoteInfo.settleUtiPrice)}} x {{formate.formateWeight(item.weightnoteInfo.settleWeight)}}</text>
</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 style="color:#F5222D">{{formate.formateAmount(item.adjustMoney)}}元</text>
<text style="color:#F5222D">{{item.adjustMoney > 0 ? '+' : ''}}{{ 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>