index.vue
14.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
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
148
149
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
<template>
<div>
<back-box>
<template slot="title">
<span>使用分析</span>
</template>
</back-box>
<div class="page-content">
<ul class="params-box">
<li class="item">
<span class="s-txt">时间段:</span>
<div class="sel-box">
<div class="d1">
<el-date-picker
v-model="query.startDay"
type="date"
@change="handleChangeTimeStart"
placeholder="选择日期时间"
value-format="yyyy-MM-dd"
size="mini"
>
</el-date-picker>
~
<el-date-picker
v-model="query.endDay"
type="date"
placeholder="选择日期时间"
@change="handleChangeTimeEnd"
value-format="yyyy-MM-dd"
size="mini"
>
</el-date-picker>
</div>
<p class="p1">
<span
@click="setDate(1)"
:class="[date == 1 ? 'active' : '', 's1']"
>今天</span
>
<span
@click="setDate(2)"
:class="[date == 2 ? 'active' : '', 's1']"
>本周</span
>
<span
@click="setDate(3)"
:class="[date == 3 ? 'active' : '', 's1']"
>本月</span
>
<span
@click="setDate(4)"
:class="[date == 4 ? 'active' : '', 's1']"
>本季度</span
>
</p>
</div>
</li>
<li class="item" v-for="(item, index) in query.secGraClaSub">
<span class="s-txt">对比项{{ setBigNum(index) }}:</span>
<div class="sel-box">
<el-cascader
size="small"
class="sel sel2"
clearable
placeholder="选择范围"
v-model="query.secGraClaSub[index]"
:options="gradeList"
:props="props"
></el-cascader>
</div>
<i class="el-icon-delete" @click="removeQuery(index)"></i>
</li>
<li class="item">
<span class="s-txt"></span>
<div class="disflex-b">
<el-button
v-show="query.secGraClaSub.length < 10"
class="btn"
icon="el-icon-plus"
size="small"
round
@click="query.secGraClaSub.push([])"
>添加对比项</el-button
>
<el-button class="btn" round size="small" @click="getData"
>确定</el-button
>
</div>
</li>
</ul>
<div class="chart-box">
<barChart id="barChart" ref="barChart" />
</div>
</div>
</div>
</template>
<script>
import barChart from "@/components/charts/barChart";
import { formatDate, downloadFile } from "@/utils";
export default {
components: {
barChart,
},
data() {
return {
role: "",
loading: false,
date: "", //今天-本周-本月-本季度
type: 1, //集团管理员 表格切换
query: {
//搜索条件
startDay: "",
endDay: "",
day: "",
secGraClaSub: [],
},
props: {
multiple: false,
checkStrictly: true,
},
params: [],
gradeList: [],
chartData: [
{
name: "课时数",
value: [],
},
{
name: "测练数",
value: [],
},
],
xAxis: [],
};
},
async created() {
let that = this;
this.role =
this.$store.getters.info.showRole ||
this.$store.getters.info.permissions[0].role;
if (this.role == "ROLE_JITUAN") {
(this.props.lazy = true),
(this.props.lazyLoad = function (node, resolve) {
const { level } = node;
if (level == 3) {
console.log(node);
that.$request
.tenantSubjectList({
schoolId: node.path[0],
grade: node.value,
})
.then((res) => {
let children = res.data?.subjectNames.map((item) => {
return {
label: item,
value: item,
leaf: true,
};
});
const nodes = [...children];
// 通过调用resolve将子节点数据返回,通知组件数据加载完成
resolve(nodes);
});
} else {
resolve(node);
}
});
await this._QuerySchool();
}
await this._QueryGradeList();
if (this.role == "ROLE_XUEXIAO") {
await this._QueryClassList();
}
let startDay = this.query?.startDay;
if (!startDay) {
this.query.startDay = formatDate(new Date(), "yyyy-MM-dd");
this.query.endDay = formatDate(new Date(), "yyyy-MM-dd");
}
this.setDate(4)
this._QueryData();
},
methods: {
setBigNum(num) {
let txt = "";
let bigNum = ["一", "二", "三", "四", "五", "六", "七", "八", "九", "十"];
txt = bigNum[num];
return txt;
},
setDate(index) {
const that = this;
this.date = index == this.date ? "" : index;
let aYear = new Date().getFullYear();
let aMonth = new Date().getMonth() + 1;
that.query.day = "";
that.query.startDay = "";
that.query.endDay = "";
switch (index) {
case 1:
that.query.day = formatDate(new Date(), "yyyy-MM-dd");
that.query.startDay = that.query.day;
that.query.endDay = that.query.day;
break;
case 2:
let day = new Date().getDay();
if (day == 0) {
//中国式星期天是一周的最后一天
day = 7;
}
day--;
let aTime = new Date().getTime() - 24 * 60 * 60 * 1000 * day;
that.query.startDay = formatDate(new Date(aTime), "yyyy-MM-dd");
that.query.endDay = formatDate(new Date(), "yyyy-MM-dd");
break;
case 3:
aMonth = aMonth < 10 ? "0" + aMonth : aMonth;
that.query.startDay = `${aYear}-${aMonth}-01`;
that.query.endDay = formatDate(new Date(), "yyyy-MM-dd");
break;
case 4:
if (aMonth > 0 && aMonth < 4) {
aMonth = "1";
} else if (aMonth > 3 && aMonth < 7) {
aMonth = "4";
} else if (aMonth > 6 && aMonth < 10) {
aMonth = "7";
} else {
aMonth = "10";
}
aMonth = aMonth < 10 ? "0" + aMonth : aMonth;
that.query.startDay = `${aYear}-${aMonth}-01`;
that.query.endDay = formatDate(new Date(), "yyyy-MM-dd");
break;
}
},
removeQuery(index) {
this.query.secGraClaSub.splice(index, 1);
this.chartData[0].value.splice(index, 1);
this.chartData[1].value.splice(index, 1);
this.xAxis.pop();
this.$refs.barChart.initData(this.xAxis, this.chartData);
},
handleChangeTimeStart(val) {
this.query.day = "";
this.date = "";
if (this.query.endDay) {
if (new Date(val).getTime() > new Date(this.query.endDay).getTime()) {
this.$message.error("任务结束时间不能任务开始时间前面,请重新设置");
this.query.startDay = "";
}
}
},
handleChangeTimeEnd(val) {
this.query.day = "";
this.date = "";
if (this.query.startDay) {
if (new Date(val).getTime() < new Date(this.query.startDay).getTime()) {
this.$message.error("任务结束时间不能任务开始时间前面,请重新设置");
this.query.endDay = "";
}
}
},
getData() {
if (!this.query.secGraClaSub.length) {
this.$message.warning("请添加对比项,并选择对比条件!");
return;
}
let hasSpace = null;
for (let i = 0; i < this.query.secGraClaSub.length; i++) {
if (!this.query.secGraClaSub[i].length) {
hasSpace = i;
break;
}
}
if (hasSpace !== null) {
this.$message.warning(
`对比项${this.setBigNum(hasSpace)}对比条件不能为空请检查!`
);
return;
}
this._QueryData();
},
setQuery() {
let query = { ...this.query };
delete query.secGraClaSub;
if (this.role != "ROLE_JITUAN") {
query.params = this.query.secGraClaSub.map((item) => {
let jsons = {};
jsons.section = item[0];
item.length > 1 ? (jsons.grade = item[1]) : "";
item.length > 2 ? (jsons.classId = item[2]) : "";
item.length == 4 ? (jsons.subjectName = item[3]) : "";
return jsons;
});
} else {
query.params = this.query.secGraClaSub.map((item) => {
let jsons = {};
jsons.schoolId = item[0];
item.length > 1 ? (jsons.section = item[1]) : "";
item.length > 2 ? (jsons.grade = item[2]) : "";
item.length == 4 ? (jsons.subjectName = item[3]) : "";
return jsons;
});
}
return query;
},
async _QueryData() {
this.loading = true;
let query = this.setQuery();
const usageStatistics =
this.role != "ROLE_JITUAN"
? this.$request.usageStatistics
: this.$request.tenantUsageStatistics;
const { data, status, info } = await usageStatistics({
...query,
});
this.loading = false;
if (status === 0) {
this.chartData[0].value = [];
this.chartData[1].value = [];
this.xAxis = [];
data?.list.map((item, index) => {
this.xAxis.push("对比项" + this.setBigNum(index));
this.chartData[0].value.push(item.periodCount);
this.chartData[1].value.push(item.examCount);
});
this.$refs.barChart.initData(this.xAxis, this.chartData);
} else {
this.$message.error(info);
}
},
// 查找班级
async _QueryGradeList() {
this.loading = true;
const gradeList =
this.role != "ROLE_JITUAN"
? this.$request.sectionAndGradeList
: this.$request.tenantSectionAndGradeList;
const { data, status, info } = await gradeList();
if (status === 0) {
if (!!data.list) {
this.query.secGraClaSub = [];
if (this.role != "ROLE_JITUAN") {
this.gradeList =
data.list?.map((item) => {
let gradeIds = [];
let children = item.gradeList.map((items) => {
gradeIds.push(items.grade);
if (this.query.secGraClaSub.length < 10) {
this.query.secGraClaSub.push([item.section, items.grade]);
}
return {
value: items.grade,
label: items.gradeName,
};
});
return {
value: item.section,
label: item.sectionName,
gradeIds: [...gradeIds],
children: [...children],
};
}) || [];
} else {
let children = data.list?.map((item) => {
let children = item.gradeList.map((items) => {
return {
value: items.grade,
label: items.gradeName,
};
});
return {
value: item.section,
label: item.sectionName,
children: [...children],
};
});
this.gradeList = this.schoolList.map((item) => {
if (this.query.secGraClaSub.length < 10) {
this.query.secGraClaSub.push([item.id]);
}
return {
value: item.id,
label: item.schoolName,
children: [...children],
};
});
}
}
} else {
this.$message.error(info);
}
},
// 查找班级
async _QueryClassList() {
const { data, status, info } = await this.$request.gradeList();
if (status === 0) {
if (!!data.list) {
if (this.role == "ROLE_XUEXIAO") {
data.list?.map((item) => {
let subList = item.subjectNames?.map((items) => {
return {
value: items,
label: items,
};
});
let children = item.classList.map((clazz) => {
return {
value: clazz.id,
label: clazz.className,
id: clazz.id,
children: [...subList],
};
});
this.gradeList.map((sec) => {
if (sec.gradeIds.includes(item.grade)) {
sec.children[sec.gradeIds.indexOf(item.grade)].children = [
...children,
];
}
});
}) || [];
}
}
} else {
this.$message.error(info);
}
},
async _QuerySchool() {
this.loading = true;
const { data, status, info } = await this.$request.schoolList();
this.loading = false;
if (status === 0) {
this.schoolList = [...data.list] || [];
} else {
this.$message.error(info);
}
},
},
};
</script>
<style>
div::-webkit-scrollbar {
width: 3px;
height: 10px;
}
div::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #ccc;
}
</style>
<style lang="scss" scoped>
.page-content {
padding: 20px 40px;
}
.disflex-b {
display: flex;
justify-content: space-between;
align-items: center;
}
.sel-box {
display: flex;
align-items: center;
flex-wrap: nowrap;
.sel {
width: 8%;
min-width: 160px;
margin-right: 20px;
}
:deep(.el-input__inner) {
border: 1px solid #e2e2e2;
border-radius: 20px;
height: 32px;
line-height: 30px;
}
.el-input__icon {
line-height: 34px;
}
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
width: 160px;
}
.p1 {
flex: 1;
.s1 {
margin-left: 36px;
cursor: pointer;
color: #7f7f7f;
&:hover {
color: #409eff;
}
&.active {
color: #667ffd;
}
}
}
.sel2 {
width: 240px;
}
}
.params-box {
.item {
display: flex;
align-items: center;
margin-bottom: 20px;
.s-txt {
width: 120px;
}
.btn {
font-size: 14px;
}
.disflex-b {
flex: 1;
padding-right: 100px;
}
&:hover {
.el-icon-delete {
display: block;
}
}
.el-icon-delete {
cursor: pointer;
display: none;
&:hover {
color: #667ffd;
}
}
}
}
.chart-box {
height: 600px;
}
</style>