ปรับระบบพัฒนา โครงการ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-09 13:03:18 +07:00
parent 8c0628126e
commit 6d8c062a42
6 changed files with 240 additions and 49 deletions

View file

@ -2,6 +2,7 @@ interface FormQueryListProject {
year: number;
page: number;
pageSize: number;
org: string;
keyword: string;
}
@ -140,6 +141,7 @@ interface FormAddProject {
address: string;
provinceId: string | null;
budget: string;
budgetSub: string;
accept: number | string | null;
receive: number | string | null;
approved: number | string | null;
@ -152,11 +154,17 @@ interface FormAddProject {
expect: string;
topicAcademic: string;
addressAcademic: string;
provinceActualId: string | null;
provinceActualId: any;
actualPeoples: People[];
plannedPeoples: People[];
actualGoals: actualGoals[];
plannedGoals: PlannedGoals[];
projectType: string;
projectCharacteristics: string;
projectDay: number | null;
projectNigth: number | null;
projectTechniques: string;
projectModal: number | null;
}
interface People {