diff --git a/src/app/pages/audit/audit-inform-time/audit-details-inform-time/audit-details-inform-time.component.html b/src/app/pages/audit/audit-inform-time/audit-details-inform-time/audit-details-inform-time.component.html index 8a8cfbe..0d26d0b 100644 --- a/src/app/pages/audit/audit-inform-time/audit-details-inform-time/audit-details-inform-time.component.html +++ b/src/app/pages/audit/audit-inform-time/audit-details-inform-time/audit-details-inform-time.component.html @@ -9,6 +9,8 @@

{{organizationName}}

+

证照名称: {{data.licenseType ? data.licenseType.licenseName : null}}

+

办理提醒时间:修改时间 {{data.handleRemindDays}}天 默认时间 {{data.handleRemindDaysDefault}}天 diff --git a/src/app/pages/audit/audit-ing/audit-ing.component.html b/src/app/pages/audit/audit-ing/audit-ing.component.html index 558691e..c03a84a 100644 --- a/src/app/pages/audit/audit-ing/audit-ing.component.html +++ b/src/app/pages/audit/audit-ing/audit-ing.component.html @@ -29,8 +29,17 @@ - - {{item.committedTime | date:"yyyy/MM/dd"}} + + + + + + + + + + + {{item.committedTime | date:"yyyy/MM/dd HH:mm:ss" }} {{item.auditStatusDesc}} 处置 diff --git a/src/app/pages/audit/audit-record/audit-record.component.html b/src/app/pages/audit/audit-record/audit-record.component.html index a2c5cad..071ede5 100644 --- a/src/app/pages/audit/audit-record/audit-record.component.html +++ b/src/app/pages/audit/audit-record/audit-record.component.html @@ -113,8 +113,15 @@ - - {{item.committedTime | date:"yyyy/MM/dd"}} + + + + + + + + + {{item.committedTime | date:"yyyy/MM/dd HH:mm:ss"}} {{item.auditStatusDesc}} 详情 diff --git a/src/app/pages/audit/audit-record/audit-record.component.ts b/src/app/pages/audit/audit-record/audit-record.component.ts index 74a9f46..e85a0a4 100644 --- a/src/app/pages/audit/audit-record/audit-record.component.ts +++ b/src/app/pages/audit/audit-record/audit-record.component.ts @@ -161,13 +161,16 @@ export class AuditRecordComponent implements OnInit { MaxResultCount: string = '100' getRecordList() { this.tableSpin = true + let endTime = this.validateForm.value.datePicker[1] + ' 23:59:59' + console.log('结束时间',endTime) + let params = { IsContainsChildren: 'true', OrganizationUnitId: this.validateForm.value.organization, AuditTitle: this.validateForm.value.type, AuditType: this.validateForm.value.info, StartTime: this.validateForm.value.datePicker[0], - EndTime: this.validateForm.value.datePicker[1], + EndTime: endTime, AuditStatuses: this.validateForm.value.state, AuditLevel: this.validateForm.value.level, Sorting: null, diff --git a/src/app/pages/license/file-category/details-file-category/details-file-category.component.html b/src/app/pages/license/file-category/details-file-category/details-file-category.component.html index ff37dda..0280b5d 100644 --- a/src/app/pages/license/file-category/details-file-category/details-file-category.component.html +++ b/src/app/pages/license/file-category/details-file-category/details-file-category.component.html @@ -15,7 +15,7 @@

-->

证件图片:   

-

+

审核记录 diff --git a/src/app/pages/license/update-category/details-update-category/details-update-category.component.html b/src/app/pages/license/update-category/details-update-category/details-update-category.component.html index 4b970b7..635d1ef 100644 --- a/src/app/pages/license/update-category/details-update-category/details-update-category.component.html +++ b/src/app/pages/license/update-category/details-update-category/details-update-category.component.html @@ -25,7 +25,7 @@

-

+

审核记录