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
65b985a1
Commit
65b985a1
authored
Mar 08, 2021
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
91a9b6b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
BudgetTahunan.js
src/container/BudgetTahunan.js
+2
-2
MonthlyReport.js
src/container/MonthlyReport.js
+1
-1
No files found.
src/container/BudgetTahunan.js
View file @
65b985a1
...
...
@@ -535,7 +535,7 @@ export default class BudgetTahunan extends Component {
this
.
getLatestPeriodSubmit
()
// this.getCashFlow(type)
// this.getPL(type)
if
(
type
!=
undefined
)
{
if
(
type
!=
undefined
&&
type
==
'PL'
)
{
// this.getCashFlow(type)
this
.
getPL
(
type
)
}
else
{
...
...
@@ -2525,7 +2525,7 @@ export default class BudgetTahunan extends Component {
<
/div
>
);
return
(
<
div
style
=
{{
flex
:
1
,
backgroundColor
:
'#f8f8f8'
}}
ref
=
{
this
.
myRef
}
>
<
div
style
=
{{
flex
:
1
,
backgroundColor
:
'#f8f8f8'
}}
>
<
Snackbar
open
=
{
this
.
state
.
alert
}
autoHideDuration
=
{
6000
}
onClose
=
{()
=>
this
.
closeAlert
()}
>
<
Alert
onClose
=
{()
=>
this
.
closeAlert
()}
severity
=
{
this
.
state
.
tipeAlert
}
>
{
this
.
state
.
messageAlert
}
...
...
src/container/MonthlyReport.js
View file @
65b985a1
...
...
@@ -626,7 +626,7 @@ export default class MonthlyReport extends Component {
this
.
historyApproval
()
this
.
getLatestPeriodSubmit
()
// this.getPL(type)
if
(
type
!=
undefined
)
{
if
(
type
!=
undefined
&&
type
==
'PL'
)
{
this
.
getPL
(
type
)
}
else
{
this
.
setState
({
loading
:
false
})
...
...
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