Blame view

src/views/standard/test/index.vue 41.7 KB
4c4f7640   梁保满   路由表,路由前端文件
1
  <template>
76eb1bf6   梁保满   授课端版本管理,学生画像接口联调
2
    <div ref="main" class="page-container">
f356590c   阿宝   即时测列表,分析页面
3
4
5
6
      <back-box>
        <template slot="title">
          <span>即时测-数据报表</span>
        </template>
9e1c9c46   梁保满   报表归档数据放开
7
        <template slot="btns">
e5e4a3e6   梁保满   v1.3
8
          <el-tooltip
47a01cb6   梁保满   v1.3测试问题
9
            v-if="!code && gdClass"
e5e4a3e6   梁保满   v1.3
10
11
12
13
14
15
16
17
18
19
20
21
22
            effect="dark"
            content="已归档试卷"
            placement="bottom"
          >
            <el-button
              type="primary"
              icon="fa fa-archive"
              size="mini"
              plain
              circle
              @click="toArchiving"
            ></el-button>
          </el-tooltip>
9e1c9c46   梁保满   报表归档数据放开
23
        </template>
f356590c   阿宝   即时测列表,分析页面
24
25
26
      </back-box>
      <div class="answer-header">
        <div class="sel-box">
533a17d8   梁保满   备题组卷添加批量设置答案
27
28
          <el-select
            class="sel"
4295ede6   梁保满   即使测报表对比页面开发
29
            v-model="query.classIds"
533a17d8   梁保满   备题组卷添加批量设置答案
30
31
            placeholder="选择班级"
            @change="changeclass"
4295ede6   梁保满   即使测报表对比页面开发
32
33
            multiple
            collapse-tags
533a17d8   梁保满   备题组卷添加批量设置答案
34
          >
31436559   梁保满   多班级样式问题,成绩登记设置问题
35
36
37
38
39
            <p class="select-all">
              <el-checkbox v-model="classAll" @change="selectAll"
                >全选</el-checkbox
              >
            </p>
f356590c   阿宝   即时测列表,分析页面
40
            <el-option
ee00775c   梁保满   测试bug
41
42
43
              :disabled="
                query.classIds.length == 1 && query.classIds[0] == item.value
              "
f356590c   阿宝   即时测列表,分析页面
44
45
46
47
48
49
50
51
52
              v-for="item in classList"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </el-select>
          <el-select
            v-if="role == 'ROLE_BANZHUREN'"
4295ede6   梁保满   即使测报表对比页面开发
53
            class="sel sel2"
f356590c   阿宝   即时测列表,分析页面
54
            multiple
9309dc5d   梁保满   任课老师接口完成
55
            v-model="query.subjectNames"
45504a95   阿宝   即时测页面,以及小题修改答案
56
            placeholder="选择科目"
dbbfc6c5   梁保满   飞书优化及bug
57
            @change="changeSub"
f356590c   阿宝   即时测列表,分析页面
58
59
60
61
62
63
64
65
66
67
68
          >
            <el-option
              v-for="item in subjectList"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </el-select>
          <el-select
            v-else
4295ede6   梁保满   即使测报表对比页面开发
69
            class="sel sel2"
9309dc5d   梁保满   任课老师接口完成
70
            v-model="query.subjectNames"
45504a95   阿宝   即时测页面,以及小题修改答案
71
            placeholder="选择科目"
f356590c   阿宝   即时测列表,分析页面
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
          >
            <el-option
              v-for="item in subjectList"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </el-select>
          <div class="d1">
            <el-date-picker
              v-model="query.startDay"
              type="date"
              @change="handleChangeTimeStart"
              placeholder="选择日期时间"
              value-format="yyyy-MM-dd"
            >
            </el-date-picker>
            ~
            <el-date-picker
              v-model="query.endDay"
              type="date"
              placeholder="选择日期时间"
              @change="handleChangeTimeEnd"
              value-format="yyyy-MM-dd"
            >
            </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>
          <el-button type="primary" round @click="_QueryData()">筛选</el-button>
        </div>
      </div>
4295ede6   梁保满   即使测报表对比页面开发
117
      <div v-show="query.classIds.length == 1" class="table-box">
9309dc5d   梁保满   任课老师接口完成
118
        <el-radio-group
31436559   梁保满   多班级样式问题,成绩登记设置问题
119
          v-if="query.startDay != query.endDay"
9309dc5d   梁保满   任课老师接口完成
120
121
122
123
          v-model="tabIndex"
          @change="changeTab"
          style="margin-bottom: 20px"
        >
e5e4a3e6   梁保满   v1.3
124
          <template v-for="(item, index) in tabList">
f1b55bc6   梁保满   删除添加loading,提示词颜色
125
            <el-radio-button :label="index + 1">{{ item }}</el-radio-button>
e5e4a3e6   梁保满   v1.3
126
          </template>
f356590c   阿宝   即时测列表,分析页面
127
        </el-radio-group>
31436559   梁保满   多班级样式问题,成绩登记设置问题
128
129
130
131
132
        <div class="head-box" v-else>
          <div class="tit">
            <p class="txt">已考试卷信息</p>
          </div>
        </div>
8ea67428   梁保满   飞书bug
133
        <div v-show="tabIndex == 1" v-loading="loading">
d32e461c   梁保满   备题组卷
134
          <el-table :data="tableData" border style="width: 100%">
f356590c   阿宝   即时测列表,分析页面
135
            <el-table-column
4295ede6   梁保满   即使测报表对比页面开发
136
137
138
139
140
141
              prop="subjectName"
              label="科目"
              align="center"
              width="100"
            ></el-table-column>
            <el-table-column
f356590c   阿宝   即时测列表,分析页面
142
143
              prop="title"
              label="试卷名称"
f356590c   阿宝   即时测列表,分析页面
144
145
146
              align="center"
            ></el-table-column>
            <el-table-column
ee00775c   梁保满   测试bug
147
              prop="className"
4295ede6   梁保满   即使测报表对比页面开发
148
149
150
151
152
              label="考试班级"
              align="center"
              width="100"
            ></el-table-column>
            <el-table-column
9309dc5d   梁保满   任课老师接口完成
153
              prop="examPaperScore"
f356590c   阿宝   即时测列表,分析页面
154
155
              label="卷面分"
              align="center"
3617eaad   梁保满   长水账号设置
156
              width="68"
f356590c   阿宝   即时测列表,分析页面
157
            ></el-table-column>
4295ede6   梁保满   即使测报表对比页面开发
158
159
160
161
162
            <el-table-column
              width="80"
              prop="answeredNum"
              label="测验人数"
              align="center"
8ea67428   梁保满   飞书bug
163
164
165
166
              ><template slot-scope="scoped">{{
                `${scoped.row.answeredNum}/${scoped.row.classPersonNum}`
              }}</template></el-table-column
            >
f356590c   阿宝   即时测列表,分析页面
167
            <el-table-column
9309dc5d   梁保满   任课老师接口完成
168
              prop="examStartTime"
4295ede6   梁保满   即使测报表对比页面开发
169
170
171
172
173
174
175
176
              label="测验开始时间"
              width="160"
              align="center"
            ></el-table-column>
            <el-table-column
              prop="examEndTime"
              label="测验结束时间"
              width="160"
f356590c   阿宝   即时测列表,分析页面
177
178
              align="center"
            ></el-table-column>
4295ede6   梁保满   即使测报表对比页面开发
179
180
            <!-- 添加对比删除 -->
            <!-- <el-table-column prop="avgScore" label="班平均分" align="center"
8ea67428   梁保满   飞书bug
181
              ><template slot-scope="scoped">{{
533a17d8   梁保满   备题组卷添加批量设置答案
182
183
                (scoped.row.subjectiveScore == scoped.row.examPaperScore ||
                  scoped.row.answerNum == 0) &&
255e2506   梁保满   飞书bug及优化
184
                scoped.row.recordStatus == 0
dbbfc6c5   梁保满   飞书优化及bug
185
                  ? "-"
8ea67428   梁保满   飞书bug
186
187
188
189
190
                  : scoped.row.avgScore
              }}</template></el-table-column
            >
            <el-table-column prop="highestScore" label="班最高分" align="center"
              ><template slot-scope="scoped">{{
533a17d8   梁保满   备题组卷添加批量设置答案
191
192
                (scoped.row.subjectiveScore == scoped.row.examPaperScore ||
                  scoped.row.answerNum == 0) &&
255e2506   梁保满   飞书bug及优化
193
                scoped.row.recordStatus == 0
dbbfc6c5   梁保满   飞书优化及bug
194
                  ? "-"
8ea67428   梁保满   飞书bug
195
196
197
198
199
                  : scoped.row.highestScore
              }}</template></el-table-column
            >
            <el-table-column prop="lowestScore" label="班最低分" align="center"
              ><template slot-scope="scoped">{{
533a17d8   梁保满   备题组卷添加批量设置答案
200
201
                (scoped.row.subjectiveScore == scoped.row.examPaperScore ||
                  scoped.row.answerNum == 0) &&
255e2506   梁保满   飞书bug及优化
202
                scoped.row.recordStatus == 0
dbbfc6c5   梁保满   飞书优化及bug
203
                  ? "-"
8ea67428   梁保满   飞书bug
204
205
206
                  : scoped.row.lowestScore
              }}</template></el-table-column
            >
f356590c   阿宝   即时测列表,分析页面
207
            <el-table-column
9309dc5d   梁保满   任课老师接口完成
208
              prop="excellenRate"
d32e461c   梁保满   备题组卷
209
              label="优秀数(率)"
f356590c   阿宝   即时测列表,分析页面
210
211
              sortable
              align="center"
d32e461c   梁保满   备题组卷
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
              width="110"
              class-name="p0"
              ><template slot-scope="scoped">
                <p
                  v-if="
                    (scoped.row.subjectiveScore == scoped.row.examPaperScore ||
                      scoped.row.answerNum == 0) &&
                    scoped.row.arecordStatus == 0
                  "
                >
                  "-"
                </p>
                <template v-else>
                  <p>{{ scoped.row.excellenNum }}</p>
                  <p v-if="scoped.row.excellenNum">
                    {{ `(${scoped.row.excellenRate}%)` }}
                  </p>
                </template>
              </template></el-table-column
f356590c   阿宝   即时测列表,分析页面
231
232
            >
            <el-table-column
9309dc5d   梁保满   任课老师接口完成
233
              prop="goodRate"
d32e461c   梁保满   备题组卷
234
              label="良好数(率)"
f356590c   阿宝   即时测列表,分析页面
235
236
              sortable
              align="center"
d32e461c   梁保满   备题组卷
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
              width="110"
              class-name="p0"
              ><template slot-scope="scoped">
                <p
                  v-if="
                    (scoped.row.subjectiveScore == scoped.row.examPaperScore ||
                      scoped.row.answerNum == 0) &&
                    scoped.row.arecordStatus == 0
                  "
                >
                  "-"
                </p>
                <template v-else>
                  <p>{{ scoped.row.goodNum }}</p>
                  <p v-if="scoped.row.goodNum">
                    {{ `(${scoped.row.goodRate}%)` }}
                  </p>
                </template>
8ea67428   梁保满   飞书bug
255
              </template></el-table-column
f356590c   阿宝   即时测列表,分析页面
256
257
            >
            <el-table-column
9309dc5d   梁保满   任课老师接口完成
258
              prop="passRate"
d32e461c   梁保满   备题组卷
259
              label="及格数(率)"
f356590c   阿宝   即时测列表,分析页面
260
261
              sortable
              align="center"
d32e461c   梁保满   备题组卷
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
              width="110"
              class-name="p0"
              ><template slot-scope="scoped">
                <p
                  v-if="
                    (scoped.row.subjectiveScore == scoped.row.examPaperScore ||
                      scoped.row.answerNum == 0) &&
                    scoped.row.arecordStatus == 0
                  "
                >
                  "-"
                </p>
                <template v-else>
                  <p>{{ scoped.row.passNum }}</p>
                  <p v-if="scoped.row.passNum">
                    {{ `(${scoped.row.passRate}%)` }}
                  </p>
                </template>
8ea67428   梁保满   飞书bug
280
              </template></el-table-column
f356590c   阿宝   即时测列表,分析页面
281
282
            >
            <el-table-column
9309dc5d   梁保满   任课老师接口完成
283
              prop="failedRate"
d32e461c   梁保满   备题组卷
284
              label="不及格数(率)"
f356590c   阿宝   即时测列表,分析页面
285
286
              sortable
              align="center"
d32e461c   梁保满   备题组卷
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
              width="130"
              class-name="p0"
              ><template slot-scope="scoped">
                <p
                  v-if="
                    (scoped.row.subjectiveScore == scoped.row.examPaperScore ||
                      scoped.row.answerNum == 0) &&
                    scoped.row.arecordStatus == 0
                  "
                >
                  "-"
                </p>
                <template v-else>
                  <p>{{ scoped.row.failedNum }}</p>
                  <p v-if="scoped.row.failedNum">
                    {{ `(${scoped.row.failedRate}%)` }}
                  </p>
                </template>
              </template></el-table-column
4295ede6   梁保满   即使测报表对比页面开发
306
307
            > -->
            <el-table-column label="操作" width="100" align="center">
f356590c   阿宝   即时测列表,分析页面
308
              <template slot-scope="scoped">
8ea67428   梁保满   飞书bug
309
                <el-tooltip
533a17d8   梁保满   备题组卷添加批量设置答案
310
311
312
313
314
                  v-if="
                    scoped.row.answerNum != 0 ||
                    (scoped.row.recordStatus != 0 &&
                      scoped.row.subjectiveScore == scoped.row.examPaperScore)
                  "
8ea67428   梁保满   飞书bug
315
316
317
318
                  effect="dark"
                  content="详情"
                  placement="top"
                >
f356590c   阿宝   即时测列表,分析页面
319
320
321
322
323
324
325
326
                  <el-button
                    type="primary"
                    circle
                    size="mini"
                    icon="fa fa-arrow-right"
                    @click="linkTo(scoped.row)"
                  ></el-button>
                </el-tooltip>
e4791388   梁保满   班主任屏蔽设置答案入口
327
                <template
533a17d8   梁保满   备题组卷添加批量设置答案
328
329
330
331
                  v-if="
                    scoped.row.answerNum == 0 &&
                    scoped.row.subjectiveScore != scoped.row.examPaperScore
                  "
8ea67428   梁保满   飞书bug
332
                >
e4791388   梁保满   班主任屏蔽设置答案入口
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
                  <el-tooltip
                    v-if="role == 'ROLE_JIAOSHI'"
                    effect="dark"
                    content="设置答案"
                    placement="top"
                  >
                    <el-button
                      type="primary"
                      circle
                      size="mini"
                      icon="fa fa-file-text"
                      @click="edit(scoped.row)"
                    ></el-button>
                  </el-tooltip>
                  <template v-else>未设置答案</template>
                </template>
8ea67428   梁保满   飞书bug
349
                <el-tooltip
533a17d8   梁保满   备题组卷添加批量设置答案
350
351
352
353
                  v-if="
                    scoped.row.subjectiveScore == scoped.row.examPaperScore &&
                    scoped.row.recordStatus == 0
                  "
