|
|
@ -40,8 +40,8 @@ Scene({ |
|
|
today.setHours(0, 0, 0) |
|
|
today.setHours(0, 0, 0) |
|
|
var vdate = [today.getTime(), maxDate] |
|
|
var vdate = [today.getTime(), maxDate] |
|
|
var vdateString = util.formatDate(min, 'Y-M-D') + '至' + util.formatDate(max, 'Y-M-D') |
|
|
var vdateString = util.formatDate(min, 'Y-M-D') + '至' + util.formatDate(max, 'Y-M-D') |
|
|
this.data.form.dimensionDateStart = util.formatDate(min, 'Y-M-D') |
|
|
|
|
|
this.data.form.dimensionDateEnd = util.formatDate(today, '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 - 304, minDate, maxDate, vdate, vdateString }) |
|
|
this.setData({ height: app.globalData.fragmentHeight - 304, minDate, maxDate, vdate, vdateString }) |
|
|
this.fetchStatisticsInfo() |
|
|
this.fetchStatisticsInfo() |
|
|
}, |
|
|
}, |
|
|
|