fix === > แก้ไขข้อมูลเพื่อลงบัญชีแนบท้าย ทุกระบบ
This commit is contained in:
parent
bcd5d1d56c
commit
d9bb320b16
17 changed files with 514 additions and 348 deletions
|
|
@ -377,6 +377,82 @@ interface DataPermissions {
|
|||
tab7: TabPermissions;
|
||||
}
|
||||
|
||||
interface MainData {
|
||||
amount?: number;
|
||||
amountOld: number;
|
||||
child1: string;
|
||||
child1Id: string;
|
||||
child1Old: string;
|
||||
child1OldId: string;
|
||||
child1ShortName: string;
|
||||
child1ShortNameOld: string;
|
||||
child2: string;
|
||||
child2Id: string;
|
||||
child2Old: string;
|
||||
child2OldId: string;
|
||||
child2ShortName: string;
|
||||
child2ShortNameOld: string;
|
||||
child3: string;
|
||||
child3Id: string;
|
||||
child3Old: string;
|
||||
child3OldId: string;
|
||||
child3ShortName: null;
|
||||
child3ShortNameOld: string;
|
||||
child4: string;
|
||||
child4Id: string;
|
||||
child4Old: string;
|
||||
child4OldId: string;
|
||||
child4ShortName: string;
|
||||
child4ShortNameOld: string;
|
||||
createdAt: string;
|
||||
dateOfBirth: string;
|
||||
educationOld: string;
|
||||
firstName: string;
|
||||
id: string;
|
||||
lastName: string;
|
||||
node: string;
|
||||
nodeId: string;
|
||||
nodeName: string;
|
||||
nodeNameOld: string;
|
||||
nodeOld: number;
|
||||
nodeOldId: string;
|
||||
nodeShortName: string;
|
||||
nodeShortNameOld: string;
|
||||
orgRevisionId: string;
|
||||
organizationOld: string;
|
||||
organizationPositionOld: string;
|
||||
posLevelId: string;
|
||||
posLevelName: string;
|
||||
posLevelNameOld: string;
|
||||
posLevelOldId: string;
|
||||
posMasterNo: number;
|
||||
posMasterNoOld: number;
|
||||
posTypeId: string;
|
||||
posTypeName: string;
|
||||
posTypeNameOld: string;
|
||||
posTypeOldId: string;
|
||||
position: string;
|
||||
positionDate: Date;
|
||||
positionField: string;
|
||||
positionId: string;
|
||||
positionLevelOld: string;
|
||||
positionNumberOld: string;
|
||||
positionOld: string;
|
||||
positionTypeOld: string;
|
||||
prefix: string;
|
||||
profileId: string;
|
||||
reason: string;
|
||||
reportingDate: string;
|
||||
root: string;
|
||||
rootOld: string;
|
||||
rootOldId: string;
|
||||
rootShortName: string;
|
||||
rootShortNameOld: string;
|
||||
salary: number;
|
||||
status: string;
|
||||
typeCommand: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionInsignia,
|
||||
|
|
@ -407,6 +483,7 @@ export type {
|
|||
AppointTopicMain,
|
||||
DataPermissions,
|
||||
TabPermissions,
|
||||
MainData,
|
||||
};
|
||||
|
||||
export { AddressDataDefualt, FamilyDataDefualt };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue