+
("");
("");
}}
("");
("");
@@ -287,10 +379,11 @@ const daysExtend = ref("");
("");
@@ -312,33 +406,43 @@ const daysExtend = ref("");
-
+
+
-
-
- ยืนยันผลการสืบสวน
-
+
+
+ ยืนยันผลการสืบสวน
+
+
-
-
-
-
-
-
บับทึกข้อมูล
+
+
+
+ บับทึกข้อมูล
+
+
diff --git a/src/modules/11_discipline/interface/request/investigate.ts b/src/modules/11_discipline/interface/request/investigate.ts
new file mode 100644
index 000000000..9d6d226fb
--- /dev/null
+++ b/src/modules/11_discipline/interface/request/investigate.ts
@@ -0,0 +1,34 @@
+
+interface FormData {
+ complaint: string
+ complaintdetail: string
+ detail: string
+ fault: string
+ results: string
+ other: string
+ evidenceFiles: File | null
+ fileComplaint: File | null
+ clickTime: boolean
+ date: Date | null
+ dateEnd: Date | null
+ daysExtend: string
+ investigation: string
+}
+interface MyObjectInvestigateRef {
+ complaint: object | null;
+ complaintdetail: object | null;
+ detail: object | null;
+ fault: object | null;
+ results: object | null;
+ evidenceFiles: object | null;
+ fileComplaint: object | null;
+ date: object | null;
+ dateEnd: object | null;
+ investigation: object | null;
+ daysExtend: object | null;
+ [key: string]: any;
+}
+export type {
+ FormData,
+ MyObjectInvestigateRef
+}
\ No newline at end of file