order renew no
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-11-15 14:37:51 +07:00
parent d3e7645f85
commit deecd47c0b
9 changed files with 326 additions and 271 deletions

View File

@@ -179,7 +179,7 @@ namespace rmutr_report.Controllers
if (vv.count_project != null)
{
vv.clause1 = "16.1 เชิงปริมาณ";
vv.clause1 = "23.1 เชิงปริมาณ";
string na = "จำนวนครั้งที่ดำเนินโครงการ ";
string na2 = " ครั้ง";
vv.text2 = na;
@@ -204,7 +204,7 @@ namespace rmutr_report.Controllers
if (vv.project_start_date != null)
{
vv.clause2 = "16.2 เชิงเวลา";
vv.clause2 = "23.2 เชิงเวลา";
string na3 = "วัน/เดือน/ปี ที่จะดำเนินโครงการ ";
string na4 = " ถึง ";
vv.range = na4;
@@ -215,7 +215,7 @@ namespace rmutr_report.Controllers
if (vv.percentage1 != null || vv.percentage2 != null)
{
vv.clause3 = "16.3 เชิงคุณภาพ";
vv.clause3 = "23.3 เชิงคุณภาพ";
string na = "ผู้เข้าร่วมโครงการมีความรู้ความเข้าใจเพิ่มขึ้น (ร้อยละ) ";
string na1 = "ความพึงพอใจของผู้เข้ารับบริการในกระบวนการให้บริการ (ร้อยละ) ";
vv.text7 = na;
@@ -226,7 +226,7 @@ namespace rmutr_report.Controllers
if (vv.expenses != null)
{
vv.clause4 = "16.4 เชิงค่าใช้จ่าย";
vv.clause4 = "23.4 เชิงค่าใช้จ่าย";
vv.bath = " บาท";
}
}