Commit 087a534b authored by d.arizona's avatar d.arizona

apdet

parent ee945e60
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -400,6 +400,9 @@ export default class OperatingIndicator extends Component {
data={this.state.dataTable}
columns={columns}
options={options}
open={this.props.open}
height={this.props.height}
width={this.props.width}
/>
</div>
{/* <div style={{ display: 'flex', marginTop: 20 }}>
......
......@@ -162,7 +162,7 @@ export default class BalanceSheet extends Component {
})
})
let payload = {
"submission_id": this.props.data.submissionID,
"operating_indicator_id": this.props.data.operatingIndID,
"report_id": this.props.data.report_id,
"company_id": this.props.data.company.company_id,
"periode": this.props.data.periode,
......
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