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
d27dd2f5
Commit
d27dd2f5
authored
Jan 17, 2023
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Binding Manual Reminder
parent
8e159d3f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
178 additions
and
15 deletions
+178
-15
ProgressReport.js
src/container/ProgressReport/ProgressReport.js
+18
-5
TableProgressReport.js
src/container/ProgressReport/TableProgressReport.js
+160
-10
No files found.
src/container/ProgressReport/ProgressReport.js
View file @
d27dd2f5
...
...
@@ -178,9 +178,10 @@ class ReportProgress extends Component {
dataTable
.
push
([
item
.
company_name
,
report
,
"Sent, 17 Oct 2022"
,
item
.
automatic_reminder_report_date
,
item
.
manual_reminder_report_status
,
item
.
manual_reminder_report_date
,
item
.
company_id
,
"19 Oct 2022"
])
})
// data.map((item,index) => {
...
...
@@ -230,7 +231,11 @@ class ReportProgress extends Component {
report
.
push
({
report_name
:
'Operating Indicator'
,
status_report
:
item
.
operating_indicator
},
{
report_name
:
'Monthly Status'
,
status_report
:
item
.
monthly_status
})
dataTable
.
push
([
item
.
company_name
,
report
report
,
item
.
automatic_reminder_report_date
,
item
.
manual_reminder_report_status
,
item
.
manual_reminder_report_date
,
item
.
company_id
,
])
})
this
.
setState
({
dataTable
,
loading
:
false
})
...
...
@@ -262,7 +267,11 @@ class ReportProgress extends Component {
report
.
push
({
report_name
:
'Operating Indicator'
,
status_report
:
item
.
operating_indicator
},
{
report_name
:
'Rolling Status'
,
status_report
:
item
.
rolling_status
})
dataTable
.
push
([
item
.
company_name
,
report
report
,
item
.
automatic_reminder_report_date
,
item
.
manual_reminder_report_status
,
item
.
manual_reminder_report_date
,
item
.
company_id
,
])
})
this
.
setState
({
dataTable
,
loading
:
false
})
...
...
@@ -302,7 +311,11 @@ class ReportProgress extends Component {
{
report_name
:
'OLPA Status'
,
status_report
:
(
statusSubmission
==
'APPROVED'
||
statusSubmission
==
'REVISION'
||
statusSubmission
==
'COMPLETED'
)
?
(
statusSubmission
+
' - '
+
item
.
submissionStatusDate
)
:
statusSubmission
})
dataTable
.
push
([
item
.
company_name
,
report
report
,
item
.
automatic_reminder_report_date
,
item
.
manual_reminder_report_status
,
item
.
manual_reminder_report_date
,
item
.
company_id
,
])
})
// data.map((item,index) => {
...
...
src/container/ProgressReport/TableProgressReport.js
View file @
d27dd2f5
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