This commit is contained in:
@@ -46,27 +46,9 @@ namespace rmutr_report.Controllers
|
||||
// }
|
||||
// }
|
||||
|
||||
if (project.eighth != null)
|
||||
{
|
||||
foreach (var v in project.eighth)
|
||||
{
|
||||
string na = "ประเด็นยุทธศาสตร์ที่ ";
|
||||
v.strategic_issues = na + v.strategic_issues;
|
||||
string na2 = "กลยุทธ์ที่ ";
|
||||
v.measure = na2 + v.measure;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (project.fourteenth != null)
|
||||
{
|
||||
foreach (var vv in project.fourteenth)
|
||||
{
|
||||
// string na = "องค์ประกอบที่ " ;
|
||||
// vv.component = na + vv.component;
|
||||
string na2 = "ตัวบ่งชี้ที่ ";
|
||||
vv.indicator = na2 + vv.indicator;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (project.sixteenths != null)
|
||||
@@ -165,6 +147,7 @@ namespace rmutr_report.Controllers
|
||||
string na2 = " ครั้ง";
|
||||
vv.text2 = na ;
|
||||
vv.khrang2 = na2 ;
|
||||
vv.text12 = "หน่วยนับ";
|
||||
}
|
||||
|
||||
if (vv.count_training != null )
|
||||
@@ -202,7 +185,7 @@ namespace rmutr_report.Controllers
|
||||
vv.text7 = na;
|
||||
vv.text8 = na1;
|
||||
vv.text9 = "ผู้เข้าร่วมโครงการสามารถนำความรู้ที่ได้รับไปบูรณาการอย่างไรบ้าง";
|
||||
vv.text10 = "รายละเอียด";
|
||||
//vv.text10 = "รายละเอียด";
|
||||
}
|
||||
if (vv.expenses!=null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user