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

@@ -44,30 +44,21 @@ namespace rmutr_report.Controllers
// }
// }
// }
if (project.eighth != null)
if (project.ninth!=null)
{
foreach (var v in project.eighth)
foreach (var vv in project.ninth)
{
string na = "ประเด็นยุทธศาสตร์ที่ ";
v.strategic_issues = na + v.strategic_issues;
string na2 = "กลยุทธ์ที่ ";
v.measure = na2 + v.measure;
if (vv.clause == "9.1 ตัวชี้วัดผลสัมฤทธิ์")
{
vv.clause = "12.1 ตัวชี้วัดผลสัมฤทธิ์";
}
if (vv.clause == "9.2 ตัวชี้วัดเชิงนโยบาย")
{
vv.clause = "12.2 ตัวชี้วัดเชิงนโยบาย";
}
}
}
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)
{
foreach (var sixteenthData in project.sixteenths)
@@ -165,6 +156,7 @@ namespace rmutr_report.Controllers
string na2 = " ครั้ง";
vv.text2 = na;
vv.khrang2 = na2;
vv.text12 = "หน่วยนับ";
}
if (vv.count_training != null)
@@ -202,7 +194,7 @@ namespace rmutr_report.Controllers
vv.text7 = na;
vv.text8 = na1;
vv.text9 = "ผู้เข้าร่วมโครงการสามารถนำความรู้ที่ได้รับไปบูรณาการอย่างไรบ้าง";
vv.text10 = "รายละเอียด";
//vv.text10 = "รายละเอียด";
}
if (vv.expenses != null)