update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user