|
|
|
@ -65,21 +65,21 @@ |
|
|
|
<view class="flex" style="margin-left:24rpx;"> |
|
|
|
<view style="width:220rpx"> |
|
|
|
<view class="text-black text-sm">收货合计(吨)</view> |
|
|
|
<view class="text-xxl" style="color:#278CC8;margin-top:8rpx">{{formate.numberFormat(reportInfo.totalSettleWeight || 0)}}</view> |
|
|
|
<view class="text-xxl" style="color:#278CC8;margin-top:8rpx">{{formate.formateWeight(reportInfo.totalSettleWeight || 0)}}</view> |
|
|
|
<view class="flex" style="margin-top:24rpx;align-items: center"> |
|
|
|
<text style="background-image: linear-gradient(270deg, #FF222C 0%, #FF691C 100%);border-radius:50%;height:16rpx;width:16rpx"></text> |
|
|
|
<text class="text-black text-sm" style="margin-left:12rpx">场外收货(吨)</text> |
|
|
|
</view> |
|
|
|
<view class="text-black text-bold">{{formate.numberFormat(reportInfo.totalOffsiteSettleWeight || 0)}}</view> |
|
|
|
<view class="text-black text-bold">{{formate.formateWeight(reportInfo.totalOffsiteSettleWeight || 0)}}</view> |
|
|
|
</view> |
|
|
|
<view style="width:220rpx"> |
|
|
|
<view class="text-black text-sm">收货总金额(元)</view> |
|
|
|
<view class="text-xxl" style="color:#278CC8;margin-top:8rpx">{{formate.numberFormat(reportInfo.totalSettlePrice || 0)}}</view> |
|
|
|
<view class="text-xxl" style="color:#278CC8;margin-top:8rpx">{{formate.formateAmount(reportInfo.totalSettlePrice || 0)}}</view> |
|
|
|
<view class="flex" style="margin-top:24rpx;align-items: center"> |
|
|
|
<text style="background-image: linear-gradient(90deg, #007AFF 0%, #6BCDFF 100%);border-radius:50%;height:16rpx;width:16rpx"></text> |
|
|
|
<text class="text-black text-sm" style="margin-left:12rpx">场内收货(吨)</text> |
|
|
|
</view> |
|
|
|
<view class="text-black text-bold">{{formate.numberFormat(reportInfo.totalOnsideSettleWeight || 0)}}</view> |
|
|
|
<view class="text-black text-bold">{{formate.formateWeight(reportInfo.totalOnsideSettleWeight || 0)}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|