Commit 210c4182 authored by EKSAD's avatar EKSAD

Merge branch 'master' of http://103.44.149.204/d.arizona/tia-dev into riri

parents e8fffeb3 3d807c6e
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