fix(scholarship):display budgetSourceOther
This commit is contained in:
parent
8d22f98004
commit
df91679357
2 changed files with 2 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ interface DataSholarship {
|
||||||
status: string;
|
status: string;
|
||||||
planType: string; // INPLAN ในแผนฯ, OUTPLAN นอกแผนฯ
|
planType: string; // INPLAN ในแผนฯ, OUTPLAN นอกแผนฯ
|
||||||
isNoUseBudget: boolean; // ไม่ใช้งบประมาณ
|
isNoUseBudget: boolean; // ไม่ใช้งบประมาณ
|
||||||
|
budgetSourceOther: string; //
|
||||||
}
|
}
|
||||||
|
|
||||||
export type { FormsSholarship, DataSholarship };
|
export type { FormsSholarship, DataSholarship };
|
||||||
|
|
|
||||||
|
|
@ -361,6 +361,7 @@ function fetchDataDetail(id: string) {
|
||||||
formBody.posTypeguarantorId = data.posTypeguarantorId;
|
formBody.posTypeguarantorId = data.posTypeguarantorId;
|
||||||
formBody.scholarshipYear = data.scholarshipYear;
|
formBody.scholarshipYear = data.scholarshipYear;
|
||||||
formBody.budgetSource = data.budgetSource;
|
formBody.budgetSource = data.budgetSource;
|
||||||
|
formBody.budgetSourceOther = data.budgetSourceOther;
|
||||||
formBody.budgetApprove = data.budgetApprove;
|
formBody.budgetApprove = data.budgetApprove;
|
||||||
formBody.bookNo = data.bookNo;
|
formBody.bookNo = data.bookNo;
|
||||||
formBody.bookNoDate = data.bookNoDate;
|
formBody.bookNoDate = data.bookNoDate;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue