|
@@ -16,12 +16,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<picker class="picker" @change="sureChooseDate" mode='date' fields="month" range-key="label" >
|
|
<picker class="picker" @change="sureChooseDate" mode='date' fields="month" range-key="label" >
|
|
|
- <view class="left flex-row" @click="showDate">
|
|
|
|
|
|
|
+ <view class="left flex-row">
|
|
|
<text>{{dataTime || '全部'}}</text>
|
|
<text>{{dataTime || '全部'}}</text>
|
|
|
<image class="xialaImage" src="/static/transaction/u5.png"></image>
|
|
<image class="xialaImage" src="/static/transaction/u5.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
</picker>
|
|
</picker>
|
|
|
|
|
|
|
|
|
|
+ <view v-if="dataTime" class="left flex-row" @click="showDate">
|
|
|
|
|
+ <text> 全部</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
<view class="right flex-row justify-around">
|
|
<view class="right flex-row justify-around">
|
|
|
<text>新增{{tranFlowstatistic.rechargeAmount || 0}}</text>
|
|
<text>新增{{tranFlowstatistic.rechargeAmount || 0}}</text>
|
|
|
<text>消费-{{tranFlowstatistic.consumeAmount || 0 }}</text>
|
|
<text>消费-{{tranFlowstatistic.consumeAmount || 0 }}</text>
|
|
@@ -130,7 +134,10 @@
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
showDate(){
|
|
showDate(){
|
|
|
- this.serviceTimeShow = true;
|
|
|
|
|
|
|
+ this.dataTime = '';
|
|
|
|
|
+ setTimeout(f=>{
|
|
|
|
|
+ this.$refs.MescrollItem[this.tabIndex].downCallback()
|
|
|
|
|
+ },100)
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
maxDate(selectedMonth) {
|
|
maxDate(selectedMonth) {
|