Remove code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2024-08-22 14:52:15 +07:00
parent 28053412e7
commit 7137b4f2c2
4 changed files with 6 additions and 24 deletions

View File

@@ -2736,15 +2736,7 @@ namespace rmutr_report.Controllers
indetail.row_no1 = no1;
no1++;
}
// if (indetail.topic_type==4&& indetail.topic=="ค่าตอบแทน ค่าใช้สอยและค่าวัสดุ")
// {
//
// indetail.row_no1 = null;
// indetail.amount6 = indetail.value1;
// indetail.text5 = null;
// indetail.amount5 =null;
// indetail.text6 = "บาท";
// }
if (indetail.topic_type==5)
{
indetail.topic5 = indetail.topic;
@@ -2755,22 +2747,13 @@ namespace rmutr_report.Controllers
indetail.row_no2 = no2;
no2++;
}
// if (indetail.topic_type==5&& indetail.topic=="ค่าตอบแทน")
// {
//
// indetail.topic5 = indetail.topic;
// indetail.amount7 = null;
// indetail.amount8 = indetail.value1;
// indetail.text7 = null;
// indetail.text8 = "บาท";
// indetail.row_no2 = null;
// }
if (indetail.topic_type==6)
{
indetail.topic9 = indetail.topic;
indetail.topic10 = indetail.qualification;
indetail.amount9 = indetail.value1;
indetail.amount10 = indetail.value2*12;
indetail.amount10 = indetail.value2;
indetail.text9 = "อัตรา";
indetail.text10 = "บาท";
indetail.row_no3 = no3;
@@ -2808,7 +2791,6 @@ namespace rmutr_report.Controllers
indetail.amount13 = indetail.value1;
indetail.amount14 = indetail.value2;
indetail.amount15 = indetail.value3;
//indetail.amount16 = indetail.value4;
indetail.text18 = "บาท";
indetail.text19 = ".";
indetail.row_no6 = no6;