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
b636af68
Commit
b636af68
authored
Nov 26, 2021
by
syadziy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update issue
parent
2ada2d57
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
BalanceSheetOLPA.js
src/container/OutlookPA/BalanceSheetOLPA.js
+7
-6
CashFlowOLPA.js
src/container/OutlookPA/CashFlowOLPA.js
+2
-2
No files found.
src/container/OutlookPA/BalanceSheetOLPA.js
View file @
b636af68
...
...
@@ -775,7 +775,8 @@ export default class BalanceSheetOLPA extends Component {
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]);
if
(
tableMeta
.
rowData
[
5
]
==
'R/E (Cummulative)'
)
{
console
.
log
(
tst
,
data
,
tableMeta
.
rowData
[
data
]);}
}
}
else
{
let
indexID
=
dataTable2
.
findIndex
((
val
)
=>
val
[
20
]
==
item
)
...
...
@@ -795,11 +796,11 @@ export default class BalanceSheetOLPA extends Component {
})
// console.log(baru)
// console.log(anjay)
// if (tableMeta.rowData[5] == 'TOTAL CURRENT ASSETS
') {
//
console.log(splitFormula)
//
console.log(baru)
//
console.log(anjay)
//
}
if
(
tableMeta
.
rowData
[
5
]
==
'R/E (Cummulative)
'
)
{
console
.
log
(
splitFormula
)
console
.
log
(
baru
)
console
.
log
(
anjay
)
}
let
total
=
0
let
opt
=
""
anjay
.
map
((
item
,
index
)
=>
{
...
...
src/container/OutlookPA/CashFlowOLPA.js
View file @
b636af68
...
...
@@ -470,8 +470,8 @@ export default class CashFlow extends Component {
// console.log(JSON.stringify(tableMeta.rowData[6]))
let
tst
=
String
(
item
).
replace
(
'[M-1]'
,
''
)
if
(
column
!=
6
)
{
let
data
=
column
-
1
let
period
=
this
.
props
.
periode
let
data
=
column
==
6
?
17
:
column
-
1
let
period
=
data
==
17
?
Number
(
this
.
props
.
periode
)
-
1
:
this
.
props
.
periode
let
indexID
=
tableMeta
.
rowData
[
data
].
formula
.
findIndex
((
val
)
=>
val
.
item_formula
==
String
(
`@
${
tst
}
`
)
&&
val
.
periode
==
period
)
if
(
indexID
!==
-
1
)
{
...
...
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