เพิ้ม แก้ไข รายการโครงการ
This commit is contained in:
parent
7cdcebf5e0
commit
dd5a52f20e
7 changed files with 566 additions and 516 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue