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;
|
||||
planType: string; // INPLAN ในแผนฯ, OUTPLAN นอกแผนฯ
|
||||
isNoUseBudget: boolean; // ไม่ใช้งบประมาณ
|
||||
budgetSourceOther: string; //
|
||||
}
|
||||
|
||||
export type { FormsSholarship, DataSholarship };
|
||||
|
|
|
|||
|
|
@ -361,6 +361,7 @@ function fetchDataDetail(id: string) {
|
|||
formBody.posTypeguarantorId = data.posTypeguarantorId;
|
||||
formBody.scholarshipYear = data.scholarshipYear;
|
||||
formBody.budgetSource = data.budgetSource;
|
||||
formBody.budgetSourceOther = data.budgetSourceOther;
|
||||
formBody.budgetApprove = data.budgetApprove;
|
||||
formBody.bookNo = data.bookNo;
|
||||
formBody.bookNoDate = data.bookNoDate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue