bug fixed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user