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
4786d711
Commit
4786d711
authored
Oct 25, 2023
by
ardiansyah
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ENV-STAGING' into 'ENV-PROD'
Env staging See merge request
!2131
parents
5e074a3c
1964db66
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
245 additions
and
231 deletions
+245
-231
MonthlyReport.js
src/container/MonthlyReport/MonthlyReport.js
+1
-2
BalanceSheetRO.js
src/container/RollingOutlook/BalanceSheetRO.js
+232
-224
TaxPlanningRO.js
src/container/RollingOutlook/TaxPlanningRO.js
+12
-5
No files found.
src/container/MonthlyReport/MonthlyReport.js
View file @
4786d711
...
...
@@ -951,7 +951,7 @@ export default class MonthlyReport extends Component {
visibleOI
:
false
,
visibleCF
:
false
,
})
}
else
if
(
item
===
'List
of Credit Facilities
'
)
{
}
else
if
(
item
===
'List
Of Credit Facilities and Investment
'
)
{
this
.
setState
({
visibleMonthlyReport
:
false
,
visibleBS
:
false
,
...
...
@@ -2566,7 +2566,6 @@ export default class MonthlyReport extends Component {
name
:
"Action"
,
options
:
{
customBodyRender
:
(
val
,
tableMeta
)
=>
{
// console.log(tableMeta);
return
(
<
div
style
=
{{
display
:
'flex'
}}
>
<
button
...
...
src/container/RollingOutlook/BalanceSheetRO.js
View file @
4786d711
This diff is collapsed.
Click to expand it.
src/container/RollingOutlook/TaxPlanningRO.js
View file @
4786d711
...
...
@@ -760,7 +760,6 @@ export default class TaxPlanning extends Component {
// let data = []
let
errorContrl
=
this
.
state
.
buttonError
let
editAble
=
this
.
state
.
editAble
// console.log(this.state.dataTable)
this
.
state
.
dataTable
.
map
((
i
,
index
)
=>
{
if
(
String
(
i
[
8
])
==
"Control (should be nil)"
)
{
this
.
setState
({
loading
:
true
})
...
...
@@ -7190,9 +7189,13 @@ export default class TaxPlanning extends Component {
marginRight
:
20
}}
onClick
=
{()
=>
{
this
.
setState
({
loading
:
true
,
dataT
able
:
dataTable2
},
()
=>
{
this
.
setState
({
datat
able
:
dataTable2
},
()
=>
{
setTimeout
(()
=>
{
this
.
handleValidate
()
this
.
setState
({
loading
:
true
},
()
=>
{
setTimeout
(()
=>
{
this
.
handleValidate
()
},
100
);
})
},
100
);
})
}}
...
...
@@ -7308,9 +7311,13 @@ export default class TaxPlanning extends Component {
}}
onClick
=
{()
=>
{
// this.forceUpdate()
this
.
setState
({
loading
:
true
,
buttonDraft
:
false
},
()
=>
{
this
.
setState
({
datatable
:
dataTable2
},
()
=>
{
setTimeout
(()
=>
{
this
.
handleValidate
()
this
.
setState
({
loading
:
true
},
()
=>
{
setTimeout
(()
=>
{
this
.
handleValidate
()
},
100
);
})
},
100
);
})
}}
...
...
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