Commit 18ca2aa0 authored by eddie.woo's avatar eddie.woo

Merge branch 'dev_mysql' of http://code.tech.tax.asia.pwcinternal.com/root/atms into dev_mysql

parents 2e1ee2a6 93ee06d3
...@@ -336,8 +336,6 @@ public class ReportController { ...@@ -336,8 +336,6 @@ public class ReportController {
} }
return operationResultDto.success(); return operationResultDto.success();
} }
/** /**
* 批量导出利润表 * 批量导出利润表
*/ */
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
}; };
//初始化spread //初始化spread
vat _init = function(){ var _init = function(){
return templateService.getPeriodTemplateJsonByOrg(templateId, scope.relation.period, scope.relation.orgId).then(function (reportSpread) { return templateService.getPeriodTemplateJsonByOrg(templateId, scope.relation.period, scope.relation.orgId).then(function (reportSpread) {
if (!_.isEmpty(reportSpread)) { if (!_.isEmpty(reportSpread)) {
initSpreadExcel(reportSpread, true).then(function (spread) { initSpreadExcel(reportSpread, true).then(function (spread) {
......
...@@ -2921,7 +2921,7 @@ ...@@ -2921,7 +2921,7 @@
vatReportService.saveAndRefresh($scope.relation.orgId, $scope.relation.period, specialConsiderations, ebitRate).success(function(res){ vatReportService.saveAndRefresh($scope.relation.orgId, $scope.relation.period, specialConsiderations, ebitRate).success(function(res){
if(res.result){ if(res.result){
$scope.relation.data = res.data; $scope.relation.data = res.data;
$timeout(function(){// $timeout(function(){
spreadTODb(); spreadTODb();
}, 7000); }, 7000);
} }
......
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