8ea67428   梁保满   飞书bug
354
355
356
357
358
359
360
361
362
363
364
365
                  effect="dark"
                  content="导入主观题"
                  placement="top"
                >
                  <el-button
                    type="primary"
                    circle
                    size="mini"
                    icon="fa fa-cloud"
                    @click="uploadSJ(scoped.row)"
                  ></el-button>
                </el-tooltip>
4295ede6   梁保满   即使测报表对比页面开发
366
                <el-popconfirm
d44087bd   梁保满   分数去零,班主任切换班级多次添加科目
367
                  v-if="role != 'ROLE_BANZHUREN'"
4295ede6   梁保满   即使测报表对比页面开发
368
369
370
371
372
373
374
375
376
377
                  title="确定删除吗?"
                  @confirm="removeReport(scoped.row, scoped.$index)"
                >
                  <el-button
                    class="remove-test"
                    slot="reference"
                    type="danger"
                    circle
                    size="mini"
                    icon="el-icon-delete"
f1b55bc6   梁保满   删除添加loading,提示词颜色
378
                    :loading="scoped.row.loading"
4295ede6   梁保满   即使测报表对比页面开发
379
380
                  ></el-button>
                </el-popconfirm>
f356590c   阿宝   即时测列表,分析页面
381
382
383
              </template>
            </el-table-column>
          </el-table>
9309dc5d   梁保满   任课老师接口完成
384
385
386
387
388
389
390
391
392
393
394
395
          <div class="pagination-box">
            <el-pagination
              small=""
              layout="total,prev, pager, next"
              :hide-on-single-page="true"
              :total="total"
              @current-change="changePage"
              :current-page="page"
              :page-size="size"
            >
            </el-pagination>
          </div>
f356590c   阿宝   即时测列表,分析页面
396
        </div>
8ea67428   梁保满   飞书bug
397
        <div v-show="tabIndex == 2" v-loading="loading">
503b6063   梁保满   判断题答案选项
398
399
400
401
402
403
          <el-empty
            :image-size="100"
            v-if="!tableData.length && loading == false"
            description="没有更多数据"
          ></el-empty>
          <template v-if="tableData.length && loading == false">
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
404
405
406
407
408
409
410
            <div id="print-content">
              <el-table
                :max-height="tableMaxHeight"
                v-if="role == 'ROLE_JIAOSHI'"
                :data="tableData"
                border
                style="width: 100%"
236b1f0e   梁保满   周末-飞书bug
411
412
              >
                <el-table-column
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
413
414
                  prop="studentCode"
                  label="学号"
236b1f0e   梁保满   周末-飞书bug
415
                  align="center"
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
416
                  fixed
236b1f0e   梁保满   周末-飞书bug
417
418
                ></el-table-column>
                <el-table-column
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
419
420
421
                  prop="studentName"
                  label="姓名"
                  fixed
236b1f0e   梁保满   周末-飞书bug
422
                  align="center"
3617eaad   梁保满   长水账号设置
423
424
425
426
427
428
429
                >
                  <template slot-scope="scoped"
                    ><span class="click-b" @click="toPortrait(scoped.row)">
                      {{ scoped.row.studentName }}
                    </span></template
                  ></el-table-column
                >
236b1f0e   梁保满   周末-飞书bug
430
                <el-table-column
236b1f0e   梁保满   周末-飞书bug
431
                  align="center"
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
432
433
434
435
436
437
438
439
440
                  v-for="(item, index) in answerList"
                  :key="index"
                  :label="item.title"
                >
                  <el-table-column
                    :prop="'score' + index"
                    :label="index == 0 ? '总分' : '成绩'"
                    align="center"
                    :class-name="index % 2 == 0 ? 'bg' : ''"
ee00775c   梁保满   测试bug
441
442
443
444
445
                  >
                    <template slot-scope="scoped">
                      {{ Number(scoped.row["score" + index]) }}
                    </template></el-table-column
                  >
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
                  <el-table-column
                    :prop="'classRank' + index"
                    label="班名"
                    align="center"
                    :class-name="index % 2 == 0 ? 'bg' : ''"
                  ></el-table-column>
                </el-table-column>
              </el-table>
              <el-table
                v-else
                :data="tableData"
                :max-height="tableMaxHeight"
                border
                style="width: 100%"
              >
236b1f0e   梁保满   周末-飞书bug
461
                <el-table-column
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
462
463
                  prop="studentCode"
                  label="学号"
236b1f0e   梁保满   周末-飞书bug
464
                  align="center"
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
465
                  fixed
236b1f0e   梁保满   周末-飞书bug
466
                ></el-table-column>
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
467
  
236b1f0e   梁保满   周末-飞书bug
468
                <el-table-column
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
469
470
471
                  prop="studentName"
                  label="姓名"
                  fixed
236b1f0e   梁保满   周末-飞书bug
472
                  align="center"
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
473
474
475
476
477
478
479
                >
                  <template slot-scope="scoped"
                    ><span class="click-b" @click="toPortrait(scoped.row)">
                      {{ scoped.row.studentName }}
                    </span></template
                  >
                </el-table-column>
236b1f0e   梁保满   周末-飞书bug
480
                <el-table-column
236b1f0e   梁保满   周末-飞书bug
481
                  align="center"
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
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
                  v-for="(item, index) in answerList"
                  :key="index"
                  :label="item"
                >
                  <el-table-column
                    :prop="'examCount' + item"
                    label="测练数"
                    align="center"
                    :class-name="index % 2 == 0 ? 'bg' : ''"
                  ></el-table-column>
                  <el-table-column
                    :prop="'participationCount' + item"
                    label="参与数"
                    align="center"
                    :class-name="index % 2 == 0 ? 'bg' : ''"
                  ></el-table-column>
                  <el-table-column
                    :prop="'score' + item"
                    label="总分"
                    align="center"
                    :class-name="index % 2 == 0 ? 'bg' : ''"
                  ></el-table-column>
                  <el-table-column
                    :prop="'classRank' + item"
                    label="班名"
                    align="center"
                    :class-name="index % 2 == 0 ? 'bg' : ''"
                  ></el-table-column>
                </el-table-column>
              </el-table>
            </div>
236b1f0e   梁保满   周末-飞书bug
513
          </template>
f356590c   阿宝   即时测列表,分析页面
514
        </div>
236b1f0e   梁保满   周末-飞书bug
515
        <p class="down" v-if="tabIndex == 2 && tableData.length">
503b6063   梁保满   判断题答案选项
516
517
518
519
520
521
          <el-button
            type="primary"
            plain
            round
            icon="fa fa-cloud-download"
            @click="downExl"
f356590c   阿宝   即时测列表,分析页面
522
523
            >导出报表</el-button
          >
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
524
          <el-button
3617eaad   梁保满   长水账号设置
525
            v-if="!this.$store.getters.code"
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
526
527
528
529
530
531
532
            @click="print"
            type="primary"
            plain
            round
            icon="el-icon-printer"
            >打印</el-button
          >
f356590c   阿宝   即时测列表,分析页面
533
534
        </p>
      </div>
31436559   梁保满   多班级样式问题,成绩登记设置问题
535
536
537
538
539
      <div
        v-show="query.classIds.length > 1"
        class="table-box"
        v-loading="loading"
      >
da9346ee   梁保满   全选和排序问题
540
        <div class="head-box">
4295ede6   梁保满   即使测报表对比页面开发
541
          <div class="tit">
e5f407d6   梁保满   测试问题
542
543
544
545
546
547
            <p class="txt">
              已考试卷信息
              <em class="red"
                >(相同报表名称后的数字代表同一份试卷的考试次数,例如:模拟卷_1指模拟卷第1次考试成绩,模拟卷_2指模拟卷第2次考试成绩)</em
              >
            </p>
