|
|
|
@ -68,22 +68,23 @@ export class StationTaskExecutionComponent implements OnInit {
|
|
|
|
|
let selectedTime = this.selectedYear + '-' + this.selectedMonth + '-' + '01' |
|
|
|
|
let params = { |
|
|
|
|
Month: selectedTime, |
|
|
|
|
OrganizationId: this.OrganizationId, |
|
|
|
|
// OrganizationId: this.OrganizationId,
|
|
|
|
|
TaskName: this.searchForm.taskname, |
|
|
|
|
CompanyName: this.searchForm.unitname, |
|
|
|
|
AssitantOrganizationId: this.searchForm.or, |
|
|
|
|
approvalStatuses: ['已检查'], |
|
|
|
|
SupervisorId: this.userId, |
|
|
|
|
PageNumber: this.PageNumber, |
|
|
|
|
CreatorId: this.userId, |
|
|
|
|
PageSize: this.PageSize |
|
|
|
|
} |
|
|
|
|
// this.http.get('/api/PlanTasks', {
|
|
|
|
|
// params: params
|
|
|
|
|
// }).subscribe((data: any) => {
|
|
|
|
|
// this.isloading = false
|
|
|
|
|
// console.log('任务申请列表', data);
|
|
|
|
|
// this.totalCount = data.totalCount
|
|
|
|
|
// this.taskLIst = [...data.items]
|
|
|
|
|
// })
|
|
|
|
|
this.http.get('/api/PlanTasks', { |
|
|
|
|
params: params |
|
|
|
|
}).subscribe((data: any) => { |
|
|
|
|
this.isloading = false |
|
|
|
|
console.log('任务申请列表', data); |
|
|
|
|
this.totalCount = data.totalCount |
|
|
|
|
this.taskLIst = [...data.items] |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
pageChange($event) { |
|
|
|
@ -254,7 +255,7 @@ export class StationTaskExecutionComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
look(item) { |
|
|
|
|
} |
|
|
|
|