fix load
This commit is contained in:
parent
627696ea65
commit
018e430289
5 changed files with 31 additions and 42 deletions
|
|
@ -12,20 +12,15 @@ interface FormCommand {
|
|||
}
|
||||
|
||||
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;
|
||||
issue: string | null; //คำสั่งเรื่อง
|
||||
commandNo: string; //คำสั่งเลขที่
|
||||
commandYear: number | null; //พ.ศ.
|
||||
detailHeader: string; //เนื้อหาคำสั่งขึ้นต้น
|
||||
detailBody: string; //เนื้อหาคำสั่งหลัก
|
||||
detailFooter: string; //เนื้อหาคำสั่งลงท้าย
|
||||
commandAffectDate: Date | null; //วันที่ลงนาม
|
||||
commandExcecuteDate: Date | null; //วันที่คำสั่งมีผล
|
||||
isBangkok: string | null; //คำสั่งสำนักปลัดกรุงเทพมหานคร
|
||||
}
|
||||
|
||||
interface ListCommandSalaryType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue