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
38e986ed
Commit
38e986ed
authored
Jan 09, 2024
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue Prod CAT
parent
fc43cc4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
CorporateAnnualTarget.js
src/container/BudgetTahunan/CorporateAnnualTarget.js
+3
-1
No files found.
src/container/BudgetTahunan/CorporateAnnualTarget.js
View file @
38e986ed
...
@@ -677,7 +677,7 @@ export default class CorporateAnnualTarget extends Component {
...
@@ -677,7 +677,7 @@ export default class CorporateAnnualTarget extends Component {
})
})
let
body
=
{
let
body
=
{
"report_id"
:
this
.
props
.
report_id
,
"report_id"
:
this
.
props
.
report_id
,
// "revision": Number(this.props.revision),
// "revision": Number(this.props.revision),
"periode"
:
this
.
props
.
periode
,
"periode"
:
this
.
props
.
periode
,
"company_id"
:
this
.
props
.
company
.
company_id
,
"company_id"
:
this
.
props
.
company
.
company_id
,
"submission_id"
:
this
.
props
.
submissionID
,
"submission_id"
:
this
.
props
.
submissionID
,
...
@@ -1467,6 +1467,8 @@ export default class CorporateAnnualTarget extends Component {
...
@@ -1467,6 +1467,8 @@ export default class CorporateAnnualTarget extends Component {
})
})
if
(
valz
==
'FORMULA'
)
{
if
(
valz
==
'FORMULA'
)
{
dataTable2
[
tableMeta
.
rowIndex
][
0
]
=
5
dataTable2
[
tableMeta
.
rowIndex
][
0
]
=
5
}
else
{
dataTable2
[
tableMeta
.
rowIndex
][
0
]
=
3
}
}
dataTable2
[
tableMeta
.
rowIndex
][
25
]
=
valz
==
'FORMULA'
?
0
:
((
valz
==
'SUM'
?
total
:
(
valz
==
'AVG'
?
(
total
/
12
)
:
lastValz
)))
dataTable2
[
tableMeta
.
rowIndex
][
25
]
=
valz
==
'FORMULA'
?
0
:
((
valz
==
'SUM'
?
total
:
(
valz
==
'AVG'
?
(
total
/
12
)
:
lastValz
)))
}
}
...
...
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