|
|
@ -59,7 +59,7 @@ Scene({ |
|
|
var vdateString = util.formatDate(new Date(), 'Y-M-D') + '至' + util.formatDate(max, 'Y-M-D') |
|
|
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.dimensionDateStart = util.formatDate(today, 'Y-M-D') |
|
|
this.data.form.dimensionDateEnd = util.formatDate(max, '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() |
|
|
this.fetchStatisticsInfo() |
|
|
}, |
|
|
}, |
|
|
showCalendar: function(){ |
|
|
showCalendar: function(){ |
|
|
|