|
|
|
@ -16,17 +16,17 @@ |
|
|
|
</view> |
|
|
|
<view class="bg-white flex" style="height:120rpx;padding-top:24rpx;"> |
|
|
|
<view style="width:320rpx;padding-left:48rpx"> |
|
|
|
<view class="text-xxl text-bold" style="color:#008AFF">{{formate.formateWeight(reportInfo.totalSalesPrice || 0)}}</view> |
|
|
|
<view class="text-xxl text-bold" style="color:#008AFF">{{formate.numberFormat(reportInfo.totalSalesPrice || 0)}}</view> |
|
|
|
<view class="text-black text-sm">总支出(元)</view> |
|
|
|
</view> |
|
|
|
<view style="width:300rpx;"> |
|
|
|
<view class="text-xxl text-bold" style="color:#008AFF">{{formate.formateWeight(reportInfo.totalReceiptPrice || 0)}}</view> |
|
|
|
<view class="text-xxl text-bold" style="color:#008AFF">{{formate.numberFormat(reportInfo.totalReceiptPrice || 0)}}</view> |
|
|
|
<view class="text-black text-sm">总收入(元)</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="bg-white flex" style="height:120rpx;padding-top:8rpx"> |
|
|
|
<view style="width:320rpx;padding-left:48rpx"> |
|
|
|
<view class="text-xxl text-bold" style="color:#008AFF">{{formate.formateWeight(reportInfo.totalGrossProfit || 0)}}</view> |
|
|
|
<view class="text-xxl text-bold" style="color:#008AFF">{{formate.numberFormat(reportInfo.totalGrossProfit || 0)}}</view> |
|
|
|
<view class="text-black text-sm">总毛利(元)</view> |
|
|
|
</view> |
|
|
|
<view style="width:300rpx;"> |
|
|
|
|