Commit 0b9c0dc9 authored by neo's avatar neo

[Bugfix] fixed bugs for query pararm concat in ouput detail query

parent 187fba43
......@@ -637,7 +637,7 @@
columnDefs: $scope.subGridOptionsColumnDefs,
};
//获取子table数据
vatPreviewService.queryOutputInvoiceItemList(row.entity.id,'off').success(function (data) {
vatPreviewService.queryOutputInvoiceItemList(row.entity.id, 'off').success(function (data) {
if (data) {
data.forEach(function (v) {
v.dj = PWC.round(v.dj, 2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment