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
42e0cbab
Commit
42e0cbab
authored
Nov 15, 2020
by
r.kurnia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jadi nama
parent
a8253b8c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
TaxPlanning.js
src/container/BudgetTahunan/TaxPlanning.js
+8
-8
No files found.
src/container/BudgetTahunan/TaxPlanning.js
View file @
42e0cbab
...
...
@@ -125,7 +125,7 @@ export default class TaxPlanning extends Component {
"submission_id": this.props.submissionID
}
api.create().getDetailReportMB(payload).then(response => {
console
.
log
(
response
);
//
console.log(response);
let dataTable = []
if (response.data) {
if (response.data.status == 'success') {
...
...
@@ -817,7 +817,7 @@ export default class TaxPlanning extends Component {
let indexID = dataTable2.findIndex((val) => val[24] == splitform[0])
if (indexID !== -1) {
let data = dataTable2[indexID][20].fcp
console
.
log
(
dataTable2
[
indexID
][
20
]);
//
console.log(dataTable2[indexID][20]);
// let data = splitform[1] == 'TP1' ? dataTable2[indexID][tableMeta.columnIndex].tbc : splitform[1] == 'TP2' ? dataTable2[indexID][tableMeta.columnIndex].fcp : dataTable2[indexID][tableMeta.columnIndex].tbf
// let valuezz = data.value == undefined ? data : data.value
anjay.push(data == "" ? 0 : data)
...
...
@@ -7453,12 +7453,12 @@ export default class TaxPlanning extends Component {
<div className="grid grid-3x content-center">
{/* <div className="col-1"> */}
<div style={{ textAlign: 'right' }}>
{
tableMeta
.
rowData
[
24
]
===
81
||
tableMeta
.
rowData
[
24
]
===
88
||
tableMeta
.
rowData
[
24
]
===
92
||
tableMeta
.
rowData
[
24
]
===
93
||
tableMeta
.
rowData
[
24
]
===
94
||
tableMeta
.
rowData
[
24
]
===
95
{tableMeta.rowData[
8] == "Tax Loss Carry Forward"
||
tableMeta.rowData[
8] === "Adjustment"
||
tableMeta.rowData[
8] === "Inc Tax Art 22"
||
tableMeta.rowData[
8] === "Inc Tax Art 23"
||
tableMeta.rowData[
8] === "Inc Tax Art 24"
||
tableMeta.rowData[
8] === "Inc Tax Art 25"
?
<div style={{ flex: 1 }}>
<FormControlLabel
...
...
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