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
ceba5012
Commit
ceba5012
authored
Apr 20, 2026
by
Hardiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tambah parameter
parent
0f5e3ea4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CashFlowOLPA.js
src/container/OutlookPA/CashFlowOLPA.js
+2
-1
OutlookPA.js
src/container/OutlookPA/OutlookPA.js
+1
-0
No files found.
src/container/OutlookPA/CashFlowOLPA.js
View file @
ceba5012
...
...
@@ -376,7 +376,8 @@ export default class CashFlow extends Component {
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"status"
:
"submitted"
,
// "quartal": this.props.quarter,
"cash_flow"
:
dbcf
"cash_flow"
:
dbcf
,
"master_report_type_id"
:
this
.
props
?.
master_report_type_id
}
console
.
log
(
dbcf
)
console
.
log
(
JSON
.
stringify
(
payload
))
...
...
src/container/OutlookPA/OutlookPA.js
View file @
ceba5012
...
...
@@ -2707,6 +2707,7 @@ export default class OutlookPA extends Component {
lastStatus
=
{
this
.
getLastStatus
()}
prevRevision
=
{
this
.
state
.
isSubmit
?
this
.
state
.
prevRevision
:
true
}
PLBSFAMSubmitted
=
{
this
.
getLastStatus
()
===
'APPROVED'
?
true
:
false
}
master_report_type_id
=
{
this
.
getActiveMasterReportTypeId
()}
/
>
)}
{
this
.
state
.
visibleCAT
&&
(
...
...
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