Commit 89f93fdb authored by neo's avatar neo

[Bugfix] fixed template large long value changed by js

parent c87e4d86
......@@ -623,7 +623,7 @@
$state.go('vat.generateReport.reportView', {
id: approvalInfo.reportIds.split(",")[0],
templateid: template.id,
templateid: approvalInfo.templateIds.split(",")[0],
name: template.name,
templatecode: template.code
});
......
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