bug fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-11-16 15:02:58 +07:00
parent fcbea4a3f2
commit c5370d5128
13 changed files with 596 additions and 418 deletions

View File

@@ -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)
{