This commit is contained in:
kamonwan taengsuk
2023-03-28 14:16:27 +07:00
parent b867af4fb4
commit 0c4712eaba
3 changed files with 24 additions and 2 deletions

View File

@@ -166,6 +166,11 @@ namespace rmutr_report.Controllers
//boqPrice.list = str.Insert(i, ",");
}
}
if (boqPrice.list == "10000000")
{
boqPrice.list = "10,000,000";
}
}
foreach (var boqPrice in building_fours.boq)
@@ -225,7 +230,10 @@ namespace rmutr_report.Controllers
// boqPrice.have.Replace("10000000.0000", "10,000,000");
//
}
if (boqPrice.have == "10000000")
{
boqPrice.have = "10,000,000";
}
boqPrice.text1 = "- มี วงเงิน " + boqPrice.have + " บาท";
boqPrice.text2 = "- ดำเนินการจัดทำ BOQ เดือน " + boqPrice.pending_boq_month;
boqPrice.text3 = "- BOQ แล้วเสร็จเดือน " + boqPrice.done_boq_month;