pop up
This commit is contained in:
parent
c8a9e61625
commit
be3ccc2059
3 changed files with 647 additions and 156 deletions
|
|
@ -25,6 +25,7 @@ interface FormDataAgency {
|
|||
}
|
||||
|
||||
interface FormDataPosition {
|
||||
shortName: string;
|
||||
prefixNo: string;
|
||||
positionNo: string;
|
||||
suffixNo: string;
|
||||
|
|
@ -71,7 +72,27 @@ interface HistoryType {
|
|||
orgRevisionName: string;
|
||||
orgRevisionIsCurrent: boolean;
|
||||
orgRevisionIsDraft: boolean;
|
||||
orgRevisionCreatedAt: any;
|
||||
orgRevisionCreatedAt: Date | string;
|
||||
}
|
||||
|
||||
interface FormPositionSelect {
|
||||
positionName: string;
|
||||
positionField: string;
|
||||
positionType: string;
|
||||
positionLevel: string;
|
||||
positionExecutive: string;
|
||||
positionExecutiveField: string;
|
||||
positionArea: string;
|
||||
}
|
||||
|
||||
interface RowDetailPositions {
|
||||
positionName: string
|
||||
positionField: string
|
||||
positionType: string
|
||||
positionLevel: string
|
||||
positionExecutive: string
|
||||
positionExecutiveField: string
|
||||
positionArea: string
|
||||
}
|
||||
export type {
|
||||
Pagination,
|
||||
|
|
@ -85,4 +106,6 @@ export type {
|
|||
FormNewStructureRef,
|
||||
HistoryType,
|
||||
ListMenu,
|
||||
FormPositionSelect,
|
||||
RowDetailPositions
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue