เพิ้ม แก้ไข รายการโครงการ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-04 11:18:30 +07:00
parent 7cdcebf5e0
commit dd5a52f20e
7 changed files with 566 additions and 516 deletions

View file

@ -81,7 +81,7 @@ interface FormAddHistory {
}
interface FormAddHistoryProject {
id:string
id: string;
project: string;
year: string;
trainingStart: string;
@ -121,10 +121,10 @@ interface FormAddProject {
address: string;
provinceId: string | null;
budget: string;
accept: number | null;
receive: number | null;
approved: number | null;
budgetPay: number | null;
accept: number | string | null;
receive: number | string | null;
approved: number | string | null;
budgetPay: number | string | null;
issues: string;
chance: string;
effects: string;