แก้ไขเรื่องร้องเรียน, สืบสวน, สอบสวน
This commit is contained in:
parent
76594a2359
commit
f247167e9a
20 changed files with 1356 additions and 1714 deletions
|
|
@ -20,6 +20,7 @@ interface FormData {
|
|||
}
|
||||
|
||||
interface ArrayPerson {
|
||||
id: string
|
||||
personId:string
|
||||
idcard:string
|
||||
name:string
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ interface FormData {
|
|||
result: string;
|
||||
directors: Director[];
|
||||
persons: Persons[];
|
||||
clickTime: boolean;
|
||||
extendStatus: boolean;
|
||||
disciplinaryDateStart: Date | null;
|
||||
disciplinaryDateEnd: Date | null;
|
||||
daysExtend: number;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ interface FormData {
|
|||
other: string;
|
||||
evidenceFiles: File | null;
|
||||
fileComplaint: File | null;
|
||||
clickTime: boolean;
|
||||
extendStatus: boolean;
|
||||
date: Date | null;
|
||||
dateEnd: Date;
|
||||
daysExtend: number | null;
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@ interface FormData {
|
|||
investigationDetailOther: string;
|
||||
evidenceFiles: any | null;
|
||||
fileComplaint: File | null;
|
||||
clickTime: boolean;
|
||||
investigationExtendStatus: boolean | null;
|
||||
investigationDateStart: Date | null;
|
||||
investigationDateEnd: Date|null;
|
||||
daysExtend: number | null;
|
||||
investigationDaysExtend: number | null;
|
||||
investigationStatusResult: string;
|
||||
investigationCauseText: string;
|
||||
complaintStatus:string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue