|
|
@ -65,21 +65,21 @@ |
|
|
<view class="flex" style="margin-left:24rpx;"> |
|
|
<view class="flex" style="margin-left:24rpx;"> |
|
|
<view style="width:220rpx"> |
|
|
<view style="width:220rpx"> |
|
|
<view class="text-black text-sm">收货合计(吨)</view> |
|
|
<view class="text-black text-sm">收货合计(吨)</view> |
|
|
<view class="text-xxl" style="color:#278CC8;margin-top:8rpx">{{reportInfo.totalSettleWeight}}</view> |
|
|
|
|
|
|
|
|
<view class="text-xxl" style="color:#278CC8;margin-top:8rpx">{{formate.numberFormat(reportInfo.totalSettleWeight || 0)}}</view> |
|
|
<view class="flex" style="margin-top:24rpx;align-items: center"> |
|
|
<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 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> |
|
|
<text class="text-black text-sm" style="margin-left:12rpx">场外收货(吨)</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-black text-bold">{{reportInfo.totalOffsiteSettleWeight}}</view> |
|
|
|
|
|
|
|
|
<view class="text-black text-bold">{{formate.numberFormat(reportInfo.totalOffsiteSettleWeight || 0)}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="width:220rpx"> |
|
|
<view style="width:220rpx"> |
|
|
<view class="text-black text-sm">收货总金额(元)</view> |
|
|
<view class="text-black text-sm">收货总金额(元)</view> |
|
|
<view class="text-xxl" style="color:#278CC8;margin-top:8rpx">{{reportInfo.totalSettlePrice}}</view> |
|
|
|
|
|
|
|
|
<view class="text-xxl" style="color:#278CC8;margin-top:8rpx">{{formate.numberFormat(reportInfo.totalSettlePrice || 0)}}</view> |
|
|
<view class="flex" style="margin-top:24rpx;align-items: center"> |
|
|
<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 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> |
|
|
<text class="text-black text-sm" style="margin-left:12rpx">场内收货(吨)</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-black text-bold">{{reportInfo.totalOnsideSettleWeight}}</view> |
|
|
|
|
|
|
|
|
<view class="text-black text-bold">{{formate.numberFormat(reportInfo.totalOnsideSettleWeight || 0)}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -96,12 +96,12 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="bg-white flex flex-center"> |
|
|
<view class="bg-white flex flex-center"> |
|
|
<view class="flex flex-center flex-column" style="flex:1;padding:32rpx"> |
|
|
<view class="flex flex-center flex-column" style="flex:1;padding:32rpx"> |
|
|
<view class="text-xxl text-bold" style="color:#278CC8">{{formate.formateWeight(saleReportInfo.totalOutboundDeliveryNetWeight || 0)}}</view> |
|
|
|
|
|
|
|
|
<view class="text-xxl text-bold" style="color:#278CC8">{{formate.numberFormat(saleReportInfo.totalOutboundDeliveryNetWeight || 0)}}</view> |
|
|
<view class="text-black text-sm">总出货重量(吨)</view> |
|
|
<view class="text-black text-sm">总出货重量(吨)</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="van-hairline--left" style="height:100rpx"></view> |
|
|
<view class="van-hairline--left" style="height:100rpx"></view> |
|
|
<view class="flex flex-center flex-column" style="flex:1;padding:32rpx;"> |
|
|
<view class="flex flex-center flex-column" style="flex:1;padding:32rpx;"> |
|
|
<view class="text-xxl text-bold" style="color:#278CC8">{{formate.formateWeight(saleReportInfo.totalSettleWeight || 0)}}</view> |
|
|
|
|
|
|
|
|
<view class="text-xxl text-bold" style="color:#278CC8">{{formate.numberFormat(saleReportInfo.totalSettleWeight || 0)}}</view> |
|
|
<view class="text-black text-sm">总结算重量(吨)</view> |
|
|
<view class="text-black text-sm">总结算重量(吨)</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -111,12 +111,12 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="bg-white flex flex-center"> |
|
|
<view class="bg-white flex flex-center"> |
|
|
<view class="flex flex-center flex-column" style="flex:1;padding:32rpx;"> |
|
|
<view class="flex flex-center flex-column" style="flex:1;padding:32rpx;"> |
|
|
<view class="text-xxl text-bold" style="color:#278CC8">{{formate.formateWeight(saleReportInfo.carNumber || 0)}}</view> |
|
|
|
|
|
|
|
|
<view class="text-xxl text-bold" style="color:#278CC8">{{saleReportInfo.carNumber || 0}}</view> |
|
|
<view class="text-black text-sm">总出车数(车)</view> |
|
|
<view class="text-black text-sm">总出车数(车)</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="van-hairline--left" style="height:100rpx"></view> |
|
|
<view class="van-hairline--left" style="height:100rpx"></view> |
|
|
<view class="flex flex-center flex-column" style="flex:1;padding: 32rpx;"> |
|
|
<view class="flex flex-center flex-column" style="flex:1;padding: 32rpx;"> |
|
|
<view class="text-xxl text-bold" style="color:#278CC8">{{formate.formateWeight(saleReportInfo.totalSettlePrice || 0)}}</view> |
|
|
|
|
|
|
|
|
<view class="text-xxl text-bold" style="color:#278CC8">{{formate.numberFormat(saleReportInfo.totalSettlePrice || 0)}}</view> |
|
|
<view class="text-black text-sm">总结算金额(元)</view> |
|
|
<view class="text-black text-sm">总结算金额(元)</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|