|
@@ -77,9 +77,8 @@ export default {
|
|
|
queryParam: {
|
|
|
beginDate: null, // 开始时间
|
|
|
endDate: null, // 结束时间
|
|
|
- contactPhone: '', // 用户手机
|
|
|
- orderNo: '', // 订单编号
|
|
|
- orderStatus: null // 订单状态
|
|
|
+ changeType: '', // 类型
|
|
|
+ operateType: '' // 原因
|
|
|
},
|
|
|
loading: false, // 导出loading
|
|
|
// 表头
|
|
@@ -146,15 +145,14 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
// 查看详情
|
|
|
- handleView (row) {
|
|
|
- this.$router.push({ path: `/shop/order/detail/${row.id}` })
|
|
|
- },
|
|
|
+ // handleView (row) {
|
|
|
+ // this.$router.push({ path: `/shop/order/detail/${row.id}` })
|
|
|
+ // },
|
|
|
// 重置
|
|
|
handleReset () {
|
|
|
this.queryOrderDate = undefined
|
|
|
- this.queryParam.contactPhone = ''
|
|
|
- this.queryParam.orderNo = ''
|
|
|
- this.queryParam.orderStatus = null
|
|
|
+ this.queryParam.changeType = ''
|
|
|
+ this.queryParam.operateType = ''
|
|
|
this.$refs.table.refresh(true)
|
|
|
}
|
|
|
// 导出
|