Commit 890702c4 authored by chase's avatar chase

税金计算表功能

parent 5c05e3d9
......@@ -87,7 +87,9 @@
};
var loadSheet = function (templateId) {
return templateService.getTemplateJson(templateId).then(function (reportSpread) {
var prokjectId = vatSessionService.project.id;
var period = vatSessionService.month;
return templateService.getPeriodTemplateJson(templateId,period,prokjectId).then(function (reportSpread) {
var spreadCtrl = getSpreadControl();
if (spreadCtrl) {
spreadCtrl.destroy();
......
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