updated โครงการ tab ลักษณะโครงการ
This commit is contained in:
parent
2360aaceb5
commit
c7fca7f372
4 changed files with 189 additions and 96 deletions
|
|
@ -62,6 +62,23 @@ interface ItemsDownload {
|
|||
color: string;
|
||||
}
|
||||
|
||||
interface FormProjectDetail {
|
||||
developmentProjectTypes: [];
|
||||
projectModal: string | null;
|
||||
isBackPlanned: boolean;
|
||||
isHoldPlanned: boolean;
|
||||
projectDayBackPlanned: string | null;
|
||||
projectDayHoldPlanned: string | null;
|
||||
projectNigthHoldPlanned: string | null;
|
||||
developmentProjectTechniquePlanneds: [];
|
||||
isBackActual: boolean;
|
||||
isHoldActual: boolean;
|
||||
projectDayBackActual: string | null;
|
||||
projectDayHoldActual: string | null;
|
||||
projectNigthHoldActual: string | null;
|
||||
developmentProjectTechniqueActuals: [];
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionCheckBox,
|
||||
|
|
@ -69,5 +86,6 @@ export type {
|
|||
NewPagination,
|
||||
FormFilter,
|
||||
DataPerson,
|
||||
ItemsDownload
|
||||
ItemsDownload,
|
||||
FormProjectDetail,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue