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

This commit is contained in:
kamonwan taengsuk
2023-11-21 12:11:05 +07:00
parent 79dbb95213
commit f7cd049397
13 changed files with 189 additions and 176 deletions

View File

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