แก้ไขเรื่องร้องเรียน, สืบสวน, สอบสวน

This commit is contained in:
Warunee Tamkoo 2023-11-30 18:02:29 +07:00
parent 76594a2359
commit f247167e9a
20 changed files with 1356 additions and 1714 deletions

View file

@ -20,6 +20,7 @@ interface FormData {
}
interface ArrayPerson {
id: string
personId:string
idcard:string
name:string

View file

@ -65,7 +65,7 @@ interface FormData {
result: string;
directors: Director[];
persons: Persons[];
clickTime: boolean;
extendStatus: boolean;
disciplinaryDateStart: Date | null;
disciplinaryDateEnd: Date | null;
daysExtend: number;

View file

@ -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;

View file

@ -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