礼品卡兑换记录
This commit is contained in:
parent
f982a65c12
commit
230bee5a9c
@ -108,6 +108,7 @@
|
||||
methods: {
|
||||
tapindex(index) {
|
||||
this.tindex = index
|
||||
this.list = []
|
||||
if (index == 0) {
|
||||
this.query.recordName = ''
|
||||
} else if (index == 1) {
|
||||
@ -141,46 +142,6 @@
|
||||
}
|
||||
})
|
||||
},
|
||||
// 查询储值卡充值订单
|
||||
getCarOrderList() {
|
||||
request({
|
||||
url: 'business/marketingActivity/cardValueRecord/selectCardRecord',
|
||||
method: 'get',
|
||||
params: this.query
|
||||
|
||||
}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
if (this.pageNo != 1) {
|
||||
this.list = this.list.concat(res.data.records)
|
||||
} else {
|
||||
this.list = res.data.records
|
||||
}
|
||||
this.totalDetail = res.data.total
|
||||
this.show = false
|
||||
uni.hideLoading();
|
||||
}
|
||||
})
|
||||
},
|
||||
// 查询囤油卡充值订单
|
||||
getFuleOrderList() {
|
||||
request({
|
||||
url: 'business/marketingActivity/cardValueRecord/selectFuleRecord',
|
||||
method: 'get',
|
||||
params: this.query
|
||||
|
||||
}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
if (this.pageNo != 1) {
|
||||
this.list = this.list.concat(res.data.records)
|
||||
} else {
|
||||
this.list = res.data.records
|
||||
}
|
||||
this.totalDetail = res.data.total
|
||||
this.show = false
|
||||
uni.hideLoading();
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
@ -189,6 +150,7 @@
|
||||
<style scoped lang="scss">
|
||||
.content {
|
||||
background: #f4f5f6;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
Loading…
Reference in New Issue
Block a user