|
|
|
@ -162,8 +162,8 @@ export class AuditRecordComponent implements OnInit {
|
|
|
|
|
getRecordList() { |
|
|
|
|
this.tableSpin = true |
|
|
|
|
let endTime = this.validateForm.value.datePicker[1] + ' 23:59:59' |
|
|
|
|
console.log('结束时间',endTime) |
|
|
|
|
|
|
|
|
|
console.log('结束时间', endTime) |
|
|
|
|
|
|
|
|
|
let params = { |
|
|
|
|
IsContainsChildren: 'true', |
|
|
|
|
OrganizationUnitId: this.validateForm.value.organization, |
|
|
|
@ -191,6 +191,7 @@ export class AuditRecordComponent implements OnInit {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
details(item) { |
|
|
|
|
let or = item |
|
|
|
|
let component |
|
|
|
|
if (item.auditType == 0) { |
|
|
|
|
component = GasBaseInfoComponent |
|
|
|
@ -203,6 +204,9 @@ export class AuditRecordComponent implements OnInit {
|
|
|
|
|
} |
|
|
|
|
this.getData(item).then(res => { |
|
|
|
|
item.getData = res |
|
|
|
|
if (item.auditType == 1) { |
|
|
|
|
item.getData.organization = item.organization |
|
|
|
|
} |
|
|
|
|
const modal = this.modal.create({ |
|
|
|
|
nzContent: component, |
|
|
|
|
nzViewContainerRef: this.viewContainerRef, |
|
|
|
|