Browse Source

no message

feature/v2.1
张山 4 years ago
parent
commit
61a27b6e37
1 changed files with 2 additions and 2 deletions
  1. 4
      xtends/statics/sale-report/index.wxml

4
xtends/statics/sale-report/index.wxml

@ -16,11 +16,11 @@
</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:#278CC8">{{formate.formateWeight(reportInfo.totalOutboundDeliveryNetWeight || 0)}}</view>
<view class="text-xxl text-bold" style="color:#278CC8">{{formate.numberFormat(reportInfo.totalOutboundDeliveryNetWeight || 0)}}</view>
<view class="text-black text-sm">出货重量(吨)</view>
</view>
<view style="width:300rpx;">
<view class="text-xxl text-bold" style="color:#278CC8">{{formate.formateWeight(reportInfo.totalSettlePrice || 0)}}</view>
<view class="text-xxl text-bold" style="color:#278CC8">{{formate.numberFormat(reportInfo.totalSettleWeight || 0)}}</view>
<view class="text-black text-sm">结算重量(吨)</view>
</view>
</view>

Loading…
Cancel
Save