Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
18ca2aa0
Commit
18ca2aa0
authored
Mar 30, 2019
by
eddie.woo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_mysql' of
http://code.tech.tax.asia.pwcinternal.com/root/atms
into dev_mysql
parents
2e1ee2a6
93ee06d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
ReportController.java
...in/java/pwc/taxtech/atms/controller/ReportController.java
+0
-2
table-report-sheet.js
...ain/webapp/app/analysis/table/sheet/table-report-sheet.js
+1
-1
tb-ebit-form.ctrl.js
...b/src/main/webapp/app/analysis/table/tb-ebit-form.ctrl.js
+1
-1
No files found.
atms-api/src/main/java/pwc/taxtech/atms/controller/ReportController.java
View file @
18ca2aa0
...
...
@@ -336,8 +336,6 @@ public class ReportController {
}
return
operationResultDto
.
success
();
}
/**
* 批量导出利润表
*/
...
...
atms-web/src/main/webapp/app/analysis/table/sheet/table-report-sheet.js
View file @
18ca2aa0
...
...
@@ -111,7 +111,7 @@
};
//初始化spread
va
t
_init
=
function
(){
va
r
_init
=
function
(){
return
templateService
.
getPeriodTemplateJsonByOrg
(
templateId
,
scope
.
relation
.
period
,
scope
.
relation
.
orgId
).
then
(
function
(
reportSpread
)
{
if
(
!
_
.
isEmpty
(
reportSpread
))
{
initSpreadExcel
(
reportSpread
,
true
).
then
(
function
(
spread
)
{
...
...
atms-web/src/main/webapp/app/analysis/table/tb-ebit-form.ctrl.js
View file @
18ca2aa0
...
...
@@ -2921,7 +2921,7 @@
vatReportService
.
saveAndRefresh
(
$scope
.
relation
.
orgId
,
$scope
.
relation
.
period
,
specialConsiderations
,
ebitRate
).
success
(
function
(
res
){
if
(
res
.
result
){
$scope
.
relation
.
data
=
res
.
data
;
$timeout
(
function
(){
//
$timeout
(
function
(){
spreadTODb
();
},
7000
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment