|
|
@ -4,7 +4,7 @@ |
|
|
|
* @Author: sueRimn |
|
|
|
* @Author: sueRimn |
|
|
|
* @Date: 2020-12-11 09:06:03 |
|
|
|
* @Date: 2020-12-11 09:06:03 |
|
|
|
* @LastEditors: sueRimn |
|
|
|
* @LastEditors: sueRimn |
|
|
|
* @LastEditTime: 2020-12-14 16:44:42 |
|
|
|
* @LastEditTime: 2020-12-15 12:25:15 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
import { Component, OnInit, ViewChild, Inject } from '@angular/core'; |
|
|
|
import { Component, OnInit, ViewChild, Inject } from '@angular/core'; |
|
|
|
import {HttpClient} from '@angular/common/http' |
|
|
|
import {HttpClient} from '@angular/common/http' |
|
|
@ -16,16 +16,7 @@ import { MatSnackBar, MatSnackBarConfig } from '@angular/material/snack-bar'; |
|
|
|
import {FormControl} from '@angular/forms'; |
|
|
|
import {FormControl} from '@angular/forms'; |
|
|
|
import { Router,ActivatedRoute } from '@angular/router'; |
|
|
|
import { Router,ActivatedRoute } from '@angular/router'; |
|
|
|
|
|
|
|
|
|
|
|
const ELEMENT_DATA = [ |
|
|
|
|
|
|
|
{name: "富华酒店", organization: '浦东支队', startTime: "2020-09-19 10:00", overTime: '2020-09-19 12:00',testState:'未开考'}, |
|
|
|
|
|
|
|
{name: "富华酒店", organization: '黄埔支队', startTime: "2020-09-19 10:00", overTime: '2020-09-19 12:00',testState:'未开考'}, |
|
|
|
|
|
|
|
{name: "雁山园", organization: '徐汇支队', startTime: "2020-09-19 10:00", overTime: '2020-09-19 12:00',testState:'开考中'}, |
|
|
|
|
|
|
|
{name: "富华酒店", organization: '普陀支队', startTime: "2020-09-19 10:00", overTime: '2020-09-19 12:00',testState:'开考中'}, |
|
|
|
|
|
|
|
{name: "立新加油站", organization: '浦东支队', startTime: "2020-09-19 10:00", overTime: '2020-09-19 12:00',testState:'开考中'}, |
|
|
|
|
|
|
|
{name: "富华酒店", organization: '宝山支队', startTime: "2020-07-19 10:00", overTime: '2020-07-19 12:00',testState:'已结束'}, |
|
|
|
|
|
|
|
{name: "裕达国际酒店", organization: '浦东支队', startTime: "2020-08-19 10:00", overTime: '2020-08-19 12:00',testState:'已结束'}, |
|
|
|
|
|
|
|
{name: "锦德大酒店", organization: '长宁支队', startTime: "2019-09-19 10:00", overTime: '2019-09-19 12:00',testState:'已结束'}, |
|
|
|
|
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Component({ |
|
|
|
@Component({ |
|
|
|
selector: 'app-examiner-index', |
|
|
|
selector: 'app-examiner-index', |
|
|
@ -36,15 +27,17 @@ export class ExaminerIndexComponent implements OnInit { |
|
|
|
|
|
|
|
|
|
|
|
constructor(private router: Router,private activatedRoute: ActivatedRoute,public http: HttpClient,public dialog: MatDialog,public snackBar: MatSnackBar) { } |
|
|
|
constructor(private router: Router,private activatedRoute: ActivatedRoute,public http: HttpClient,public dialog: MatDialog,public snackBar: MatSnackBar) { } |
|
|
|
//displayedColumns: string[] = ['name', 'organization', 'startTime', 'overTime', 'testState', 'operation'];
|
|
|
|
//displayedColumns: string[] = ['name', 'organization', 'startTime', 'overTime', 'testState', 'operation'];
|
|
|
|
dataSource = ELEMENT_DATA; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ngOnInit(): void { |
|
|
|
ngOnInit(): void { |
|
|
|
//this.getAlltabledate()
|
|
|
|
this.getAlltabledate() |
|
|
|
|
|
|
|
this.getHelp() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
displayedColumns: string[] = ['name','startTime','endTime', 'examzhong','scc']; |
|
|
|
displayedColumns: string[] = ['name','startTime','endTime', 'examzhong','scc']; |
|
|
|
tabledataSource:any |
|
|
|
tabledataSource:any |
|
|
|
accound |
|
|
|
accound |
|
|
|
|
|
|
|
helpName//消防救援对名称
|
|
|
|
|
|
|
|
optionId |
|
|
|
//分页
|
|
|
|
//分页
|
|
|
|
@ViewChild(MatPaginator, {static: true})
|
|
|
|
@ViewChild(MatPaginator, {static: true})
|
|
|
|
pageEvent: PageEvent; |
|
|
|
pageEvent: PageEvent; |
|
|
@ -53,10 +46,27 @@ export class ExaminerIndexComponent implements OnInit { |
|
|
|
pageSize:any; //每页条数
|
|
|
|
pageSize:any; //每页条数
|
|
|
|
pageSizeOptions: number[] = [10] //设置每页条数
|
|
|
|
pageSizeOptions: number[] = [10] //设置每页条数
|
|
|
|
PageNumber:any //第几页
|
|
|
|
PageNumber:any //第几页
|
|
|
|
|
|
|
|
startTime:[] |
|
|
|
|
|
|
|
endTime:[] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//获得查询支队信息
|
|
|
|
|
|
|
|
help(){ |
|
|
|
|
|
|
|
let paramsdata:any = { |
|
|
|
|
|
|
|
PageNumber: this.PageNumber || '1', |
|
|
|
|
|
|
|
PageSize: this.pageSizeOptions[0], |
|
|
|
|
|
|
|
Sort: null, |
|
|
|
|
|
|
|
SortType: null, |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
//console.log(paramsdata)
|
|
|
|
|
|
|
|
this.http.get("/api/Papers",{params:paramsdata}).subscribe((data:any)=>{ |
|
|
|
|
|
|
|
this.tabledataSource=data |
|
|
|
|
|
|
|
console.log(this.tabledataSource) |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
//分页事件
|
|
|
|
//分页事件
|
|
|
|
chagePage(e){ |
|
|
|
chagePage(e){ |
|
|
|
this.PageNumber = e.pageIndex+1 |
|
|
|
this.PageNumber = e.pageIndex+1 |
|
|
|
//this.getAllKeyUnit();
|
|
|
|
this.getAlltabledate() |
|
|
|
} |
|
|
|
} |
|
|
|
//获取表格信息
|
|
|
|
//获取表格信息
|
|
|
|
getAlltabledate(){ |
|
|
|
getAlltabledate(){ |
|
|
@ -66,14 +76,39 @@ export class ExaminerIndexComponent implements OnInit { |
|
|
|
Sort: null, |
|
|
|
Sort: null, |
|
|
|
SortType: null, |
|
|
|
SortType: null, |
|
|
|
} |
|
|
|
} |
|
|
|
//console.log(paramsdata)
|
|
|
|
|
|
|
|
this.http.get("/api/Papers",{params:paramsdata}).subscribe((data:any)=>{ |
|
|
|
this.http.get("/api/Papers",{params:paramsdata}).subscribe((data:any)=>{ |
|
|
|
|
|
|
|
this.tabledataSource=data.items |
|
|
|
|
|
|
|
this.length=data.totalCount |
|
|
|
console.log(data) |
|
|
|
console.log(data) |
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
//console.log(this.tabledataSource)
|
|
|
|
//console.log(this.tabledataSource)
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
//获取消防救援对信息
|
|
|
|
|
|
|
|
getHelp(){ |
|
|
|
|
|
|
|
let paramsdata:any={ |
|
|
|
|
|
|
|
Name:'', |
|
|
|
|
|
|
|
IdentityCard:'', |
|
|
|
|
|
|
|
Phone:'', |
|
|
|
|
|
|
|
RealName:'', |
|
|
|
|
|
|
|
OrganizationId:'', |
|
|
|
|
|
|
|
PageNumber:'', |
|
|
|
|
|
|
|
PageSize:'', |
|
|
|
|
|
|
|
Sort:'', |
|
|
|
|
|
|
|
RoleType:'1', |
|
|
|
|
|
|
|
SortType:'' |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this.http.get("/api/ExamUsers",{params:paramsdata}).subscribe((data:any)=>{ |
|
|
|
|
|
|
|
console.log(data) |
|
|
|
|
|
|
|
this.helpName=data.items |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//获取optionid
|
|
|
|
|
|
|
|
getoption(){ |
|
|
|
|
|
|
|
var selectIndex =document.getElementById("cars"); |
|
|
|
|
|
|
|
console.log(selectIndex) |
|
|
|
|
|
|
|
//var activeName_value =document.getElementById("usertype").options[selectIndex].id;
|
|
|
|
|
|
|
|
} |
|
|
|
//查询按钮
|
|
|
|
//查询按钮
|
|
|
|
findClick(){ |
|
|
|
findClick(){ |
|
|
|
const config = new MatSnackBarConfig(); |
|
|
|
const config = new MatSnackBarConfig(); |
|
|
@ -82,12 +117,28 @@ export class ExaminerIndexComponent implements OnInit { |
|
|
|
if(this.accound==undefined){ |
|
|
|
if(this.accound==undefined){ |
|
|
|
this.snackBar.open('请输入消防救援队名称','确定',config); |
|
|
|
this.snackBar.open('请输入消防救援队名称','确定',config); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
else{ |
|
|
|
|
|
|
|
this.http.get(`/api/Papers/1`).subscribe((data:any)=>{ |
|
|
|
|
|
|
|
console.log(data) |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
console.log(this.accound) |
|
|
|
console.log(this.accound) |
|
|
|
} |
|
|
|
} |
|
|
|
//重置按钮
|
|
|
|
//重置按钮
|
|
|
|
Reset(){ |
|
|
|
Reset(){ |
|
|
|
this.accound=undefined |
|
|
|
this.accound=undefined |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
//删除一套考题
|
|
|
|
|
|
|
|
deleteExam(examid){ |
|
|
|
|
|
|
|
const config = new MatSnackBarConfig(); |
|
|
|
|
|
|
|
config.verticalPosition = 'top'; |
|
|
|
|
|
|
|
config.duration = 3000 |
|
|
|
|
|
|
|
this.http.delete(`/api/Papers/${examid}`).subscribe((data:any)=>{ |
|
|
|
|
|
|
|
this.snackBar.open('删除试卷成功','确定',config); |
|
|
|
|
|
|
|
this.getAlltabledate() |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
//新增考题跳转
|
|
|
|
//新增考题跳转
|
|
|
|
newExamination(){ |
|
|
|
newExamination(){ |
|
|
|
this.router.navigate(['/home/examiner-new-one']) |
|
|
|
this.router.navigate(['/home/examiner-new-one']) |
|
|
|