update
This commit is contained in:
@@ -2774,6 +2774,13 @@ namespace rmutr_report.Controllers
|
||||
[FromBody] summary_subsidy_projects budget)
|
||||
{
|
||||
int row = 1;
|
||||
string myStr = budget.budget_project_name_th;
|
||||
string[] projectname = myStr.Split("ผลผลิต ");
|
||||
foreach (string projectnames in projectname)
|
||||
{
|
||||
budget.budget_project_name_th2 = projectnames;
|
||||
}
|
||||
|
||||
foreach (var detail in budget.data)
|
||||
{
|
||||
if (detail.topic_type == 3)
|
||||
@@ -2785,7 +2792,7 @@ namespace rmutr_report.Controllers
|
||||
{
|
||||
detail.row_no = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var summaryBudget = new List<summary_subsidy_projects>() { budget };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user