รายการสรุปผลการพิจารณาทางวินัย เพิ่มฟิล

This commit is contained in:
setthawutttty 2023-12-15 17:54:28 +07:00
parent b659857c7b
commit db072c8ba5
4 changed files with 38 additions and 3 deletions

View file

@ -4,7 +4,7 @@ interface FormData {
titleType: string;
oc: string;
file: any
disciplineComplaint_Appeal_Docs: [FileArray]
disciplineComplaint_Appeal_Docs: any
year: number | null;
}

View file

@ -6,6 +6,9 @@ interface DataResult {
disciplinaryFaultLevel: string; //ระดับโทษความผิด
disciplinaryCaseFault: string; //กรณีความผิด
status: string; //สถานะ
disciplineType: string; //สถานะ
titleType: string; //สถานะ
oc: string; //สถานะ
createdAt: Date | null; //วันที่ส่งเรื่องสอบสวน
}
interface DataResultList {