เพิ่มฟิลด์ rootName รายงานบัญชี2
This commit is contained in:
parent
e585e41a70
commit
4b4cae4db7
1 changed files with 9 additions and 2 deletions
|
|
@ -385,7 +385,6 @@ export class ReportController extends Controller {
|
|||
},
|
||||
});
|
||||
}
|
||||
|
||||
return new HttpSuccess({
|
||||
data: mapData,
|
||||
total: total,
|
||||
|
|
@ -5604,7 +5603,15 @@ export class ReportController extends Controller {
|
|||
}
|
||||
}
|
||||
}
|
||||
return new HttpSuccess({ template: "report2", reportName: "report2", data: { data } });
|
||||
|
||||
return new HttpSuccess({
|
||||
template: "report2",
|
||||
reportName: "report2",
|
||||
data: {
|
||||
rootName: orgRootData.length > 0 ? orgRootData[0].orgRootName : "-",
|
||||
data: data
|
||||
}
|
||||
});
|
||||
}
|
||||
/**
|
||||
* API Report3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue