updated format code
This commit is contained in:
parent
b75d69ea08
commit
b14bad2249
241 changed files with 14012 additions and 13811 deletions
|
|
@ -8,8 +8,8 @@ interface RequestItemsObject {
|
|||
id: string;
|
||||
certificateNo: string;
|
||||
issuer: string;
|
||||
issueDate: Date|null;
|
||||
expireDate: Date|null;
|
||||
issueDate: Date | null;
|
||||
expireDate: Date | null;
|
||||
certificateType: string;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ interface RequestItemsObject {
|
|||
detail: string;
|
||||
unStigma: string;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null|string;
|
||||
refCommandDate: Date | null | string;
|
||||
date: Date;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
|
|
|
|||
|
|
@ -21,10 +21,10 @@ interface RequestItemsObject {
|
|||
fundName: string;
|
||||
isDate: string | null;
|
||||
finishDate: Date | null;
|
||||
startDate: number|null;
|
||||
endDate: number|null;
|
||||
startDate2: Date|null;
|
||||
endDate2: Date|null;
|
||||
startDate: number | null;
|
||||
endDate: number | null;
|
||||
startDate2: Date | null;
|
||||
endDate2: Date | null;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
note: string;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ interface DataProps {
|
|||
//ข้อมูล
|
||||
interface RequestItemsObject {
|
||||
id: string;
|
||||
leaveYear: string|number;
|
||||
leaveYear: string | number;
|
||||
sumRest: string;
|
||||
sumLate: string;
|
||||
sumAbsent: string;
|
||||
|
|
@ -57,7 +57,13 @@ interface DetailData {
|
|||
sumLate: string;
|
||||
sumAbsent: string;
|
||||
sumEducation: string;
|
||||
leaveYear: string|number;
|
||||
leaveYear: string | number;
|
||||
}
|
||||
|
||||
export type { RequestItemsObject, Columns, DataProps, RequestItemsTotalObject,DetailData };
|
||||
export type {
|
||||
RequestItemsObject,
|
||||
Columns,
|
||||
DataProps,
|
||||
RequestItemsTotalObject,
|
||||
DetailData,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ interface DataProps {
|
|||
//ข้อมูล
|
||||
interface RequestItemsObject {
|
||||
id: string;
|
||||
date: Date|null;
|
||||
date: Date | null;
|
||||
detail: string;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
|
|
|
|||
|
|
@ -138,5 +138,5 @@ export type {
|
|||
DataProps,
|
||||
RequestItemsEmployee,
|
||||
DataPropsEmployee,
|
||||
RequestItemsHistory
|
||||
RequestItemsHistory,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@ interface RequestItemsObject {
|
|||
department: string;
|
||||
numberOrder: string;
|
||||
dateOrder: Date;
|
||||
startDate: number|null;
|
||||
endDate: number|null;
|
||||
startDate2: Date|null;
|
||||
endDate2: Date|null;
|
||||
startDate: number | null;
|
||||
endDate: number | null;
|
||||
startDate2: Date | null;
|
||||
endDate2: Date | null;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ interface RequestItemsObject {
|
|||
detail: string;
|
||||
reference: string;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null|string;
|
||||
refCommandDate: Date | null | string;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ interface ResponseObject {
|
|||
sumLate: string;
|
||||
sumAbsent: string;
|
||||
sumEducation: string;
|
||||
leaveYear: string|number;
|
||||
leaveYear: string | number;
|
||||
}
|
||||
|
||||
interface ResponseTotalObject {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
//ข้อมูล
|
||||
interface ResponseObject {
|
||||
id: string;
|
||||
date: Date|null;
|
||||
date: Date | null;
|
||||
detail: string;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue