bug fixed

This commit is contained in:
kamonwan taengsuk
2023-02-19 13:08:23 +07:00
parent 60836ddc96
commit 6b10902a30
4 changed files with 135 additions and 23 deletions

View File

@@ -145,7 +145,7 @@ namespace rmutr_report.Controllers
ws.Cell(row, 4).Value = data1.director;
ws.Cell(row, 5).Value = data1.responsible_person;
ws.Cell(row, 6).Value = data1.compiler_reporter;
ws.Cell(row, 7).Value = data1.value;
ws.Cell(row, 7).Value = data1.plan_value;
ws.Cell(row, 8).Value = data1.result;
ws.Cell(row, 9).Value = data1.achieve;
ws.Cell(row, 10).Value = data1.note;