This commit is contained in:
kamonwan taengsuk
2023-03-28 12:24:08 +07:00
parent 29515d47ef
commit 9db5925f98

View File

@@ -151,7 +151,12 @@ namespace rmutr_report.Controllers
for (int i = 3; i <= str.Length - 1; i += 8)
{
boqPrice.list = str.Insert(i, ",");
//boqPrice.list = str.Insert(i, ",");
}
for (int i = 6; i <= str.Length - 1; i += 8)
{
boqPrice.list = str.Insert(i, ",");
//boqPrice.list = str.Insert(i, ",");
}
}
@@ -195,7 +200,12 @@ namespace rmutr_report.Controllers
for (int i = 3; i <= str.Length - 1; i += 8)
{
boqPrice.have = str.Insert(i, ",");
//boqPrice.have = str.Insert(i, ",");
}
for (int i = 6; i <= str.Length - 1; i += 8)
{
boqPrice.have = str.Insert(i, ",");
//boqPrice.list = str.Insert(i, ",");
}
}