4295ede6   梁保满   即使测报表对比页面开发
548
            <p>
31436559   梁保满   多班级样式问题,成绩登记设置问题
549
              共筛选出{{ classTable.length }}个班级的已考试卷,<em class="red"
4295ede6   梁保满   即使测报表对比页面开发
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
                >不同班级请选择同一份试卷进行对比</em
              >
            </p>
          </div>
          <el-input
            placeholder="输入试卷名称"
            v-model="examReportName"
            class="input-with-select"
            @keyup.enter.native="examReportList(examReportName)"
          >
            <el-button
              slot="append"
              icon="el-icon-search"
              @click="examReportList(examReportName)"
            ></el-button>
          </el-input>
        </div>
da9346ee   梁保满   全选和排序问题
567
568
        <el-empty
          :imag-size="48"
31436559   梁保满   多班级样式问题,成绩登记设置问题
569
          v-if="total === 0 && !loading"
da9346ee   梁保满   全选和排序问题
570
571
          description="暂无数据"
        ></el-empty>
31436559   梁保满   多班级样式问题,成绩登记设置问题
572
573
574
575
        <ul
          class="tab-ul"
          v-if="classTable.length"
          v-masonry
f04179ad   梁保满   表格样式
576
          transition-duration="0.5s"
31436559   梁保满   多班级样式问题,成绩登记设置问题
577
578
579
          gutter="0"
          item-selector=".tab-li"
        >
4295ede6   梁保满   即使测报表对比页面开发
580
          <template v-for="(item, index) in classTable">
ee00775c   梁保满   测试bug
581
582
583
584
585
586
587
588
589
590
591
592
593
594
            <li class="tab-li">
              <p class="tab-tit">
                {{
                  `${item[0].className} ${
                    item.length ? "(" + item.length + "份已考试卷)" : ""
                  }`
                }}
              </p>
              <el-table
                :data="item"
                border
                style="width: 100%"
                v-if="item.length"
              >
4295ede6   梁保满   即使测报表对比页面开发
595
596
597
598
599
600
601
602
603
604
605
606
607
                <el-table-column label="选择" align="center" width="60">
                  <template slot-scope="scope">
                    <el-checkbox
                      v-model="multipleSelection"
                      :label="scope.row.id"
                      :disabled="checkboxDisabled(scope.row)"
                    >
                      {{ ` ` }}</el-checkbox
                    >
                  </template>
                </el-table-column>
                <el-table-column
                  prop="title"
ee00775c   梁保满   测试bug
608
                  label="报表名称"
4295ede6   梁保满   即使测报表对比页面开发
609
                  align="center"
4295ede6   梁保满   即使测报表对比页面开发
610
                ></el-table-column>
ee00775c   梁保满   测试bug
611
612
613
614
615
                <el-table-column label="测验人数" align="center" width="80">
                  <template slot-scope="scope">{{
                    `${scope.row.answeredNum}/${scope.row.classPersonNum}`
                  }}</template>
                </el-table-column>
4295ede6   梁保满   即使测报表对比页面开发
616
617
618
619
620
621
                <el-table-column
                  prop="examStartTime"
                  label="测验开始时间"
                  width="120"
                  align="center"
                ></el-table-column>
ee00775c   梁保满   测试bug
622
                <el-table-column label="测验时长" align="center" width="80">
4295ede6   梁保满   即使测报表对比页面开发
623
                  <template slot-scope="scope">{{
ee00775c   梁保满   测试bug
624
625
626
                    `${Math.floor(scope.row.duration / 60)}分${
                      scope.row.duration % 60
                    }`
4295ede6   梁保满   即使测报表对比页面开发
627
628
629
                  }}</template>
                </el-table-column>
              </el-table>
ee00775c   梁保满   测试bug
630
              <el-empty v-else :imag-size="32" description="暂无数据"></el-empty>
4295ede6   梁保满   即使测报表对比页面开发
631
632
633
            </li>
          </template>
        </ul>
31436559   梁保满   多班级样式问题,成绩登记设置问题
634
        <p class="btn-box" v-if="classTable.length">
4295ede6   梁保满   即使测报表对比页面开发
635
636
637
638
639
640
641
642
643
          <el-button @click="linkToContrast">生成对比报表</el-button>
        </p>
      </div>
      <el-dialog
        :close-on-click-modal="false"
        title="导入主观题分数"
        :visible.sync="diaUp"
        width="600"
      >
533a17d8   梁保满   备题组卷添加批量设置答案
644
645
646
647
648
649
650
        <up-load
          :url="url"
          :examId="examId"
          @upSuccess="upSuccess"
          fileName="主观题分数"
          v-loading="loadingDown"
        >
8ea67428   梁保满   飞书bug
651
652
653
654
655
656
657
658
659
660
661
662
          <template slot="down">
            <p class="down-txt">
              第一步:下载模板并编辑完成学生分数
              <el-link type="danger" @click="downExcel">模板下载</el-link> 。
            </p>
            <p class="down-txt">第二步:上传完成编辑的模板文件并导入。</p>
          </template>
        </up-load>
        <div class="dialog-footer" slot="footer">
          <el-button @click="diaUp = false">取 消</el-button>
        </div>
      </el-dialog>
4c4f7640   梁保满   路由表,路由前端文件
663
664
665
666
    </div>
  </template>
  
  <script>
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
667
  import { formatDate, downloadFile, tablePrint } from "utils";
a0d49348   梁保满   授课端管理添加设备编码,随堂问、即...
668
  import BusEvent from "@/utils/busEvent";
