Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
16ec838fc2
2 changed files with 2 additions and 2 deletions
  1. 2
      xtends/statics/sale-report/index.js
  2. 2
      xtends/statics/sale-report/index.wxml

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

@ -59,7 +59,7 @@ Scene({
var vdateString = util.formatDate(new Date(), 'Y-M-D') + '至' + util.formatDate(max, 'Y-M-D')
this.data.form.dimensionDateStart = util.formatDate(today, 'Y-M-D')
this.data.form.dimensionDateEnd = util.formatDate(max, 'Y-M-D')
this.setData({ height: app.globalData.fragmentHeight - 484, minDate, maxDate, vdate, vdateString })
this.setData({ height: app.globalData.fragmentHeight - 494, minDate, maxDate, vdate, vdateString })
this.fetchStatisticsInfo()
},
showCalendar: function(){

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

@ -34,7 +34,7 @@
<view class="text-black text-sm">金额(元)</view>
</view>
</view>
<view class="bg-white" style="height:80rpx;">
<view class="bg-white van-hairline--top" style="height:90rpx;padding-top: 16rpx">
<van-tabs type="card" color="#008AFF" bind:change="onTabChange">
<van-tab title="金额"></van-tab>
<van-tab title="重量差异"></van-tab>

Loading…
Cancel
Save