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

This commit is contained in:
kamonwan taengsuk
2023-11-22 14:40:09 +07:00
parent 5215337fae
commit abc8eba8e8
12 changed files with 118 additions and 120 deletions

View File

@@ -217,11 +217,33 @@ namespace rmutr_report.Controllers
vv.text5 = na3;
string na5 = "โครงการแล้วเสร็จตามเวลาที่กำหนด (ร้อยละ) ";
vv.text6 = na5;
}
if (vv.project_start_date == " - " || vv.project_end_date == " - ")
{
vv.text5 = null;
vv.range = null;
vv.project_start_date = null;
vv.project_end_date = null;
}
if (vv.day != null && vv.day != "90.00")
{
string na6 = "จำนวนวัน ";
vv.day = na6 + vv.day;
}
if (vv.percentage1 != null || vv.percentage2 != null|| vv.percentage3 != null)
if (vv.day == null)
{
vv.day = null;
}
if (vv.day == "90.00")
{
vv.day = null;
}
if (vv.percentage1 != null || vv.percentage2 != null || vv.percentage3 != null)
{
vv.clause3 = "21.3 เชิงคุณภาพ";
string na = "ผู้เข้าร่วมโครงการมีความรู้ความเข้าใจเพิ่มขึ้น (ร้อยละ) ";