Commit 538db7ed authored by d.arizona's avatar d.arizona

update

parent 9c5cf7fb
...@@ -76,11 +76,13 @@ export default class CashFlowMR extends Component { ...@@ -76,11 +76,13 @@ export default class CashFlowMR extends Component {
checkPrevRev = false checkPrevRev = false
} }
if (this.props.status === 'revision' || this.props.status === 'not-yet' || this.props.status === 'drat' || this.props.status === 'submitted') { if (this.props.status === 'revision' || this.props.status === 'not-yet' || this.props.status === 'draft' || this.props.status === 'submitted') {
checkStatus = true checkStatus = true
} else { } else {
checkStatus = false checkStatus = false
} }
// console.log(this.props.status)
// console.log(this.props.lastStatus)
// console.log(checkStatus) // console.log(checkStatus)
// console.log(checkLastStatus) // console.log(checkLastStatus)
// console.log(checkApprover) // console.log(checkApprover)
......
...@@ -684,7 +684,7 @@ export default class CorporateAnnualTargetMR extends Component { ...@@ -684,7 +684,7 @@ export default class CorporateAnnualTargetMR extends Component {
} }
} else if (target == 0) { } else if (target == 0) {
if (target >= actual) { if (target >= actual) {
totalAch = 1.25 totalAch = 1.26
} else { } else {
totalAch = 0 totalAch = 0
} }
...@@ -711,7 +711,7 @@ export default class CorporateAnnualTargetMR extends Component { ...@@ -711,7 +711,7 @@ export default class CorporateAnnualTargetMR extends Component {
} }
} else if (target == 0) { } else if (target == 0) {
if (target <= actual) { if (target <= actual) {
totalAch = 1.25 totalAch = 1.26
} else { } else {
totalAch = 0 totalAch = 0
} }
...@@ -1281,7 +1281,7 @@ export default class CorporateAnnualTargetMR extends Component { ...@@ -1281,7 +1281,7 @@ export default class CorporateAnnualTargetMR extends Component {
} }
} else if (target == 0) { } else if (target == 0) {
if (target >= actual) { if (target >= actual) {
total = 1.25 total = 1.26
} else { } else {
total = 0 total = 0
} }
...@@ -1303,7 +1303,7 @@ export default class CorporateAnnualTargetMR extends Component { ...@@ -1303,7 +1303,7 @@ export default class CorporateAnnualTargetMR extends Component {
} }
} else if (target == 0) { } else if (target == 0) {
if (target <= actual) { if (target <= actual) {
total = 1.25 total = 1.26
} else { } else {
total = 0 total = 0
} }
......
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