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
d1f9e498
Commit
d1f9e498
authored
Feb 20, 2023
by
Riri Novita
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'
update popup download See merge request
!1710
parents
2586bfde
8c81b2cb
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
BudgetTahunan.js
src/container/BudgetTahunan/BudgetTahunan.js
+1
-1
MonthlyReport.js
src/container/MonthlyReport/MonthlyReport.js
+1
-1
OperatingIndicator.js
src/container/OperatingIndicator/OperatingIndicator.js
+1
-1
OutlookPA.js
src/container/OutlookPA/OutlookPA.js
+1
-1
RollingOutlook.js
src/container/RollingOutlook/RollingOutlook.js
+1
-1
No files found.
src/container/BudgetTahunan/BudgetTahunan.js
View file @
d1f9e498
...
...
@@ -3577,7 +3577,7 @@ export default class BudgetTahunan extends Component {
<
div
className
=
"test app-popup-show"
>
<
div
className
=
"popup-content border-radius"
style
=
{{
background
:
'#D9D9D9'
,
borderRadius
:
10
,
width
:
609
,
height
:
276
}}
>
<
div
>
<
div
style
=
{{
justifyContent
:
'center'
,
fontSize
:
20
,
color
:
'#33508B'
,
margin
:
'70px 20px'
}}
>
Master
Budget
{
this
.
state
.
company
.
company_name
}
{
this
.
state
.
periode
.
periode
}
In
Progress
Download
,
silahkan
cek
status
di
menu
<
b
>
Download
Report
<
/b></
div
>
<
div
style
=
{{
justifyContent
:
'center'
,
fontSize
:
20
,
color
:
'#33508B'
,
margin
:
'70px 20px'
}}
>
Download
Master
Budget
{
this
.
state
.
company
.
company_name
}
{
this
.
state
.
periode
.
periode
}
In
Progress
,
silahkan
cek
status
dan
unduh
report
di
menu
<
b
>
Download
Report
<
/b></
div
>
<
div
style
=
{{
display
:
'flex'
,
justifyContent
:
'flex-end'
}}
>
<
button
className
=
"button"
...
...
src/container/MonthlyReport/MonthlyReport.js
View file @
d1f9e498
...
...
@@ -3599,7 +3599,7 @@ export default class MonthlyReport extends Component {
<
div
className
=
"test app-popup-show"
>
<
div
className
=
"popup-content border-radius"
style
=
{{
background
:
'#D9D9D9'
,
borderRadius
:
10
,
width
:
609
,
height
:
276
}}
>
<
div
>
<
div
style
=
{{
justifyContent
:
'center'
,
fontSize
:
20
,
color
:
'#33508B'
,
margin
:
'70px 20px'
}}
>
Monthly
Report
{
this
.
state
.
company
.
company_name
}
{
this
.
state
.
month
.
month_value
}
{
this
.
state
.
periode
.
periode
}
In
Progress
Download
,
silahkan
cek
status
di
menu
<
b
>
Download
Report
<
/b></
div
>
<
div
style
=
{{
justifyContent
:
'center'
,
fontSize
:
20
,
color
:
'#33508B'
,
margin
:
'70px 20px'
}}
>
Download
Monthly
Report
{
this
.
state
.
company
.
company_name
}
{
this
.
state
.
month
.
month_value
}
{
this
.
state
.
periode
.
periode
}
In
Progress
,
silahkan
cek
status
dan
unduh
report
di
menu
<
b
>
Download
Report
<
/b></
div
>
<
div
style
=
{{
display
:
'flex'
,
justifyContent
:
'flex-end'
}}
>
<
button
className
=
"button"
...
...
src/container/OperatingIndicator/OperatingIndicator.js
View file @
d1f9e498
...
...
@@ -1066,7 +1066,7 @@ export default class OperatingIndicator extends Component {
<
div
className
=
"test app-popup-show"
>
<
div
className
=
"popup-content border-radius"
style
=
{{
background
:
'#D9D9D9'
,
borderRadius
:
10
,
width
:
609
,
height
:
276
}}
>
<
div
>
<
div
style
=
{{
justifyContent
:
'center'
,
fontSize
:
20
,
color
:
'#33508B'
,
margin
:
'70px 20px'
}}
>
Operating
Indicator
{
this
.
state
.
company
.
company_name
}
{
this
.
state
.
periode
.
periode
}
In
Progress
Download
,
silahkan
cek
status
di
menu
<
b
>
Download
Report
<
/b></
div
>
<
div
style
=
{{
justifyContent
:
'center'
,
fontSize
:
20
,
color
:
'#33508B'
,
margin
:
'70px 20px'
}}
>
Download
Operating
Indicator
{
this
.
state
.
company
.
company_name
}
{
this
.
state
.
periode
.
periode
}
In
Progress
,
silahkan
cek
status
dan
unduh
report
di
menu
<
b
>
Download
Report
<
/b></
div
>
<
div
style
=
{{
display
:
'flex'
,
justifyContent
:
'flex-end'
}}
>
<
button
className
=
"button"
...
...
src/container/OutlookPA/OutlookPA.js
View file @
d1f9e498
...
...
@@ -2578,7 +2578,7 @@ export default class OutlookPA extends Component {
<
div
className
=
"test app-popup-show"
>
<
div
className
=
"popup-content border-radius"
style
=
{{
background
:
'#D9D9D9'
,
borderRadius
:
10
,
width
:
609
,
height
:
276
}}
>
<
div
>
<
div
style
=
{{
justifyContent
:
'center'
,
fontSize
:
20
,
color
:
'#33508B'
,
margin
:
'70px 20px'
}}
>
Outlook
Performance
Appraisal
{
this
.
state
.
company
.
company_name
}
{
this
.
state
.
periode
.
periode
}
In
Progress
Download
,
silahkan
cek
status
di
menu
<
b
>
Download
Report
<
/b></
div
>
<
div
style
=
{{
justifyContent
:
'center'
,
fontSize
:
20
,
color
:
'#33508B'
,
margin
:
'70px 20px'
}}
>
Download
Outlook
Performance
Appraisal
{
this
.
state
.
company
.
company_name
}
{
this
.
state
.
periode
.
periode
}
In
Progress
,
silahkan
cek
status
dan
unduh
report
di
menu
<
b
>
Download
Report
<
/b></
div
>
<
div
style
=
{{
display
:
'flex'
,
justifyContent
:
'flex-end'
}}
>
<
button
className
=
"button"
...
...
src/container/RollingOutlook/RollingOutlook.js
View file @
d1f9e498
...
...
@@ -2602,7 +2602,7 @@ export default class RollingOutlook extends Component {
<
div
className
=
"test app-popup-show"
>
<
div
className
=
"popup-content border-radius"
style
=
{{
background
:
'#D9D9D9'
,
borderRadius
:
10
,
width
:
609
,
height
:
276
}}
>
<
div
>
<
div
style
=
{{
justifyContent
:
'center'
,
fontSize
:
20
,
color
:
'#33508B'
,
margin
:
'70px 20px'
}}
>
Rolling
Outlook
{
this
.
state
.
company
.
company_name
}
{
this
.
state
.
periode
.
periode
}
In
Progress
Download
,
silahkan
cek
status
di
menu
<
b
>
Download
Report
<
/b></
div
>
<
div
style
=
{{
justifyContent
:
'center'
,
fontSize
:
20
,
color
:
'#33508B'
,
margin
:
'70px 20px'
}}
>
Download
Rolling
Outlook
{
this
.
state
.
company
.
company_name
}
{
this
.
state
.
periode
.
periode
}
In
Progress
,
silahkan
cek
status
dan
unduh
report
di
menu
<
b
>
Download
Report
<
/b></
div
>
<
div
style
=
{{
display
:
'flex'
,
justifyContent
:
'flex-end'
}}
>
<
button
className
=
"button"
...
...
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