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
bd206a8e
Commit
bd206a8e
authored
Jul 21, 2021
by
syadziy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issue CAT RO
parent
b12f70c2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CorporateAnnualTargetRO.js
src/container/RollingOutlook/CorporateAnnualTargetRO.js
+2
-2
No files found.
src/container/RollingOutlook/CorporateAnnualTargetRO.js
View file @
bd206a8e
...
@@ -141,7 +141,7 @@ export default class CorporateAnnualTargetRO extends Component {
...
@@ -141,7 +141,7 @@ export default class CorporateAnnualTargetRO extends Component {
let indexIDzz = dataTable.findIndex((val) => val[1] === item.id)
let indexIDzz = dataTable.findIndex((val) => val[1] === item.id)
if (indexIDzz === -1) {
if (indexIDzz === -1) {
let parentTrue = item.parent_name == 'INTERNAL BUSINESS PROCESS PERSPECTIVE' || item.parent_name == 'CUSTOMER PERSPECTIVE'
let parentTrue = item.parent_name == 'INTERNAL BUSINESS PROCESS PERSPECTIVE' || item.parent_name == 'CUSTOMER PERSPECTIVE'
let
weight
=
String
(
item
.
corporate_annual_target
.
weight
).
includes
(
'%'
)?
String
(
item
.
corporate_annual_target
.
weight
).
substr
(
0
,
String
(
item
.
corporate_annual_target
.
weight
).
length
-
1
)
:
String
(
item
.
corporate_annual_target
.
weight
)
let weight = String(item.
weight).includes('%')? String(item.weight).substr(0, String(item.weight).length - 1) : String(item
.weight)
dataTable.push([
dataTable.push([
item.type_report_id,
item.type_report_id,
item.id,
item.id,
...
@@ -181,7 +181,7 @@ export default class CorporateAnnualTargetRO extends Component {
...
@@ -181,7 +181,7 @@ export default class CorporateAnnualTargetRO extends Component {
}
}
}
}
res.map((item, index) => {
res.map((item, index) => {
let
weight
=
String
(
item
.
corporate_annual_target
.
weight
).
includes
(
'%'
)?
String
(
item
.
corporate_annual_target
.
weight
).
substr
(
0
,
String
(
item
.
corporate_annual_target
.
weight
).
length
-
1
)
:
item
.
corporate_annual_target
.
weight
let weight = String(item.
weight).includes('%')? String(item.weight).substr(0, String(item.weight).length - 1) : item
.weight
dataTable.push([
dataTable.push([
item.type_report_id,
item.type_report_id,
item.id,
item.id,
...
...
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