updated format code

This commit is contained in:
Warunee Tamkoo 2024-09-03 11:28:01 +07:00
parent b75d69ea08
commit b14bad2249
241 changed files with 14012 additions and 13811 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -6,7 +6,7 @@ interface DataProps {
//ข้อมูล
interface RequestItemsObject {
id: string;
date: Date|null;
date: Date | null;
detail: string;
createdFullName: string;
createdAt: Date;

View file

@ -138,5 +138,5 @@ export type {
DataProps,
RequestItemsEmployee,
DataPropsEmployee,
RequestItemsHistory
RequestItemsHistory,
};

View file

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

View file

@ -11,7 +11,7 @@ interface RequestItemsObject {
detail: string;
reference: string;
refCommandNo: string;
refCommandDate: Date | null|string;
refCommandDate: Date | null | string;
createdFullName: string;
createdAt: Date;
}

View file

@ -19,7 +19,7 @@ interface ResponseObject {
sumLate: string;
sumAbsent: string;
sumEducation: string;
leaveYear: string|number;
leaveYear: string | number;
}
interface ResponseTotalObject {

View file

@ -1,7 +1,7 @@
//ข้อมูล
interface ResponseObject {
id: string;
date: Date|null;
date: Date | null;
detail: string;
createdFullName: string;
createdAt: Date;