|
|
@ -68,7 +68,7 @@ |
|
|
<view class="text-xxl" style="color:#278CC8;margin-top:8rpx">{{formate.formateWeight(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"> |
|
|
<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">{{formate.formateWeight(reportInfo.totalOffsiteSettleWeight || 0)}}</view> |
|
|
<view class="text-black text-bold">{{formate.formateWeight(reportInfo.totalOffsiteSettleWeight || 0)}}</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -77,7 +77,7 @@ |
|
|
<view class="text-xxl" style="color:#278CC8;margin-top:8rpx">{{formate.formateAmount(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"> |
|
|
<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">{{formate.formateWeight(reportInfo.totalOnsideSettleWeight || 0)}}</view> |
|
|
<view class="text-black text-bold">{{formate.formateWeight(reportInfo.totalOnsideSettleWeight || 0)}}</view> |
|
|
</view> |
|
|
</view> |
|
|
|