bug fixed

This commit is contained in:
kamonwan taengsuk
2023-06-26 12:10:37 +07:00
parent c1f2496dd7
commit 83bb7d76e6
8 changed files with 89 additions and 104 deletions

View File

@@ -49,15 +49,14 @@ namespace rmutr_report.Controllers
v.measure = na2 + v.measure;
}
foreach (var v in project.fourteenth)
foreach (var vv in project.fourteenth)
{
foreach (var vv in v.fourteenths)
{
// string na = "องค์ประกอบที่ " ;
// vv.component = na + vv.component;
string na2 = "ตัวบ่งชี้ที่ ";
vv.indicator = na2 + vv.indicator;
}
// string na = "องค์ประกอบที่ " ;
// vv.component = na + vv.component;
string na2 = "ตัวบ่งชี้ที่ ";
vv.indicator = na2 + vv.indicator;
}
// project.count_activity = total2;
@@ -225,15 +224,14 @@ namespace rmutr_report.Controllers
v.measure = na2 + v.measure;
}
foreach (var v in project.fourteenth)
foreach (var vv in project.fourteenth)
{
foreach (var vv in v.fourteenths)
{
// string na = "องค์ประกอบที่ " ;
// vv.component = na + vv.component;
string na2 = "ตัวบ่งชี้ที่ ";
vv.indicator = na2 + vv.indicator;
}
}
// project.count_activity = total2;