|
@@ -2,7 +2,7 @@
|
|
|
<div class="shop-list">
|
|
<div class="shop-list">
|
|
|
<x-crud @load="onLoad">
|
|
<x-crud @load="onLoad">
|
|
|
<template #slot-date-select>
|
|
<template #slot-date-select>
|
|
|
- <el-date-picker v-model="currentDateList" type="daterange" align="right" unlink-panels range-separator="至" start-placeholder="开始日期" @change="getSearchDate" value-format="yyyy-MM-dd"
|
|
|
|
|
|
|
+ 账单时间:<el-date-picker v-model="currentDateList" type="daterange" align="right" unlink-panels range-separator="至" start-placeholder="开始日期" @change="getSearchDate" value-format="yyyy-MM-dd"
|
|
|
end-placeholder="结束日期" :picker-options="pickerOptions" size="mini"> </el-date-picker>
|
|
end-placeholder="结束日期" :picker-options="pickerOptions" size="mini"> </el-date-picker>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
@@ -103,7 +103,7 @@ export default {
|
|
|
this.$router.push({ path: '/order/list', query });
|
|
this.$router.push({ path: '/order/list', query });
|
|
|
},
|
|
},
|
|
|
getTkDetail(info){
|
|
getTkDetail(info){
|
|
|
- let query = {customId:info.id,customName:info.name,searchTime:this.searchTime,startTime:this.startTime,endTime:this.endTime};
|
|
|
|
|
|
|
+ let query = {customId:info.id,customName:info.name,searchTime:this.searchTime,startTime:this.startTime,endTime:this.endTime,status:1};
|
|
|
this.$router.push({ path: '/order/refund-list', query });
|
|
this.$router.push({ path: '/order/refund-list', query });
|
|
|
},
|
|
},
|
|
|
exportDue(){
|
|
exportDue(){
|