fix(scholarship):display budgetSourceOther

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-08 17:44:03 +07:00
parent 8d22f98004
commit df91679357
2 changed files with 2 additions and 0 deletions

View file

@ -127,6 +127,7 @@ interface DataSholarship {
status: string;
planType: string; // INPLAN ในแผนฯ, OUTPLAN นอกแผนฯ
isNoUseBudget: boolean; // ไม่ใช้งบประมาณ
budgetSourceOther: string; //
}
export type { FormsSholarship, DataSholarship };

View file

@ -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;