4c4f7640   梁保满   路由表,路由前端文件
669
  export default {
f356590c   阿宝   即时测列表,分析页面
670
671
    data() {
      return {
e5e4a3e6   梁保满   v1.3
672
        code: "",
47a01cb6   梁保满   v1.3测试问题
673
        gdClass: 0, //已归档班级数量
503b6063   梁保满   判断题答案选项
674
        exportLoading: false,
255e2506   梁保满   飞书bug及优化
675
        tableMaxHeight: 300,
f356590c   阿宝   即时测列表,分析页面
676
677
        role: "",
        loading: false,
8ea67428   梁保满   飞书bug
678
        diaUp: false,
533a17d8   梁保满   备题组卷添加批量设置答案
679
        loadingDown: false,
8ea67428   梁保满   飞书bug
680
681
        url: "/api_html/teaching/importSubjectiveScore",
        examId: "",
9309dc5d   梁保满   任课老师接口完成
682
683
684
685
        form: {
          id: "",
          title: "",
          examPaperScore: "",
aed43d3a   阿宝   即时测修改答案
686
        },
f356590c   阿宝   即时测列表,分析页面
687
688
689
        date: "", //今天-昨天-本周
        query: {
          //搜索条件
4295ede6   梁保满   即使测报表对比页面开发
690
          classIds: [],
9309dc5d   梁保满   任课老师接口完成
691
          subjectNames: "",
f356590c   阿宝   即时测列表,分析页面
692
693
694
695
          startDay: "",
          endDay: "",
          day: "",
        },
4295ede6   梁保满   即使测报表对比页面开发
696
697
        examReportName: "", //试卷名称
        tabList: ["已考试卷信息", "阶段测练报表"],
f356590c   阿宝   即时测列表,分析页面
698
699
700
        classList: [], //班级
        subjectList: [], //科目
        tabIndex: 1, //选项卡
9309dc5d   梁保满   任课老师接口完成
701
702
703
704
        tableData: [],
        answerList: [], //设置多卷内容供tableStage表格数据用
        page: 1,
        size: 20,
31436559   梁保满   多班级样式问题,成绩登记设置问题
705
        total: null,
4295ede6   梁保满   即使测报表对比页面开发
706
        multipleSelection: [], //选中的试卷ID
ee00775c   梁保满   测试bug
707
        classTable: [], //多班级数据
da9346ee   梁保满   全选和排序问题
708
        classAll: false, //搜索条件多班全选
f356590c   阿宝   即时测列表,分析页面
709
710
      };
    },
f356590c   阿宝   即时测列表,分析页面
711
    async created() {
e5e4a3e6   梁保满   v1.3
712
      this.code = localStorage.getItem("csCode") || "";
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
713
714
715
      this.role =
        this.$store.getters.info.showRole ||
        this.$store.getters.info.permissions[0].role;
47a01cb6   梁保满   v1.3测试问题
716
      this._QueryClassList2();
f356590c   阿宝   即时测列表,分析页面
717
      await this._QueryClassList();
4295ede6   梁保满   即使测报表对比页面开发
718
      if (!this.query.classIds.length) {
e5e4a3e6   梁保满   v1.3
719
720
        return;
      }
f356590c   阿宝   即时测列表,分析页面
721
      await this._QuerySubjectList();
9309dc5d   梁保满   任课老师接口完成
722
      await this.setDate(1);
f356590c   阿宝   即时测列表,分析页面
723
724
725
726
727
728
      let startDay = this.query?.startDay;
      if (!startDay) {
        this.query.startDay = new Date();
        this.query.endDay = new Date();
      }
    },
a0d49348   梁保满   授课端管理添加设备编码,随堂问、即...
729
730
731
    activated() {
      const that = this;
      BusEvent.$on("keepAlive", async function () {
e5e4a3e6   梁保满   v1.3
732
        // if (that.$route.path == "/test") {
47a01cb6   梁保满   v1.3测试问题
733
734
735
        that.query.subjectNames = that.role == "ROLE_BANZHUREN" ? [] : "";
        that._QueryClassList2();
        await that._QueryClassList();
4295ede6   梁保满   即使测报表对比页面开发
736
        if (!that.query.classIds.length) {
47a01cb6   梁保满   v1.3测试问题
737
738
739
740
741
742
743
744
745
          return;
        }
        await that._QuerySubjectList();
        await that.setDate(1);
        let startDay = that.query?.startDay;
        if (!startDay) {
          that.query.startDay = new Date();
          that.query.endDay = new Date();
        }
e5e4a3e6   梁保满   v1.3
746
        // }
a0d49348   梁保满   授课端管理添加设备编码,随堂问、即...
747
748
      });
    },
f356590c   阿宝   即时测列表,分析页面
749
    methods: {
da9346ee   梁保满   全选和排序问题
750
751
752
753
754
755
756
757
758
759
      //搜索条件多班全选
      selectAll(val) {
        this.query.classIds = [];
        if (val) {
          this.classList.forEach((item) => {
            this.query.classIds.push(item.value);
          });
        } else {
          this.query.classIds.push(this.classList[0].value);
        }
31436559   梁保满   多班级样式问题,成绩登记设置问题
760
        this.changeclass(this.query.classIds);
da9346ee   梁保满   全选和排序问题
761
      },
4295ede6   梁保满   即使测报表对比页面开发
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
      // 多班级选择同一试卷
      checkboxDisabled(obj) {
        let id = this.multipleSelection[0] || "";
        if (id) {
          let examPaperId;
          for (let i = 0; i < this.tableData.length; i++) {
            if (this.tableData[i].id == id) {
              examPaperId = this.tableData[i].examPaperId;
              break;
            }
          }
          return obj.examPaperId == examPaperId ? false : true;
        } else {
          return false;
        }
      },
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
778
      print() {
e5e4a3e6   梁保满   v1.3
779
        tablePrint("print-content", "即时测-" + this.tabList[this.tabIndex - 1]);
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
780
      },
4295ede6   梁保满   即使测报表对比页面开发
781
      //科目改变触发事件
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
782
      changeSub(val) {
dbbfc6c5   梁保满   飞书优化及bug
783
784
785
786
787
        let sub;
        if (val && val.length) {
          let leng = val.length - 1;
          sub = val[leng];
        }
255e2506   梁保满   飞书bug及优化
788
        console.log(val);
dbbfc6c5   梁保满   飞书优化及bug
789
790
791
792
        this.query.subjectNames = val.filter((item) => {
          return sub != "全部" ? item != "全部" : item == "全部";
        });
      },
e5e4a3e6   梁保满   v1.3
793
794
795
796
797
      toArchiving() {
        this.$router.push({
          path: "/testArchiving",
        });
      },
4295ede6   梁保满   即使测报表对比页面开发
798
      //去详情
f356590c   阿宝   即时测列表,分析页面
799
      linkTo(obj) {
f356590c   阿宝   即时测列表,分析页面
800
801
802
803
        this.$router.push({
          path: "/testAnalysis",
          query: {
            id: obj.id,
9309dc5d   梁保满   任课老师接口完成
804
805
            title: obj.title,
            score: obj.examPaperScore,
4295ede6   梁保满   即使测报表对比页面开发
806
807
808
809
810
811
812
813
814
815
816
            classId: obj.classId,
            subjectName: obj.subjectName,
          },
        });
      },
      //去报表对比
      linkToContrast() {
        if (this.multipleSelection.length < 2) {
          this.$message.warning("请选择同一份试卷多个班级进行对比!");
          return;
        }
4295ede6   梁保满   即使测报表对比页面开发
817
818
819
820
821
        this.$router.push({
          path: "/testContrast",
          query: {
            ids: this.multipleSelection,
            subjectNames: this.query.subjectNames,
f356590c   阿宝   即时测列表,分析页面
822
823
824
          },
        });
      },
4295ede6   梁保满   即使测报表对比页面开发
825
      //暂时不上线
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
826
      toPortrait(obj) {
e5e4a3e6   梁保满   v1.3
827
        return;
3617eaad   梁保满   长水账号设置
828
829
830
        if (this.$store.getters.code) {
          return;
        }
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
831
        let subjectNames = [];
e5e4a3e6   梁保满   v1.3
832
833
834
835
        subjectNames =
          this.role == "ROLE_BANZHUREN"
            ? [...this.query["subjectNames"]]
            : [this.query["subjectNames"]];
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
        if (
          this.query["subjectNames"] &&
          this.query["subjectNames"]?.length == 1 &&
          this.query["subjectNames"][0] == "全部"
        ) {
          subjectNames = this.subjectList.map((item) => {
            return item.value;
          });
          subjectNames?.shift();
        }
        //去学生画像
        this.$router.push({
          path: "/portraitDetail",
          query: {
            id: obj.studentId,
3617eaad   梁保满   长水账号设置
851
            classId: this.query.classId,
10cf4c8c   梁保满   学生画像接口调整
852
            subjectNames: subjectNames.join(","),
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
853
854
            studentName: obj.studentName,
            studentCode: obj.studentCode,
c065091a   梁保满   即时测跳转画像参数调整
855
856
            startDay: this.query.startDay,
            endDay: this.query.endDay,
e5e4a3e6   梁保满   v1.3
857
            date: this.date,
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
858
859
860
          },
        });
      },
4295ede6   梁保满   即使测报表对比页面开发
861
      //导入开关
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
862
      uploadSJ(obj) {
8ea67428   梁保满   飞书bug
863
864
865
        this.examId = obj.id;
        this.diaUp = true;
      },
4295ede6   梁保满   即使测报表对比页面开发
866
867
      //删除即时测考试
      async removeReport(obj, index) {
f1b55bc6   梁保满   删除添加loading,提示词颜色
868
        this.tableData[index].loading = true;
4295ede6   梁保满   即使测报表对比页面开发
869
870
871
        const { data, status, info } = await this.$request.deleteReport({
          id: obj.id,
        });
f1b55bc6   梁保满   删除添加loading,提示词颜色
872
        if (status === 0) {
4295ede6   梁保满   即使测报表对比页面开发
873
          this.$message.success("删除成功!");
ee00775c   梁保满   测试bug
874
          this.tableData.splice(index, 1);
4295ede6   梁保满   即使测报表对比页面开发
875
876
877
878
        } else {
          this.$message.error(info);
        }
      },
f356590c   阿宝   即时测列表,分析页面
879
880
881
882
883
884
885
886
887
888
889
890
891
      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;
d32e461c   梁保满   备题组卷
892
            that.tabIndex = 1;
f356590c   阿宝   即时测列表,分析页面
893
894
895
896
897
898
899
            break;
          case 2:
            let day = new Date().getDay();
            if (day == 0) {
              //中国式星期天是一周的最后一天
              day = 7;
            }
8ea67428   梁保满   飞书bug
900
            day--;
f356590c   阿宝   即时测列表,分析页面
901
902
903
904
905
906
907
908
909
910
            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:
9309dc5d   梁保满   任课老师接口完成
911
            if (aMonth > 0 && aMonth < 4) {
e3b0e3e7   梁保满   季度时间格式调整
912
              aMonth = "1";
f356590c   阿宝   即时测列表,分析页面
913
            } else if (aMonth > 3 && aMonth < 7) {
e3b0e3e7   梁保满   季度时间格式调整
914
              aMonth = "4";
f356590c   阿宝   即时测列表,分析页面
915
            } else if (aMonth > 6 && aMonth < 10) {
e3b0e3e7   梁保满   季度时间格式调整
916
              aMonth = "7";
f356590c   阿宝   即时测列表,分析页面
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
            } 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;
        }
        this.page = 1;
        this._QueryData();
      },
      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 = "";
          }
        }
      },
9309dc5d   梁保满   任课老师接口完成
949
950
951
      changePage(page) {
        this.page = page;
        this._QueryData();
aed43d3a   阿宝   即时测修改答案
952
      },
f356590c   阿宝   即时测列表,分析页面
953
      edit(item) {
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
954
955
956
957
958
959
960
961
        this.$router.push({
          path: "/examinationPaperEdit",
          query: {
            paperId: item.id,
            title: item.title,
            type: 2,
          },
        });
f356590c   阿宝   即时测列表,分析页面
962
      },
9309dc5d   梁保满   任课老师接口完成
963
      changeTab() {
255e2506   梁保满   飞书bug及优化
964
        this.tableMaxHeight = this.$refs.main.offsetHeight;
9309dc5d   梁保满   任课老师接口完成
965
966
        this.page = 1;
        this._QueryData();
aed43d3a   阿宝   即时测修改答案
967
      },
4295ede6   梁保满   即使测报表对比页面开发
968
      //导入成功
e5e4a3e6   梁保满   v1.3
969
      upSuccess(res) {
e5e4a3e6   梁保满   v1.3
970
        this.$message.success("导入成功");
533a17d8   梁保满   备题组卷添加批量设置答案
971
        this.diaUp = false;
255e2506   梁保满   飞书bug及优化
972
973
        this._QueryData();
      },
4295ede6   梁保满   即使测报表对比页面开发
974
      //切换班级
da9346ee   梁保满   全选和排序问题
975
976
977
978
979
980
      async changeclass(list) {
        if (list.length == this.classList.length) {
          this.classAll = true;
        } else {
          this.classAll = false;
        }
ee00775c   梁保满   测试bug
981
982
983
984
985
986
        if (this.query.classIds.length == 0) {
          this.$message.warning("请至少选择一个班级!");
        }
        if (this.query.classIds != 1) {
          this.tabIndex = 1;
        }
533a17d8   梁保满   备题组卷添加批量设置答案
987
988
989
        await this._QuerySubjectList();
        this.page = 1;
        this._QueryData();
255e2506   梁保满   飞书bug及优化
990
      },
47a01cb6   梁保满   v1.3测试问题
991
      async _QueryClassList2() {
4295ede6   梁保满   即使测报表对比页面开发
992
        if (this.code) return;
47a01cb6   梁保满   v1.3测试问题
993
994
995
996
997
998
999
1000
1001
1002
1003
        const fetchClassList =
          this.role == "ROLE_BANZHUREN"
            ? this.$request.cTClassList
            : this.$request.tClassList;
        const { data, status, info } = await fetchClassList({ status: 1 });
        if (status === 0) {
          this.gdClass = data?.list?.length || 0;
        } else {
          this.$message.error(info);
        }
      },
f356590c   阿宝   即时测列表,分析页面
1004
      async _QueryClassList() {
9309dc5d   梁保满   任课老师接口完成
1005
1006
1007
1008
1009
        const fetchClassList =
          this.role == "ROLE_BANZHUREN"
            ? this.$request.cTClassList
            : this.$request.tClassList;
        const { data, status, info } = await fetchClassList();
4295ede6   梁保满   即使测报表对比页面开发
1010
        this.query.classIds = [];
f356590c   阿宝   即时测列表,分析页面
1011
1012
1013
1014
        if (status === 0) {
          this.classList = data.list.map((item) => {
            return {
              value: item.classId,
45504a95   阿宝   即时测页面,以及小题修改答案
1015
              label: item.className,
f356590c   阿宝   即时测列表,分析页面
1016
1017
            };
          });
4295ede6   梁保满   即使测报表对比页面开发
1018
          this.query.classIds.push(this.classList[0]?.value);
f356590c   阿宝   即时测列表,分析页面
1019
1020
1021
1022
1023
        } else {
          this.$message.error(info);
        }
      },
      async _QuerySubjectList() {
4295ede6   梁保满   即使测报表对比页面开发
1024
1025
1026
1027
1028
1029
1030
        let query = {};
        if (!this.query.classIds.length) return;
        if (this.query.classIds.length == 1) {
          query.classId = this.query.classIds[0];
        } else {
          query.classIds = this.query.classIds;
        }
9309dc5d   梁保满   任课老师接口完成
1031
1032
1033
1034
1035
        const fetchSubjectList =
          this.role == "ROLE_BANZHUREN"
            ? this.$request.cTSubjectList
            : this.$request.tSubjectList;
  
4295ede6   梁保满   即使测报表对比页面开发
1036
        const { data, status, info } = await fetchSubjectList({ ...query });
f356590c   阿宝   即时测列表,分析页面
1037
1038
        if (status === 0) {
          this.subjectList =
45504a95   阿宝   即时测页面,以及小题修改答案
1039
            data.subjectNames?.map((item) => {
f356590c   阿宝   即时测列表,分析页面
1040
              return {
45504a95   阿宝   即时测页面,以及小题修改答案
1041
1042
                value: item,
                label: item,
f356590c   阿宝   即时测列表,分析页面
1043
1044
              };
            }) || [];
aed43d3a   阿宝   即时测修改答案
1045
          if (this.role == "ROLE_BANZHUREN") {
f356590c   阿宝   即时测列表,分析页面
1046
            this.subjectList.unshift({
9309dc5d   梁保满   任课老师接口完成
1047
              value: "全部",
f356590c   阿宝   即时测列表,分析页面
1048
1049
              label: "全部",
            });
d44087bd   梁保满   分数去零,班主任切换班级多次添加科目
1050
            this.query.subjectNames = [this.subjectList[0]?.value];
aed43d3a   阿宝   即时测修改答案
1051
          } else {
9309dc5d   梁保满   任课老师接口完成
1052
            this.query.subjectNames = this.subjectList[0]?.value;
f356590c   阿宝   即时测列表,分析页面
1053
          }
f356590c   阿宝   即时测列表,分析页面
1054
1055
1056
1057
1058
        } else {
          this.$message.error(info);
        }
      },
      async _QueryData() {
4295ede6   梁保满   即使测报表对比页面开发
1059
1060
        this.examReportName = "";
        if (!this.query.classIds.length) return;
9309dc5d   梁保满   任课老师接口完成
1061
1062
1063
1064
1065
1066
1067
1068
        this.tableData = [];
        if (this.tabIndex == 1) {
          this.examReportList();
        } else {
          this.phaseExamReport();
        }
      },
      //单卷测练
4295ede6   梁保满   即使测报表对比页面开发
1069
      async examReportList(msg) {
f356590c   阿宝   即时测列表,分析页面
1070
1071
1072
1073
1074
1075
        let query = {};
        for (let key in this.query) {
          if (this.query[key] != "") {
            query[key] = this.query[key];
          }
        }
9309dc5d   梁保满   任课老师接口完成
1076
1077
1078
1079
        if (this.role != "ROLE_BANZHUREN") {
          query.subjectNames = [query.subjectNames];
        } else {
          if (
8ea67428   梁保满   飞书bug
1080
            query["subjectNames"] &&
9309dc5d   梁保满   任课老师接口完成
1081
1082
1083
1084
1085
1086
1087
            query["subjectNames"].length == 1 &&
            query["subjectNames"][0] == "全部"
          ) {
            query["subjectNames"] = this.subjectList.map((item) => {
              return item.value;
            });
            query["subjectNames"].shift();
dbbfc6c5   梁保满   飞书优化及bug
1088
          }
255e2506   梁保满   飞书bug及优化
1089
          if (!query["subjectNames"]) {
dbbfc6c5   梁保满   飞书优化及bug
1090
1091
            this.$message.warning("请选择科目");
            return;
9309dc5d   梁保满   任课老师接口完成
1092
1093
          }
        }
31436559   梁保满   多班级样式问题,成绩登记设置问题
1094
1095
1096
        this.classTable = [];
        this.multipleSelection = [];
        this.loading = true;
4295ede6   梁保满   即使测报表对比页面开发
1097
1098
1099
1100
1101
1102
1103
1104
1105
        if (this.query.classIds.length == 1) {
          query.classId = query.classIds[0];
          query.page = this.page;
          query.size = this.size;
          delete query.classIds;
        }
        if (msg) {
          query.title = msg;
        }
9309dc5d   梁保满   任课老师接口完成
1106
        const { data, status, info } = await this.$request.examReportList({
f356590c   阿宝   即时测列表,分析页面
1107
          ...query,
f356590c   阿宝   即时测列表,分析页面
1108
1109
1110
        });
        this.loading = false;
        if (status === 0) {
f1b55bc6   梁保满   删除添加loading,提示词颜色
1111
          this.tableData =
e5f407d6   梁保满   测试问题
1112
            data?.list?.map((item) => {
f1b55bc6   梁保满   删除添加loading,提示词颜色
1113
1114
1115
              item.loading = false;
              return item;
            }) || [];
ee00775c   梁保满   测试bug
1116
1117
          this.total = data?.count || 0;
          if (!query.classId) {
4295ede6   梁保满   即使测报表对比页面开发
1118
1119
            //多班级
            this.classTable = [];
da9346ee   梁保满   全选和排序问题
1120
            let classIds = [];
4295ede6   梁保满   即使测报表对比页面开发
1121
            let tableData = [];
ee00775c   梁保满   测试bug
1122
            data?.list?.map((item) => {
da9346ee   梁保满   全选和排序问题
1123
1124
              if (!classIds.includes(item.classId)) {
                classIds.push(item.classId);
ee00775c   梁保满   测试bug
1125
1126
              }
              let idx = classIds.indexOf(item.classId);
4295ede6   梁保满   即使测报表对比页面开发
1127
1128
1129
1130
1131
1132
1133
1134
              if (tableData[idx]) {
                tableData[idx].push(item);
              } else {
                tableData[idx] = [item];
              }
            });
            this.classTable = [...tableData];
          }
9309dc5d   梁保满   任课老师接口完成
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
        } else {
          this.$message.error(info);
        }
      },
      //多卷测练
      async phaseExamReport() {
        this.loading = true;
        let query = {};
        for (let key in this.query) {
          if (this.query[key] != "") {
            if (key == "subjectNames" && this.role != "ROLE_BANZHUREN") {
              query["subjectName"] = this.query[key];
            } else {
              query[key] = this.query[key];
            }
          }
        }
        if (this.role == "ROLE_BANZHUREN") {
          if (
8ea67428   梁保满   飞书bug
1154
1155
            query["subjectNames"] &&
            query["subjectNames"]?.length == 1 &&
9309dc5d   梁保满   任课老师接口完成
1156
1157
1158
1159
1160
            query["subjectNames"][0] == "全部"
          ) {
            query["subjectNames"] = this.subjectList.map((item) => {
              return item.value;
            });
8ea67428   梁保满   飞书bug
1161
            query["subjectNames"]?.shift();
9309dc5d   梁保满   任课老师接口完成
1162
1163
          }
        }
4295ede6   梁保满   即使测报表对比页面开发
1164
1165
1166
1167
        if (this.query.classIds.length == 1) {
          query.classId = query.classIds[0];
          delete query.classIds;
        }
9309dc5d   梁保满   任课老师接口完成
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
        const phaseExamReport =
          this.role == "ROLE_BANZHUREN"
            ? this.$request.cTPhaseExamReport
            : this.$request.phaseExamReport;
        const { data, status, info } = await phaseExamReport({
          ...query,
        });
        this.loading = false;
        if (status === 0) {
          this.total = data.count;
8ea67428   梁保满   飞书bug
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
          if (this.role == "ROLE_BANZHUREN") {
            let subjectName = [];
            this.tableData = data?.list.map((item) => {
              let params = {};
              item.dataList.map((items, index) => {
                if (!subjectName.includes(items.subjectName)) {
                  subjectName.push(items.subjectName);
                }
                params["examCount" + items.subjectName] = items.examCount;
                params["participationCount" + items.subjectName] =
                  items.participationCount;
                params["score" + items.subjectName] = items.score;
                params["classRank" + items.subjectName] = items.classRank;
              });
              return {
                ...item,
                ...params,
              };
            });
            this.answerList = [...subjectName];
          } else {
            let dataIdsList = [],
              dataList = [];
            data?.list.map((item) => {
              item.examList.map((items) => {
9309dc5d   梁保满   任课老师接口完成
1203
1204
1205
1206
                if (!dataIdsList.includes(items.title)) {
                  dataIdsList.push(items.title);
                  dataList.push(items);
                }
8ea67428   梁保满   飞书bug
1207
              });
9309dc5d   梁保满   任课老师接口完成
1208
            });
8ea67428   梁保满   飞书bug
1209
1210
1211
1212
1213
1214
1215
            console.log(dataList);
            this.tableData = data?.list.map((item) => {
              let params = {};
              dataIdsList.map((ids, index) => {
                params["score" + index] = "--";
                params["classRank" + index] = "--";
                item.examList.map((items) => {
9309dc5d   梁保满   任课老师接口完成
1216
1217
1218
1219
                  if (items.title == ids) {
                    params["score" + index] = items.score;
                    params["classRank" + index] = items.classRank;
                  }
8ea67428   梁保满   飞书bug
1220
                });
9309dc5d   梁保满   任课老师接口完成
1221
              });
8ea67428   梁保满   飞书bug
1222
1223
1224
1225
              return {
                ...item,
                ...params,
              };
9309dc5d   梁保满   任课老师接口完成
1226
            });
8ea67428   梁保满   飞书bug
1227
1228
            this.answerList = dataList;
          }
f356590c   阿宝   即时测列表,分析页面
1229
1230
1231
1232
        } else {
          this.$message.error(info);
        }
      },
