ปรับ ui การสอบสวนความผิดทางวินัย
This commit is contained in:
parent
b00a946c64
commit
09d44c24d7
9 changed files with 306 additions and 301 deletions
|
|
@ -1,50 +1,68 @@
|
|||
interface DataOption {
|
||||
id: string;
|
||||
name: string;
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
interface investigatefactsDataRowType {
|
||||
subject: string;
|
||||
interrogated: string;
|
||||
fault: string;
|
||||
status: string;
|
||||
active: string;
|
||||
subject: string;
|
||||
interrogated: string;
|
||||
fault: string;
|
||||
status: string;
|
||||
active: string;
|
||||
}
|
||||
interface MyObjectRef {
|
||||
orderType: any;
|
||||
orderBy: any;
|
||||
listInvestigation: any,
|
||||
authority: any,
|
||||
orderNumber: any,
|
||||
dateYear: any,
|
||||
date: any,
|
||||
authorityPosition: any,
|
||||
subject: any,
|
||||
mistakeDetail: any,
|
||||
[key: string]: any;
|
||||
orderType: any;
|
||||
orderBy: any;
|
||||
listInvestigation: any;
|
||||
authority: any;
|
||||
orderNumber: any;
|
||||
dateYear: any;
|
||||
date: any;
|
||||
authorityPosition: any;
|
||||
subject: any;
|
||||
mistakeDetail: any;
|
||||
[key: string]: any;
|
||||
}
|
||||
interface MyObjectComplaintsRef {
|
||||
complainantType: any
|
||||
complainant: any
|
||||
office: any
|
||||
agency: any
|
||||
topicComplaint: any
|
||||
datereceive: any
|
||||
dateconsideration: any
|
||||
offenseDescription: any
|
||||
considerationLevel: any
|
||||
datewarn: any
|
||||
receivecomplaints: any
|
||||
petitioner: any
|
||||
files: any
|
||||
[key: string]: any;
|
||||
complainantType: any;
|
||||
complainant: any;
|
||||
office: any;
|
||||
agency: any;
|
||||
topicComplaint: any;
|
||||
datereceive: any;
|
||||
dateconsideration: any;
|
||||
offenseDescription: any;
|
||||
considerationLevel: any;
|
||||
datewarn: any;
|
||||
receivecomplaints: any;
|
||||
petitioner: any;
|
||||
files: any;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface investigateDisDataRowType {
|
||||
subject: string;
|
||||
interrogated: string;
|
||||
fault: string;
|
||||
penaltyLevel: string;
|
||||
caseFault: string;
|
||||
dateInvestigate: string;
|
||||
status: string;
|
||||
active: string;
|
||||
}
|
||||
|
||||
interface directorType {
|
||||
nameDirector: string;
|
||||
position: string;
|
||||
duty: string;
|
||||
email: string;
|
||||
telephone: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
investigatefactsDataRowType,
|
||||
MyObjectRef,
|
||||
MyObjectComplaintsRef,
|
||||
DataOption,
|
||||
investigatefactsDataRowType,
|
||||
MyObjectRef,
|
||||
MyObjectComplaintsRef,
|
||||
investigateDisDataRowType,
|
||||
directorType,
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue