This commit is contained in:
@@ -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 = "ผู้เข้าร่วมโครงการมีความรู้ความเข้าใจเพิ่มขึ้น (ร้อยละ) ";
|
||||
|
||||
Reference in New Issue
Block a user