4295ede6   梁保满   即使测报表对比页面开发
1233
      //报表导出
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
1234
      async downExl() {
503b6063   梁保满   判断题答案选项
1235
        if (this.exportLoading == true) return;
236b1f0e   梁保满   周末-飞书bug
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
        let query = {};
        for (let key in this.query) {
          if (this.query[key] != "") {
            if (key == "subjectNames" && this.role != "ROLE_BANZHUREN") {
              query["subjectName"] = this.query[key];
            } else {
              query[key] = this.query[key];
            }
          }
        }
        if (this.role == "ROLE_BANZHUREN") {
          if (
            query["subjectNames"] &&
            query["subjectNames"].length == 1 &&
            query["subjectNames"][0] == "全部"
          ) {
            query["subjectNames"] = this.subjectList.map((item) => {
              return item.value;
            });
            query["subjectNames"].shift();
          }
          if (!query["subjectNames"]) {
            this.$message.warning("请选择科目");
            return;
          }
        }
ee00775c   梁保满   测试bug
1262
1263
        query.classId = query.classIds[0];
        delete query.classIds;
503b6063   梁保满   判断题答案选项
1264
1265
1266
1267
        const exportPhaseExamReport =
          this.role == "ROLE_BANZHUREN"
            ? this.$request.cTExportPhaseExamReport
            : this.$request.exportPhaseExamReport;
236b1f0e   梁保满   周末-飞书bug
1268
        this.exportLoading = true;
503b6063   梁保满   判断题答案选项
1269
        const data = await exportPhaseExamReport({ ...query });
236b1f0e   梁保满   周末-飞书bug
1270
        this.exportLoading = false;
a6eb85ed   梁保满   下载模版错误信息展示,图标根据环境切换
1271
        if (data && !data.code) {
236b1f0e   梁保满   周末-飞书bug
1272
1273
1274
          let blob = new Blob([data], {
            type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
          });
503b6063   梁保满   判断题答案选项
1275
          downloadFile("即时测-阶段测练报表.xlsx", blob);
236b1f0e   梁保满   周末-飞书bug
1276
        } else {
a6eb85ed   梁保满   下载模版错误信息展示,图标根据环境切换
1277
          this.$message.error(data.info);
236b1f0e   梁保满   周末-飞书bug
1278
        }
503b6063   梁保满   判断题答案选项
1279
      },
4295ede6   梁保满   即使测报表对比页面开发
1280
      //模板下载
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
1281
      async downExcel() {
c2460294   梁保满   平台管理员接口联调
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
        this.loadingDown = true;
        let data = await this.$request.subjectiveScoreTemplate({
          examId: this.examId,
        });
        this.loadingDown = false;
        if (data && !data.code) {
          let blob = new Blob([data], {
            type: "application/vnd.ms-excel;charset=utf-8",
          });
          downloadFile(`主观题模版.xlsx`, blob);
        } else {
          this.$message.error(data.info);
        }
      },
f356590c   阿宝   即时测列表,分析页面
1296
1297
    },
  };
4c4f7640   梁保满   路由表,路由前端文件
1298
1299
  </script>
  
9309dc5d   梁保满   任课老师接口完成
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
  <style>
  div::-webkit-scrollbar {
    width: 3px;
    height: 10px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
  }
  </style>
f356590c   阿宝   即时测列表,分析页面
1310
  <style lang="scss" scoped>
9309dc5d   梁保满   任课老师接口完成
1311
1312
  .page-container {
    position: relative;
255e2506   梁保满   飞书bug及优化
1313
    height: 100%;
9309dc5d   梁保满   任课老师接口完成
1314
    &.active {
9309dc5d   梁保满   任课老师接口完成
1315
1316
1317
      overflow: hidden;
    }
  }
f356590c   阿宝   即时测列表,分析页面
1318
1319
1320
1321
1322
  .table-box {
    margin: 0 20px;
    padding: 16px;
    background: #f8f8f8;
    border-radius: 5px;
31436559   梁保满   多班级样式问题,成绩登记设置问题
1323
    min-height: 300px;
f356590c   阿宝   即时测列表,分析页面
1324
1325
1326
1327
1328
1329
1330
    :deep(.fa-arrow-right) {
      padding-left: 2px;
    }
    :deep(.fa-file-text) {
      padding-left: 2px;
    }
  }
f356590c   阿宝   即时测列表,分析页面
1331
1332
1333
  .down {
    padding-top: 16px;
  }
e371f2dc   梁保满   软件下载,学校,班级老师等报表导入...
1334
1335
  .click-b {
    cursor: pointer;
c065091a   梁保满   即时测跳转画像参数调整
1336
    color: #409eff;
10cf4c8c   梁保满   学生画像接口调整
1337
    text-decoration: underline;
aed43d3a   阿宝   即时测修改答案
1338
  }
4295ede6   梁保满   即使测报表对比页面开发
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
  .head-box {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    .txt {
      font-size: 16px;
      color: #333;
      line-height: 20px;
      position: relative;
      margin-bottom: 6px;
      &:after {
        content: "";
        position: absolute;
        top: 0;
        left: -16px;
        width: 4px;
        height: 100%;
        background: #409eff;
      }
    }
    .red {
      font-style: normal;
e5f407d6   梁保满   测试问题
1362
      font-size: 12px;
4295ede6   梁保满   即使测报表对比页面开发
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
      color: #f30;
    }
    .sel {
      width: 200px;
      :deep(.el-input__inner) {
        border-radius: 20px;
      }
    }
  }
  .tab-ul {
    display: flex;
    flex-wrap: wrap;
    .tab-li {
ee00775c   梁保满   测试bug
1376
      width: calc(50% - 12px);
4295ede6   梁保满   即使测报表对比页面开发
1377
1378
1379
1380
1381
      margin: 0 12px 12px 0;
      &:nth-child(2n) {
        margin-right: 0;
      }
      .tab-tit {
ee00775c   梁保满   测试bug
1382
        font-size: 15px;
4295ede6   梁保满   即使测报表对比页面开发
1383
1384
        line-height: 40px;
        border: 1px solid #ebeef5;
ee00775c   梁保满   测试bug
1385
        padding-left: 12px;
4295ede6   梁保满   即使测报表对比页面开发
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
      }
    }
  }
  .btn-box {
    padding-top: 12px;
    text-align: right;
  }
  .remove-test {
    margin-left: 10px;
  }
  .input-with-select {
    width: 200px;
    height: 36px;
    margin-right: 50px;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    background: #fff;
    :deep(.el-input__inner) {
      border-radius: 20px;
      border: none;
      height: 34px;
      line-height: 34px;
      padding-right: 0;
    }
    :deep(.el-button) {
      padding: 12px;
    }
  
    :deep(.el-input-group__append),
    :deep(.el-input-group__prepend) {
      border: none;
      background: transparent;
    }
  }
da9346ee   梁保满   全选和排序问题
1421
1422
  .select-all {
    padding-left: 16px;
31436559   梁保满   多班级样式问题,成绩登记设置问题
1423
1424
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
da9346ee   梁保满   全选和排序问题
1425
  }
4c4f7640   梁保满   路由表,路由前端文件
1426
  </style>