This commit is contained in:
@@ -213,9 +213,11 @@ namespace rmutr_report.Controllers
|
||||
vv.text5 = na3;
|
||||
string na5 = "โครงการแล้วเสร็จตามเวลาที่กำหนด (ร้อยละ) ";
|
||||
vv.text6 = na5;
|
||||
string na6 = "จำนวนวัน ";
|
||||
vv.day = na6 + vv.day;
|
||||
}
|
||||
|
||||
if (vv.percentage1 != null || vv.percentage2 != null)
|
||||
if (vv.percentage1 != null || vv.percentage2 != null|| vv.percentage3 != null)
|
||||
{
|
||||
vv.clause3 = "21.3 เชิงคุณภาพ";
|
||||
string na = "ผู้เข้าร่วมโครงการมีความรู้ความเข้าใจเพิ่มขึ้น (ร้อยละ) ";
|
||||
@@ -224,6 +226,7 @@ namespace rmutr_report.Controllers
|
||||
vv.text8 = na1;
|
||||
vv.text9 = "ผู้เข้าร่วมโครงการสามารถนำความรู้ที่ได้รับไปบูรณาการอย่างไรบ้าง";
|
||||
vv.text10 = "รายละเอียด";
|
||||
vv.text13 = "โครงการที่บรรลุผลตามวัตถุประสงค์ของโครงการ (ร้อยละ) ";
|
||||
}
|
||||
|
||||
if (vv.expenses != null)
|
||||
|
||||
Reference in New Issue
Block a user