Commit 84fd3846 authored by fahrur huzain's avatar fahrur huzain

CAT MB

parent 50f50f80
......@@ -1813,7 +1813,7 @@ export default class CorporateAnnualTarget extends Component {
placeholder=""
value={value}
disabled={this.props.isApprover ? true : ((this.props.lastStatus == 'SUBMIT' || this.props.lastStatus == 'REVISION') && this.props.prevRevision === false && (this.props.status === 'revision' || this.props.status === 'not-yet' || this.props.status === 'draft' || this.props.status === 'submitted') ? false : true)}
maxLength={4}
maxLength={5}
onBlur={(event) => {
// updateValue(some)
handleChangePercentage(event.target.value, tableMeta)
......
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