e3eb21f6
刘淇
发放券
|
1
2
3
4
5
6
7
8
9
10
11
|
<template>
<view>
<view class="statistics yellow-bg uni-list-cell-pd" style="color: #fff">共18张券被领取,合计金额100.00元,其中已使用16张</view>
<view class="uni-list">
<view class="uni-list-cell">
<view class="uni-list-cell-left">
所有类型
</view>
<view class="uni-list-cell-db">
|
4a929260
刘淇
商户券明细
|
12
13
|
<picker @change="bindPickerChange($event,array)" :value="index" :range="array" :range-key="'text'">
<view class="uni-input">{{array[index].text}}</view>
|
e3eb21f6
刘淇
发放券
|
14
15
16
17
18
19
20
21
22
23
24
|
</picker>
</view>
</view>
</view>
<view class="uni-list">
<view class="uni-list-cell">
<view class="uni-list-cell-left">
所有状态
</view>
<view class="uni-list-cell-db">
|
4a929260
刘淇
商户券明细
|
25
26
27
|
<picker @change="bindPickerChangeWay($event,arrayWay)" :value="indexWay" :range="arrayWay"
:range-key="'text'">
<view class="uni-input">{{arrayWay[indexWay].text}}</view>
|
e3eb21f6
刘淇
发放券
|
28
29
30
31
32
33
34
35
36
37
38
39
|
</picker>
</view>
</view>
</view>
<view class="uni-list">
<view class="uni-list-cell">
<view class="uni-list-cell-left">
开始时间
</view>
<view class="uni-list-cell-db">
|
78e17486
刘淇
商户券明细
|
40
41
42
|
<picker mode="date" :value="beginTime" :start="startDate" :end="endDate"
@change="bindStartDateChange">
<view class="uni-input">{{beginTime}}</view>
|
e3eb21f6
刘淇
发放券
|
43
44
45
46
47
48
49
50
51
52
53
|
</picker>
</view>
</view>
</view>
<view class="uni-list">
<view class="uni-list-cell">
<view class="uni-list-cell-left">
结束时间
</view>
<view class="uni-list-cell-db">
|
78e17486
刘淇
商户券明细
|
54
55
|
<picker mode="date" :value="endTime" :start="startDate" :end="endDate" @change="bindEndDateChange">
<view class="uni-input">{{endTime}}</view>
|
e3eb21f6
刘淇
发放券
|
56
57
58
59
60
|
</picker>
</view>
</view>
</view>
|
4a929260
刘淇
商户券明细
|
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
<view v-if="dataList.length>0">
<view v-for="(i, index) in dataList" :key="i.id">
<!--<uni-section :title="i.cardRuleName+'('+i.cardType|cardTypeFormate+')'" type="line">-->
<uni-section :title="`${i.cardRuleName} (${$common.cardTypeFormat(i.cardType)})`" type="line">
<uni-list>
<uni-list-item>
<template v-slot:body>
<view class="slot-box uni-con-width">
<view class="uni-flex uni-space-between ">
<view class="color-blue">
{{i.cardNo}}
</view>
<view class="color-blue">
{{i.carNumber}}
</view>
|
78e17486
刘淇
商户券明细
|
76
|
</view>
|
4a929260
刘淇
商户券明细
|
77
78
79
80
81
82
83
84
85
86
87
|
<view class="uni-flex uni-space-between" style="padding: 10px 0">
<view>
<text class="color-blue paddingRight">领取时间</text>
<uni-dateformat :date="i.issuedEffDate" format="yyyy-MM-dd hh:mm:ss"></uni-dateformat>
</view>
<view class="color-green" v-if="i.isUesed=='1'">
已使用
</view>
<view class="color-blue" v-else>
未使用
</view>
|
78e17486
刘淇
商户券明细
|
88
|
</view>
|
4a929260
刘淇
商户券明细
|
89
90
91
92
93
94
95
96
97
|
<view class="uni-flex uni-space-between">
<view>
<text class="color-red paddingRight">使用时间</text>
<uni-dateformat v-if="i.isUesed=='1'" :date="i.usedDate" format="yyyy-MM-dd hh:mm:ss"></uni-dateformat>
<uni-dateformat v-else :date="i.exp_data" format="yyyy-MM-dd hh:mm:ss"></uni-dateformat>
</view>
<view class="color-green">
{{i.fullCutValue}}元/张
</view>
|
78e17486
刘淇
商户券明细
|
98
99
|
</view>
</view>
|
4a929260
刘淇
商户券明细
|
100
101
102
103
104
|
</template>
</uni-list-item>
</uni-list>
</uni-section>
</view>
|
df5a06e0
刘淇
商户券明细
|
105
|
<uni-load-more :status="status" />
|
78e17486
刘淇
商户券明细
|
106
107
108
109
110
|
</view>
|
e3eb21f6
刘淇
发放券
|
111
|
|
4a929260
刘淇
商户券明细
|
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
|
<!--<uni-section title="8折(折扣券)" type="line">-->
<!--<uni-list>-->
<!--<uni-list-item>-->
<!--<template v-slot:body>-->
<!--<view class="slot-box uni-con-width">-->
<!--<view class="uni-flex uni-space-between ">-->
<!--<view class="color-blue">-->
<!--JE000100011-->
<!--</view>-->
<!--<view class="color-blue">-->
<!--京A123456-->
<!--</view>-->
<!--</view>-->
<!--<view class="uni-flex uni-space-between" style="padding: 10px 0">-->
<!--<view>-->
<!--<text class="color-blue paddingRight">领取时间</text>-->
<!--2020-11-01 01:01:01-->
<!--</view>-->
<!--<view class="color-green">-->
<!--已使用-->
<!--</view>-->
<!--</view>-->
<!--<view class="uni-flex uni-space-between">-->
<!--<view>-->
<!--<text class="color-red paddingRight">使用时间</text>-->
<!--2020-11-01 01:01:01-->
<!--</view>-->
<!--<view class="color-green">-->
<!--5元/张-->
<!--</view>-->
<!--</view>-->
<!--</view>-->
<!--</template>-->
<!--</uni-list-item>-->
<!--</uni-list>-->
<!--</uni-section>-->
|
e3eb21f6
刘淇
发放券
|
148
|
|
e3eb21f6
刘淇
发放券
|
149
|
|
4a929260
刘淇
商户券明细
|
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
|
<!--<uni-section title="8折(折扣券)" type="line">-->
<!--<uni-list>-->
<!--<uni-list-item>-->
<!--<template v-slot:body>-->
<!--<view class="slot-box uni-con-width">-->
<!--<view class="uni-flex uni-space-between ">-->
<!--<view class="color-blue">-->
<!--JE000100011-->
<!--</view>-->
<!--<view class="color-blue">-->
<!--京A123456-->
<!--</view>-->
<!--</view>-->
<!--<view class="uni-flex uni-space-between" style="padding: 10px 0">-->
<!--<view>-->
<!--<text class="color-blue paddingRight">领取时间</text>-->
<!--2020-11-01 01:01:01-->
<!--</view>-->
<!--<view class="color-red">-->
<!--已失效-->
<!--</view>-->
<!--</view>-->
<!--<view class="uni-flex uni-space-between">-->
<!--<view>-->
<!--<text class="color-red paddingRight">失效时间</text>-->
<!--2020-11-01 01:01:01-->
<!--</view>-->
<!--<view class="color-green">-->
<!--5元/张-->
<!--</view>-->
<!--</view>-->
<!--</view>-->
<!--</template>-->
<!--</uni-list-item>-->
<!--</uni-list>-->
<!--</uni-section>-->
<!--<uni-section title="8折(折扣券)" type="line">-->
<!--<uni-list>-->
<!--<uni-list-item>-->
<!--<template v-slot:body>-->
<!--<view class="slot-box uni-con-width">-->
<!--<view class="uni-flex uni-space-between ">-->
<!--<view class="color-blue">-->
<!--JE000100011-->
<!--</view>-->
<!--<view class="color-blue">-->
<!--京A123456-->
<!--</view>-->
<!--</view>-->
<!--<view class="uni-flex uni-space-between" style="padding: 10px 0">-->
<!--<view>-->
<!--<text class="color-blue paddingRight">领取时间</text>-->
<!--2020-11-01 01:01:01-->
<!--</view>-->
<!--<view class="color-blue">-->
<!--未使用-->
<!--</view>-->
<!--</view>-->
<!--<view class="uni-flex uni-space-between">-->
<!--<view>-->
<!--<text class="color-green paddingRight">有效截止</text>-->
<!--2020-11-01 01:01:01-->
<!--</view>-->
<!--<view class="color-green">-->
<!--5元/张-->
<!--</view>-->
<!--</view>-->
<!--</view>-->
<!--</template>-->
<!--</uni-list-item>-->
<!--</uni-list>-->
<!--</uni-section>-->
|
e3eb21f6
刘淇
发放券
|
223
224
225
226
|
</view>
</template>
<script>
|
e3eb21f6
刘淇
发放券
|
227
228
229
230
231
232
233
|
export default {
data() {
const currentDate = this.getDate({
format: true
})
return {
title: 'picker',
|
4a929260
刘淇
商户券明细
|
234
235
236
237
238
239
240
241
242
243
244
|
array: [
{text: '单次券', id: 1},
{text: '时长券', id: 2},
{text: '满减券', id: 3},
{text: '金额券', id: 4},
{text: '包天券', id: 5},
],
arrayWay: [
{text: '已使用/绑定', id: 1},
{text: '未使用', id: 0},
],
|
e3eb21f6
刘淇
发放券
|
245
246
|
index: 0,
indexWay: 0,
|
4a929260
刘淇
商户券明细
|
247
248
|
cardType: '1', //卡券类型 :1-单次券,2-时长券,3-满减券,4-金额券,5-包天券
isUesed: '1', //1:已使用/绑定 0:未使用
|
78e17486
刘淇
商户券明细
|
249
250
|
beginTime: currentDate,
endTime: currentDate,
|
78e17486
刘淇
商户券明细
|
251
252
|
pageNum: '1',//当前页
pageSize: '10',//每页条数
|
df5a06e0
刘淇
商户券明细
|
253
254
255
256
|
totalPages:'1', // 总条数
// isLoadAll: false,
// reload: false,
status: 'no-more',
|
78e17486
刘淇
商户券明细
|
257
|
dataList: [],
|
e3eb21f6
刘淇
发放券
|
258
259
260
261
262
263
|
}
},
onLoad(params) {
wx.showShareMenu({
withShareTicket: true
})
|
df5a06e0
刘淇
商户券明细
|
264
|
this.fetchData()
|
e3eb21f6
刘淇
发放券
|
265
266
267
|
},
onShow() {
var me = this;
|
e3eb21f6
刘淇
发放券
|
268
|
},
|
df5a06e0
刘淇
商户券明细
|
269
270
271
272
273
274
275
276
277
278
279
280
|
// 下拉刷新触发
onPullDownRefresh(val) {
console.log('下拉刷新触发')
this.pageNum = 1
this.pageSize = this.pageSize
this.totalPages = 1
this.dataList = []
this.fetchData()
},
// 上拉加载触发
onReachBottom() {
console.log('上拉加载触发')
|
bc3fbd76
刘淇
商户券明细
|
281
282
|
console.log(this.totalPages)
console.log(this.dataList.length)
|
ca970168
刘淇
商户券明细
|
283
284
285
286
287
288
|
if (this.totalPages == this.dataList.length) {
this.status = 'no-more'
console.log('111')
return
} else {
this.pageNum++;
|
bc3fbd76
刘淇
商户券明细
|
289
|
this.fetchData()
|
ca970168
刘淇
商户券明细
|
290
|
}
|
df5a06e0
刘淇
商户券明细
|
291
292
293
|
},
|
e3eb21f6
刘淇
发放券
|
294
295
296
297
298
299
300
301
302
|
computed: {
startDate() {
return this.getDate('start');
},
endDate() {
return this.getDate('end');
}
},
methods: {
|
df5a06e0
刘淇
商户券明细
|
303
|
fetchData: function () {
|
bc3fbd76
刘淇
商户券明细
|
304
|
|
ca970168
刘淇
商户券明细
|
305
|
|
78e17486
刘淇
商户券明细
|
306
|
let that = this
|
df5a06e0
刘淇
商户券明细
|
307
|
that.status = 'loading'
|
78e17486
刘淇
商户券明细
|
308
309
310
|
let paramsData = {
pageNum: this.pageNum,
pageSize: this.pageSize,
|
4a929260
刘淇
商户券明细
|
311
312
313
314
|
beginTime: this.beginTime+' 00:00:00',
endTime: this.endTime+' 23:59:59',
cardType: this.cardType.toString(), //卡券类型 :1-单次券,2-时长券,3-满减券,4-金额券,5-包天券
isUesed: this.isUesed.toString(), //1:已使用/绑定 0:未使用
|
78e17486
刘淇
商户券明细
|
315
316
317
318
319
320
321
|
}
// 首页信息获取 接口
that.$myRequest({
url: that.$common.couponIssuedParkPage,
method: 'POST',
data: that.$common.requestSign(paramsData)
}).then(res => {
|
df5a06e0
刘淇
商户券明细
|
322
323
324
325
326
327
328
329
330
|
// const resDataArray = that.dataList.concat(res.data.dataList);
if(res.data.pageTotals<10){
this.status = 'no-more'
}else{
this.status = 'more'
}
that.totalPages = res.data.pageTotals;
that.dataList = that.dataList.concat(res.data.dataList)
console.log(that.dataList.length)
|
78e17486
刘淇
商户券明细
|
331
332
|
})
},
|
4a929260
刘淇
商户券明细
|
333
|
bindPickerChange: function (e, storage) {
|
e3eb21f6
刘淇
发放券
|
334
335
|
console.log('picker发送选择改变,携带值为', e.detail.value)
this.index = e.detail.value
|
4a929260
刘淇
商户券明细
|
336
337
|
this.cardType = storage[this.index].id
this.couponIssuedParkPage()
|
e3eb21f6
刘淇
发放券
|
338
|
},
|
4a929260
刘淇
商户券明细
|
339
340
|
bindPickerChangeWay: function (e, storage) {
console.log(storage)
|
e3eb21f6
刘淇
发放券
|
341
|
this.indexWay = e.detail.value
|
4a929260
刘淇
商户券明细
|
342
343
|
this.isUesed = storage[this.indexWay].id
this.couponIssuedParkPage()
|
e3eb21f6
刘淇
发放券
|
344
345
|
},
bindStartDateChange: function (e) {
|
4a929260
刘淇
商户券明细
|
346
|
console.log(e.detail.value)
|
78e17486
刘淇
商户券明细
|
347
|
this.beginTime = e.detail.value
|
4a929260
刘淇
商户券明细
|
348
|
this.couponIssuedParkPage()
|
e3eb21f6
刘淇
发放券
|
349
350
|
},
bindEndDateChange: function (e) {
|
78e17486
刘淇
商户券明细
|
351
|
this.endTime = e.detail.value
|
4a929260
刘淇
商户券明细
|
352
|
this.couponIssuedParkPage()
|
e3eb21f6
刘淇
发放券
|
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
|
},
getDate(type) {
const date = new Date();
let year = date.getFullYear();
let month = date.getMonth() + 1;
let day = date.getDate();
if (type === 'start') {
year = year - 60;
} else if (type === 'end') {
year = year + 2;
}
month = month > 9 ? month : '0' + month;
day = day > 9 ? day : '0' + day;
return `${year}-${month}-${day}`;
},
}
}
</script>
<style lang="scss" scoped>
.rechargeWrap {
position: relative;
.rechargeArrow {
position: absolute;
right: 10px;
top: 30px;
font-size: 20px;
color: #999;
}
}
.recordCon {
padding-right: 35px;
color: #999;
display: flex;
justify-content: space-between;
}
|
78e17486
刘淇
商户券明细
|
391
|
.paddingRight {
|
e3eb21f6
刘淇
发放券
|
392
393
394
|
padding-right: 20px;
}
</style>
|