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
81c31f87
Commit
81c31f87
authored
Jan 10, 2024
by
fahrur huzain
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ENV-STAGING' of
http://103.44.149.204/d.arizona/tia-dev
into fahrur/audit
parents
fe09cd12
3aa6d643
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
CorporateAnnualTarget.js
src/container/BudgetTahunan/CorporateAnnualTarget.js
+2
-0
MaintenanceMode.js
src/container/GeneralSetting/MaintenanceMode.js
+2
-2
LOVMR.js
src/container/MonthlyReport/LOVMR.js
+1
-1
No files found.
src/container/BudgetTahunan/CorporateAnnualTarget.js
View file @
81c31f87
...
...
@@ -1467,6 +1467,8 @@ export default class CorporateAnnualTarget extends Component {
})
if
(
valz
==
'FORMULA'
)
{
dataTable2
[
tableMeta
.
rowIndex
][
0
]
=
5
}
else
{
dataTable2
[
tableMeta
.
rowIndex
][
0
]
=
3
}
dataTable2
[
tableMeta
.
rowIndex
][
25
]
=
valz
==
'FORMULA'
?
0
:
((
valz
==
'SUM'
?
total
:
(
valz
==
'AVG'
?
(
total
/
12
)
:
lastValz
)))
}
...
...
src/container/GeneralSetting/MaintenanceMode.js
View file @
81c31f87
...
...
@@ -204,7 +204,7 @@ class MaintenanceMode extends Component {
// ]
}
console
.
log
(
payload
);
this
.
setState
({
visibleAlertSave
:
t
ru
e
})
this
.
setState
({
visibleAlertSave
:
t
his
.
state
.
maintenanceStatus
==
0
?
true
:
fals
e
})
api
.
create
().
createMaintenanceMode
(
payload
).
then
((
response
)
=>
{
console
.
log
(
response
)
this
.
setState
({
loading
:
true
})
...
...
@@ -273,7 +273,7 @@ class MaintenanceMode extends Component {
// ]
}
console
.
log
(
payload
);
this
.
setState
({
visibleAlertSave
:
t
ru
e
})
this
.
setState
({
visibleAlertSave
:
t
his
.
state
.
maintenanceStatus
==
0
?
true
:
fals
e
})
api
.
create
().
updateMaintenanceMode
(
payload
).
then
((
response
)
=>
{
console
.
log
(
response
)
this
.
setState
({
loading
:
true
})
...
...
src/container/MonthlyReport/LOVMR.js
View file @
81c31f87
...
...
@@ -1742,7 +1742,7 @@ export default class LOV extends Component {
<
/div
>
<
div
style
=
{{
display
:
'flex'
,
flexDirection
:
'row'
}}
>
<
div
style
=
{{
padding
:
5
}}
>
<
Typography
style
=
{{
fontSize
:
'12px'
,
color
:
'#4b4b4b'
}}
>
Total
Outstanding
Loan
<
/Typography
>
<
Typography
style
=
{{
fontSize
:
'12px'
,
color
:
'#4b4b4b'
}}
>
Total
Investment
<
/Typography
>
<
/div
>
<
div
style
=
{{
border
:
'1px solid black'
,
padding
:
5
,
minWidth
:
200
,
display
:
'flex'
,
justifyContent
:
'flex-end'
}}
>
<
Typography
style
=
{{
fontSize
:
'14px'
,
color
:
'#4b4b4b'
}}
><
NumberFormat
value
=
{
this
.
state
.
perBS
}
displayType
=
{
'text'
}
thousandSeparator
=
{
true
}
prefix
=
{
''
}
/></
Typography
>
...
...
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