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
233b8383
Commit
233b8383
authored
Jul 04, 2023
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
12d9d29b
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
524 additions
and
601 deletions
+524
-601
ProfitLoss.js
src/container/BudgetTahunan/ProfitLoss.js
+1
-1
CreateParameter.js
src/container/MasterData/Parameter/CreateParameter.js
+2
-2
TaxPlanningRO.js
src/container/RollingOutlook/TaxPlanningRO.js
+521
-598
No files found.
src/container/BudgetTahunan/ProfitLoss.js
View file @
233b8383
...
...
@@ -3304,7 +3304,7 @@ export default class ProfitLoss extends Component {
marginRight
:
20
,
borderRadius
:
9
}}
onClick
=
{()
=>
this
.
setState
({
visibleAlertSave
:
false
,
handleDoubleClick
:
0
})}
onClick
=
{()
=>
this
.
setState
({
visibleAlertSave
:
false
,
handleDoubleClick
:
0
,
loading
:
false
})}
>
<
div
style
=
{{
backgroundColor
:
'#fff'
,
width
:
105
,
height
:
30
,
borderRadius
:
9
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
border
:
'solid 1px #3549609e'
}}
>
<
Typography
style
=
{{
fontSize
:
'15px'
,
color
:
'#354960'
,
textAlign
:
'center'
}}
>
Close
<
/Typography
>
...
...
src/container/MasterData/Parameter/CreateParameter.js
View file @
233b8383
...
...
@@ -822,7 +822,7 @@ export default class CreateParameter extends Component {
<
TextField
style
=
{{
width
:
'100%'
}}
id
=
"value"
label
=
"Value"
label
=
{
this
.
state
.
enableReportName
?
"Value IDR mn"
:
"Value"
}
value
=
{
this
.
state
.
tempData
===
null
?
''
:
this
.
state
.
tempData
.
value
}
inputProps
=
{{
min
:
0
,
...
...
@@ -1259,7 +1259,7 @@ export default class CreateParameter extends Component {
<
TextField
style
=
{{
width
:
'100%'
}}
id
=
"value"
label
=
"Value"
label
=
{
this
.
state
.
enableReportName
?
"Value IDR mn"
:
"Value"
}
value
=
{
this
.
state
.
value
}
inputProps
=
{{
min
:
0
,
...
...
src/container/RollingOutlook/TaxPlanningRO.js
View file @
233b8383
This diff is collapsed.
Click to expand it.
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