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
ef36863f
Commit
ef36863f
authored
Aug 27, 2020
by
Deni Rinaldi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'riri' into 'master'
Rolling Outlook See merge request
!195
parents
3c9d73d1
f8f7121f
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
315 additions
and
3 deletions
+315
-3
ProfitLoss.js
src/container/BudgetTahunan/ProfitLoss.js
+2
-2
RollingOutlook.js
src/container/RollingOutlook.js
+307
-0
Array.js
src/library/Array.js
+1
-1
homeRoutes.js
src/router/homeRoutes.js
+5
-0
No files found.
src/container/BudgetTahunan/ProfitLoss.js
View file @
ef36863f
...
@@ -211,7 +211,7 @@ export default class ProfitLoss extends Component {
...
@@ -211,7 +211,7 @@ export default class ProfitLoss extends Component {
value
=
{
value
}
value
=
{
value
}
control
=
{
control
=
{
<
TextField
<
TextField
style
=
{{
color
:
"#5198ea"
,
fontSize
:
12
,
textAlign
:
'
righ
t'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
"#5198ea"
,
fontSize
:
12
,
textAlign
:
'
lef
t'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
InputProps
=
{{
disableUnderline
:
true
}}
InputProps
=
{{
disableUnderline
:
true
}}
...
@@ -233,7 +233,7 @@ export default class ProfitLoss extends Component {
...
@@ -233,7 +233,7 @@ export default class ProfitLoss extends Component {
tableMeta
.
rowData
[
0
]
===
2
?
tableMeta
.
rowData
[
0
]
===
2
?
<
span
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
}}
>
<
span
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
}}
>
<
TextField
<
TextField
style
=
{{
fontSize
:
12
,
textAlign
:
'
righ
t'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'
lef
t'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
InputProps
=
{{
disableUnderline
:
true
}}
InputProps
=
{{
disableUnderline
:
true
}}
placeholder
=
""
placeholder
=
""
...
...
src/container/RollingOutlook.js
0 → 100644
View file @
ef36863f
This diff is collapsed.
Click to expand it.
src/library/Array.js
View file @
ef36863f
...
@@ -22,7 +22,7 @@ const arraySide = [
...
@@ -22,7 +22,7 @@ const arraySide = [
{
{
img
:
Images
.
rolling
,
img
:
Images
.
rolling
,
label
:
'Rolling Outlook & CAT Revision'
,
label
:
'Rolling Outlook & CAT Revision'
,
path
:
'
beranda
'
,
path
:
'
rolling-outlook
'
,
subItem
:
null
subItem
:
null
},
},
{
{
...
...
src/router/homeRoutes.js
View file @
ef36863f
...
@@ -11,6 +11,7 @@ import Parameter from '../container/MasterData/Parameter/Parameter'
...
@@ -11,6 +11,7 @@ import Parameter from '../container/MasterData/Parameter/Parameter'
import
ReportItems
from
'../container/MasterData/ReportItems'
import
ReportItems
from
'../container/MasterData/ReportItems'
import
DashboardCAT
from
'../container/Laporan/DashboardCAT'
import
DashboardCAT
from
'../container/Laporan/DashboardCAT'
import
BudgetTahunan
from
'../container/BudgetTahunan'
;
import
BudgetTahunan
from
'../container/BudgetTahunan'
;
import
RollingOutlook
from
'../container/RollingOutlook'
;
import
OperatingIndicator
from
'../container/OperatingIndicator/OperatingIndicator'
import
OperatingIndicator
from
'../container/OperatingIndicator/OperatingIndicator'
const
routes
=
[
const
routes
=
[
...
@@ -34,6 +35,10 @@ const routes = [
...
@@ -34,6 +35,10 @@ const routes = [
path
:
"/home/master-budget"
,
path
:
"/home/master-budget"
,
main
:
BudgetTahunan
main
:
BudgetTahunan
},
},
{
path
:
"/home/rolling-outlook"
,
main
:
RollingOutlook
},
{
{
path
:
"/home/profile"
,
path
:
"/home/profile"
,
main
:
Profile
main
:
Profile
...
...
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