bug fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-12-07 14:20:23 +07:00
parent de4f5a0e7b
commit 351d61ac8c
11 changed files with 77 additions and 56 deletions

View File

@@ -799,7 +799,7 @@ namespace rmutr_report.Controllers
ws.Cell(row, 16).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Left;
ws.Range(ws.Cell(row, 8), ws.Cell(row, 14)).Style.NumberFormat.SetFormat("#,#");
string str = equipment3.amount;
string str2 = equipment3.amount + "\n" + equipment3.amount + "\n" + equipment3.amount;
string str2 = equipment3.amount + "\r" + equipment3.amount + "\n" + equipment3.amount;
//string str3 = str2.Substring(0, 7);
if (str.Length == 4)
{