Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
fa474653f4
4 changed files with 9 additions and 10 deletions
  1. 6
      xtends/statics/agent-report/index.wxml
  2. 6
      xtends/statics/gross-report/index.wxml
  3. 5
      xtends/statics/purchase-report/index.wxml
  4. 2
      xtends/statics/sale-report/index.wxml

6
xtends/statics/agent-report/index.wxml

@ -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(totalInfo.totalWeight || 0)}}</view>
<view class="text-xxl text-bold" style="color:#008AFF">{{formate.formateWeight(reportInfo.totalWeight || 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(totalInfo.totalWeight || 0)}}</view>
<view class="text-xxl text-bold" style="color:#008AFF">{{reportInfo.totalWeight || 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(totalInfo.totalWeight || 0)}}</view>
<view class="text-xxl text-bold" style="color:#008AFF">{{reportInfo.totalWeight || 0}}</view>
<view class="text-black text-sm">代卖费(元)</view>
</view>
<view style="width:300rpx;">

6
xtends/statics/gross-report/index.wxml

@ -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;">

5
xtends/statics/purchase-report/index.wxml

@ -1,5 +1,4 @@
<!--xtends//statics/index/index.wxml-->
<wxs module="formate" src="../../../pages/formate.wxs"></wxs>
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">收货报表</view>
</cu-custom>
@ -16,11 +15,11 @@
</view>
<view class="bg-white flex" style="height:140rpx;padding-top:24rpx;">
<view style="width:320rpx;padding-left:48rpx">
<view class="text-xxl text-bold" style="color:#278CC8">{{formate.formateWeight(reportInfo.totalSettleWeight || 0)}}</view>
<view class="text-xxl text-bold" style="color:#278CC8">{{reportInfo.totalSettleWeight || 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">{{reportInfo.totalSettlePrice || 0}}</view>
<view class="text-black text-sm">合计金额(元)</view>
</view>
</view>

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

@ -30,7 +30,7 @@
<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">{{reportInfo.totalSettlePrice || 0}}</view>
<view class="text-black text-sm">金额(元)</view>
</view>
</view>

Loading…
Cancel
Save