diff --git a/src/modules/09_scholarship/interface/request/index.ts b/src/modules/09_scholarship/interface/request/index.ts index a25579f..e74f0d6 100644 --- a/src/modules/09_scholarship/interface/request/index.ts +++ b/src/modules/09_scholarship/interface/request/index.ts @@ -127,6 +127,7 @@ interface DataSholarship { status: string; planType: string; // INPLAN ในแผนฯ, OUTPLAN นอกแผนฯ isNoUseBudget: boolean; // ไม่ใช้งบประมาณ + budgetSourceOther: string; // } export type { FormsSholarship, DataSholarship }; diff --git a/src/modules/09_scholarship/views/detail.vue b/src/modules/09_scholarship/views/detail.vue index 5456ee0..ebefd91 100644 --- a/src/modules/09_scholarship/views/detail.vue +++ b/src/modules/09_scholarship/views/detail.vue @@ -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;