|
@@ -1,17 +1,15 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="app-content">
|
|
<view class="app-content">
|
|
|
<view style="padding:20upx 0 20upx 50upx;font-size:29upx;">
|
|
<view style="padding:20upx 0 20upx 50upx;font-size:29upx;">
|
|
|
- <text @click="setPass()" :class="[status==0?'cancel-pass':'pass-red']">已通过</text>
|
|
|
|
|
|
|
+ <text @click="setPass()" :class="[status==0?'cancel-pass':'pass-red']">选已通过</text>
|
|
|
<text style="margin-left:50upx;" @click="changeClass()">选分类</text>
|
|
<text style="margin-left:50upx;" @click="changeClass()">选分类</text>
|
|
|
<text style="margin-left:50upx;">总金额:¥{{ totalAmount }}</text>
|
|
<text style="margin-left:50upx;">总金额:¥{{ totalAmount }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view style="margin-left:50upx;margin-bottom:10upx;"><DateSelect class="bar" top="0" @selectDateFn="selectDateFn" /></view>
|
|
<view style="margin-left:50upx;margin-bottom:10upx;"><DateSelect class="bar" top="0" @selectDateFn="selectDateFn" /></view>
|
|
|
<block v-if="!$util.isEmpty(list.data)">
|
|
<block v-if="!$util.isEmpty(list.data)">
|
|
|
|
|
|
|
|
-<template v-for="(item, index) in list.data" :key="index">
|
|
|
|
|
-
|
|
|
|
|
- <view class="flex-space list" v-if="!$util.isEmpty(item.refundInfo)">
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <view class="flex-space list" v-for="(item, index) in list.data" :key="index">
|
|
|
|
|
+ <block v-if="!$util.isEmpty(item.refundInfo)">
|
|
|
<view class="label" @click="goDetail(item.refundInfo)">
|
|
<view class="label" @click="goDetail(item.refundInfo)">
|
|
|
<text>日期:{{item.refundInfo.addTime.substr(5,11)}}</text>
|
|
<text>日期:{{item.refundInfo.addTime.substr(5,11)}}</text>
|
|
|
<text>单号:{{item.refundInfo.orderSn}}</text>
|
|
<text>单号:{{item.refundInfo.orderSn}}</text>
|
|
@@ -23,11 +21,8 @@
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex val">¥{{parseFloat(item.refundInfo.refundPrice)}} <view class="iconfont iconxiangyou"></view> </view>
|
|
<view class="flex val">¥{{parseFloat(item.refundInfo.refundPrice)}} <view class="iconfont iconxiangyou"></view> </view>
|
|
|
-
|
|
|
|
|
- </view>
|
|
|
|
|
-
|
|
|
|
|
-</template>
|
|
|
|
|
-
|
|
|
|
|
|
|
+ </block>
|
|
|
|
|
+ </view>
|
|
|
|
|
|
|
|
</block>
|
|
</block>
|
|
|
<block v-else>
|
|
<block v-else>
|