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
7caed3c8
Commit
7caed3c8
authored
Jun 14, 2023
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Approval All Report
parent
5353c3cd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
BudgetTahunan.js
src/container/BudgetTahunan/BudgetTahunan.js
+2
-1
MonthlyReport.js
src/container/MonthlyReport/MonthlyReport.js
+2
-1
OutlookPA.js
src/container/OutlookPA/OutlookPA.js
+2
-1
RollingOutlook.js
src/container/RollingOutlook/RollingOutlook.js
+1
-0
No files found.
src/container/BudgetTahunan/BudgetTahunan.js
View file @
7caed3c8
...
...
@@ -2153,7 +2153,8 @@ export default class BudgetTahunan extends Component {
"approval_id"
:
this
.
state
.
approverID
,
"status"
:
type
,
"detail"
:
this
.
state
.
detailRevisiCheck
,
"is_superadmin"
:
this
.
state
.
isAdmin
"is_superadmin"
:
this
.
state
.
isAdmin
,
"currency_id"
:
this
.
state
.
defaultCurrency
.
id
,
}
let
payload
=
{
"company_id"
:
this
.
state
.
company
.
company_id
,
...
...
src/container/MonthlyReport/MonthlyReport.js
View file @
7caed3c8
...
...
@@ -1165,7 +1165,8 @@ export default class MonthlyReport extends Component {
"status"
:
type
,
"months"
:
this
.
state
.
month
.
month_id
,
"detail"
:
this
.
state
.
detailRevisiCheck
,
"is_superadmin"
:
this
.
state
.
isAdmin
"is_superadmin"
:
this
.
state
.
isAdmin
,
"currency_id"
:
this
.
state
.
defaultCurrency
.
id
}
let
payload
=
{
"company_id"
:
this
.
state
.
company
.
company_id
,
...
...
src/container/OutlookPA/OutlookPA.js
View file @
7caed3c8
...
...
@@ -707,7 +707,8 @@ export default class OutlookPA extends Component {
"approval_id"
:
this
.
props
.
location
.
state
==
undefined
?
this
.
state
.
approverID
:
this
.
state
.
rawData
.
approval_id
,
"status"
:
type
,
"detail"
:
this
.
state
.
detailRevisiCheck
,
"is_superadmin"
:
this
.
state
.
isAdmin
"is_superadmin"
:
this
.
state
.
isAdmin
,
"currency_id"
:
this
.
state
.
defaultCurrency
.
id
,
}
let
payload
=
{
"company_id"
:
this
.
state
.
company
.
company_id
,
...
...
src/container/RollingOutlook/RollingOutlook.js
View file @
7caed3c8
...
...
@@ -751,6 +751,7 @@ export default class RollingOutlook extends Component {
"min_periode"
:
moment
(
this
.
state
.
minDateRevision
).
format
(
'YYYY-MM-DD'
),
"periode"
:
this
.
state
.
periode
.
periode
,
"max_periode"
:
moment
(
this
.
state
.
maxDateRevision
).
format
(
'YYYY-MM-DD'
),
"currency_id"
:
this
.
state
.
defaultCurrency
.
id
,
"quartal"
:
this
.
state
.
quarter
.
value
}
console
.
log
(
payload
)
...
...
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