Commit d27dd2f5 authored by Riri Novita's avatar Riri Novita

Binding Manual Reminder

parent 8e159d3f
......@@ -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) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment