Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dida Adams Arizona
Tia-dev
Commits
5414d716
Commit
5414d716
authored
May 04, 2021
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
bdaa940f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
BalanceSheetRO.js
src/container/RollingOutlook/BalanceSheetRO.js
+5
-5
No files found.
src/container/RollingOutlook/BalanceSheetRO.js
View file @
5414d716
...
...
@@ -791,7 +791,7 @@ export default class BalanceSheetRO extends Component {
let
data
=
tableMeta
.
columnIndex
-
1
let
indexID
=
dataTable2
.
findIndex
((
val
)
=>
val
[
20
]
==
tst
)
if
(
indexID
!==
-
1
)
{
let
valuezz
=
dataTable2
[
indexID
][
data
].
value
!==
undefined
?
dataTable2
[
indexID
][
data
].
formula
[
0
].
value
:
dataTable2
[
indexID
][
data
]
let
valuezz
=
dataTable2
[
indexID
][
data
].
value
!==
undefined
?
dataTable2
[
indexID
][
data
].
value
:
dataTable2
[
indexID
][
data
]
anjay
.
push
(
valuezz
==
""
?
0
:
valuezz
)
}
// console.log(tst, data, tableMeta.rowData[data]);
...
...
@@ -843,10 +843,10 @@ export default class BalanceSheetRO extends Component {
total
=
R
.
equals
(
total
,
NaN
)
?
"0.0"
:
total
// console.log(dataTable2[tableMeta.rowIndex][22])
// console.log(tableMeta.rowData[5])
// if (tableMeta.rowData[5] == '
Beginning Balance'
) {
// console.log(baru)
// console.log(anjay)
// console.log(total)
// if (tableMeta.rowData[5] == '
R/E (Cummulative)' && tableMeta.columnIndex == 10
) {
//
console.log(baru)
//
console.log(anjay)
//
console.log(total)
// }
if
(
dataTable2
[
tableMeta
.
rowIndex
][
tableMeta
.
columnIndex
].
value
==
undefined
)
{
...
...
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