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
ce2d5c2a
Commit
ce2d5c2a
authored
Oct 24, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[buffix] fixed report view sheet at 0 getTag
parent
2e10d975
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
vat-report-sheet.js
.../app/common/controls/vat-report-sheet/vat-report-sheet.js
+1
-2
vat-report-view.ctrl.js
...p/common/controls/vat-report-view/vat-report-view.ctrl.js
+1
-2
No files found.
atms-web/src/main/webapp/app/common/controls/vat-report-sheet/vat-report-sheet.js
View file @
ce2d5c2a
...
@@ -445,8 +445,7 @@
...
@@ -445,8 +445,7 @@
// 根据已有信息通过spreadJS计算各单元格的值
// 根据已有信息通过spreadJS计算各单元格的值
var
setData
=
function
()
{
var
setData
=
function
()
{
//todo: change to 0 at here,just for test now
var
sheet
=
scope
.
spread
.
sheets
[
0
];
var
sheet
=
scope
.
spread
.
sheets
[
1
];
var
isExportData
=
false
;
var
isExportData
=
false
;
if
(
angular
.
isArray
(
scope
.
reportSource
))
{
if
(
angular
.
isArray
(
scope
.
reportSource
))
{
spreadJsTipService
.
initialize
(
sheet
);
spreadJsTipService
.
initialize
(
sheet
);
...
...
atms-web/src/main/webapp/app/common/controls/vat-report-view/vat-report-view.ctrl.js
View file @
ce2d5c2a
...
@@ -441,8 +441,7 @@
...
@@ -441,8 +441,7 @@
//纳税申报表
//纳税申报表
var
sheets
=
$scope
.
spread
.
sheets
;
var
sheets
=
$scope
.
spread
.
sheets
;
if
(
sheets
&&
sheets
.
length
>
0
)
{
if
(
sheets
&&
sheets
.
length
>
0
)
{
//todo: change to sheets[0] here later
var
tagInfo
=
sheets
[
0
].
getTag
(
row
,
column
);
var
tagInfo
=
sheets
[
1
].
getTag
(
row
,
column
);
if
(
constant
.
regesterInformation
.
active
)
{
if
(
constant
.
regesterInformation
.
active
)
{
tagInfo
=
sheets
[
0
].
getTag
(
row
,
column
);
tagInfo
=
sheets
[
0
].
getTag
(
row
,
column
);
}
}
...
...
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