[UI] popup ดูข้อมูลคำสั่งที่คลิกจากตำแหน่ง/เงินเดือนในทะเบียนประวัติ
This commit is contained in:
parent
c512fcdd95
commit
4139f9a052
4 changed files with 535 additions and 4 deletions
|
|
@ -69,6 +69,40 @@ interface DataOrder {
|
|||
status: string;
|
||||
}
|
||||
|
||||
interface DataFileOrder {
|
||||
reportName: string;
|
||||
template: string;
|
||||
data: {
|
||||
commandDate: string;
|
||||
commandExcecuteDate: string;
|
||||
commandNo: string;
|
||||
commandTitle: string;
|
||||
commandYear: 2024;
|
||||
detailBody: string;
|
||||
detailFooter: string;
|
||||
detailHeader: string;
|
||||
name: string;
|
||||
position: string;
|
||||
};
|
||||
}
|
||||
|
||||
interface FormDataDetail {
|
||||
id?: string;
|
||||
status?: string;
|
||||
commandNo: string;
|
||||
commandYear: number | null;
|
||||
detailHeader: string;
|
||||
detailBody: string;
|
||||
detailFooter: string;
|
||||
issue: string | null;
|
||||
commandAffectDate: Date | null;
|
||||
commandExcecuteDate: Date | null;
|
||||
commandSysId?: string;
|
||||
commandTypeName?: string;
|
||||
isBangkok?: string | null;
|
||||
isAttachment: boolean;
|
||||
}
|
||||
|
||||
export type {
|
||||
Pagination,
|
||||
DataOption,
|
||||
|
|
@ -77,4 +111,6 @@ export type {
|
|||
DateSelectPerson,
|
||||
ListCommand,
|
||||
DataOrder,
|
||||
DataFileOrder,
|
||||
FormDataDetail
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue