updated ระบบลา
This commit is contained in:
parent
cab7450748
commit
e4cb83a9b3
6 changed files with 51 additions and 28 deletions
|
|
@ -34,9 +34,9 @@ interface FormData {
|
|||
status: string;
|
||||
}
|
||||
|
||||
interface RowsType{
|
||||
commanders:SeqTypeRow[]
|
||||
approvers:SeqTypeRow[]
|
||||
interface RowsType {
|
||||
commanders: SeqTypeRow[];
|
||||
approvers: SeqTypeRow[];
|
||||
}
|
||||
interface SeqTypeRow {
|
||||
seq: number;
|
||||
|
|
@ -80,6 +80,7 @@ interface FormReject {
|
|||
leaveTotal: number; //จำนวนวันที่ลา
|
||||
leaveStartDate: Date; //วัน เดือน ปีเริ่มต้นลา
|
||||
leaveEndDate: Date; //วัน เดือน ปีสิ้นสุดลา
|
||||
leaveDirectorComment?: string; //ความคิดเห็นของผู้บังคับบัญชา
|
||||
}
|
||||
|
||||
interface ResCalendar {
|
||||
|
|
@ -103,5 +104,5 @@ export type {
|
|||
FormReject,
|
||||
ResCalendar,
|
||||
SeqTypeRow,
|
||||
RowsType
|
||||
RowsType,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue