ปรับฟอร์มบันทึกโครงการตาม tab

This commit is contained in:
Warunee Tamkoo 2024-04-11 08:33:35 +07:00
parent 91b1b381d1
commit c4c8f45d84
9 changed files with 882 additions and 697 deletions

View file

@ -4,6 +4,7 @@ interface FormQueryListProject {
pageSize: number;
org: string;
keyword: string;
status: string;
}
interface FormBasicinfo {

View file

@ -68,6 +68,7 @@ interface ResDataProject {
projectNigth: number | null;
projectTechniques: string;
projectModal: number | null;
status?: string;
}
interface ResPeople {