เงินเดือน ทะเบียนประวัติ
This commit is contained in:
parent
c26efe6c21
commit
f52a0bd2c5
6 changed files with 647 additions and 753 deletions
|
|
@ -78,7 +78,34 @@ interface OptionLevel {
|
|||
posLevelName: string;
|
||||
}
|
||||
|
||||
interface FormSalaryNew {
|
||||
date: Date;
|
||||
posNo: string;
|
||||
templatePos: string;
|
||||
position: string;
|
||||
typePosition: string;
|
||||
levelPosition: string;
|
||||
salary: number | undefined;
|
||||
salaryPos: number | undefined;
|
||||
templateDoc: string;
|
||||
doc: string;
|
||||
}
|
||||
|
||||
interface FormSalaryNewRef {
|
||||
date: object | null;
|
||||
posNo: object | null;
|
||||
templatePos: object | null;
|
||||
position: object | null;
|
||||
levelPosition: object | null;
|
||||
salary: object | null;
|
||||
templateDoc: object | null;
|
||||
doc: object | null;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
export type {
|
||||
FormSalaryNew,
|
||||
FormSalaryNewRef,
|
||||
Pagination,
|
||||
DataOption,
|
||||
DataOptionInsignia,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue