Commit 067562fc authored by rifkaki's avatar rifkaki

push

parent ccc770e3
...@@ -96,7 +96,8 @@ export default class CashFlowMR extends Component { ...@@ -96,7 +96,8 @@ export default class CashFlowMR extends Component {
"periode": this.props.periode, "periode": this.props.periode,
"company_id": this.props.company.company_id, "company_id": this.props.company.company_id,
"monthly_report_id": this.props.monthlyReportId, "monthly_report_id": this.props.monthlyReportId,
"months": this.props.month.month_id "months": this.props.month.month_id,
"get_for": "edit"
} }
api.create().getHierarkiMontlyReportCF(payload).then(response => { api.create().getHierarkiMontlyReportCF(payload).then(response => {
......
...@@ -1576,6 +1576,7 @@ export default class CorporateAnnualTargetMR extends Component { ...@@ -1576,6 +1576,7 @@ export default class CorporateAnnualTargetMR extends Component {
style={{ color: this.state.get_for == 'view'? "black" : "#5198ea", fontSize: 12, textAlign: 'left', borderColor: 'transparent', margin: 0, width: 75, backgroundColor: 'transparent' }} style={{ color: this.state.get_for == 'view'? "black" : "#5198ea", fontSize: 12, textAlign: 'left', borderColor: 'transparent', margin: 0, width: 75, backgroundColor: 'transparent' }}
type="text" type="text"
placeholder="" placeholder=""
multiline={true}
defaultValue={value} defaultValue={value}
disabled={this.state.get_for == 'view'} disabled={this.state.get_for == 'view'}
onBlur={(event) => { onBlur={(event) => {
......
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