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
e392cb23
Commit
e392cb23
authored
Feb 19, 2024
by
fahrur huzain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issue CAT total score
parent
086689b1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CorporateAnnualTargetMR.js
src/container/MonthlyReport/CorporateAnnualTargetMR.js
+4
-4
No files found.
src/container/MonthlyReport/CorporateAnnualTargetMR.js
View file @
e392cb23
...
...
@@ -505,8 +505,8 @@ export default class CorporateAnnualTargetMR extends Component {
jenis_kpi
:
i
[
8
]
==
null
?
""
:
i
[
8
],
max_ach
:
i
[
9
]
==
null
?
""
:
i
[
9
],
formula_ytd
:
i
[
10
]
==
null
?
""
:
i
[
10
],
actual_monthly
:
String
(
fixNumber
(
Number
(
i
[
11
]),
1
)),
target_monthly
:
String
(
fixNumber
(
Number
(
i
[
12
]),
1
)),
actual_monthly
:
String
(
Number
(
i
[
11
]
)),
target_monthly
:
String
(
Number
(
i
[
12
]
)),
achivement_monthly
:
String
(
fixNumber
(
Number
(
i
[
13
]),
1
)),
score
:
String
(
fixNumber
(
Number
(
i
[
14
]),
0
)),
score_x_weight
:
String
(
fixNumber
(
Number
(
i
[
15
]),
2
)),
...
...
@@ -681,8 +681,8 @@ export default class CorporateAnnualTargetMR extends Component {
"jenis_kpi"
:
i
[
8
]
==
null
?
""
:
i
[
8
],
"max_ach"
:
i
[
9
]
==
null
?
""
:
i
[
9
],
"formula_ytd"
:
i
[
10
]
==
null
?
""
:
i
[
10
],
"actual_monthly"
:
i
[
11
]
==
null
||
i
[
11
]
==
""
?
0.0
:
String
(
fixNumber
(
Number
(
i
[
11
]),
1
)),
"target_monthly"
:
i
[
12
]
==
null
||
i
[
12
]
==
""
?
0.0
:
String
(
fixNumber
(
Number
(
i
[
12
]),
1
)),
"actual_monthly"
:
i
[
11
]
==
null
||
i
[
11
]
==
""
?
0.0
:
String
(
Number
(
i
[
11
]
)),
"target_monthly"
:
i
[
12
]
==
null
||
i
[
12
]
==
""
?
0.0
:
String
(
Number
(
i
[
12
]
)),
"achivement_monthly"
:
String
(
fixNumber
(
Number
(
i
[
13
]),
1
)),
"score"
:
String
(
fixNumber
(
Number
(
i
[
14
]),
0
)),
"score_x_weight"
:
String
(
fixNumber
(
Number
(
i
[
15
]),
2
)),
...
...
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