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
7d6d98d1
Commit
7d6d98d1
authored
Oct 06, 2020
by
Rifka Kurnia Irfiana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add opa taxplan
parent
1d45eb05
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3035 additions
and
4 deletions
+3035
-4
OutlookPA.js
src/container/OutlookPA.js
+4
-4
TaxPlanning.js
src/container/OutlookPA/TaxPlanning.js
+0
-0
TaxPlanningOLPA.js
src/container/OutlookPA/TaxPlanningOLPA.js
+3031
-0
No files found.
src/container/OutlookPA.js
View file @
7d6d98d1
...
...
@@ -7,7 +7,7 @@ import Autocomplete from '@material-ui/lab/Autocomplete';
import
MuiAlert
from
'@material-ui/lab/Alert'
;
import
{
titleCase
}
from
'../library/Utils'
;
import
ProfitLossOLPA
from
'./OutlookPA/ProfitLossOLPA'
;
import
TaxPlanning
from
'./OutlookPA/TaxPlanning'
;
import
TaxPlanning
from
'./OutlookPA/TaxPlanning
OLPA
'
;
import
{
ExcelRenderer
}
from
'react-excel-renderer'
;
import
UploadFile
from
"../library/Upload"
;
import
{
format
}
from
'date-fns'
;
...
...
@@ -673,10 +673,10 @@ export default class OutlookPA extends Component {
borderColor
:
'transparent'
}}
onClick
=
{()
=>
this
.
state
.
isSubmit
===
false
?
null
:
tableMeta
.
rowData
[
5
]
==
true
?
//
this.state.isSubmit === false ? null :
//
tableMeta.rowData[5] == true ?
this
.
clickDetail
(
tableMeta
.
rowData
[
1
],
tableMeta
.
rowData
[
4
],
tableMeta
.
rowData
[
2
],
tableMeta
.
rowData
[
3
])
:
null
//
: null
}
>
{
/* {this.state.isApprover == true ?
...
...
src/container/OutlookPA/TaxPlanning.js
deleted
100644 → 0
View file @
1d45eb05
src/container/OutlookPA/TaxPlanningOLPA.js
0 → 100644
View file @
7d6d98d1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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