Commit 7b2a4f44 authored by Hardiansyah's avatar Hardiansyah

tambah need revision

parent dc995bf8
...@@ -3003,6 +3003,9 @@ export default class BudgetTahunan extends Component { ...@@ -3003,6 +3003,9 @@ export default class BudgetTahunan extends Component {
</div> : obj.lastStatus === 'WAITING FOR APPROVAL' ? </div> : obj.lastStatus === 'WAITING FOR APPROVAL' ?
<div style={{ width: '100%', padding: '10px 20px', backgroundColor: 'yellow', textAlign: 'center', marginTop: 20 }}> <div style={{ width: '100%', padding: '10px 20px', backgroundColor: 'yellow', textAlign: 'center', marginTop: 20 }}>
<span>{`${obj.lastStatus} - ${obj.pic}`}</span> <span>{`${obj.lastStatus} - ${obj.pic}`}</span>
</div> : obj.lastStatus === 'REVISION' ?
<div style={{ width: '100%', padding: '10px 20px', backgroundColor: 'yellow', textAlign: 'center', marginTop: 20 }}>
<span>NEED REVISION</span>
</div> : obj.lastStatus === 'APPROVED' ? </div> : obj.lastStatus === 'APPROVED' ?
<div style={{ width: '100%', padding: '10px 20px', backgroundColor: 'yellow', textAlign: 'center', marginTop: 20 }}> <div style={{ width: '100%', padding: '10px 20px', backgroundColor: 'yellow', textAlign: 'center', marginTop: 20 }}>
<span>{`${obj.lastStatus}`}</span> <span>{`${obj.lastStatus}`}</span>
......
...@@ -1985,6 +1985,9 @@ export default class OutlookPA extends Component { ...@@ -1985,6 +1985,9 @@ export default class OutlookPA extends Component {
</div> : obj.lastStatus === 'WAITING FOR APPROVAL' ? </div> : obj.lastStatus === 'WAITING FOR APPROVAL' ?
<div style={{ width: '100%', padding: '10px 20px', backgroundColor: 'yellow', textAlign: 'center', marginTop: 20 }}> <div style={{ width: '100%', padding: '10px 20px', backgroundColor: 'yellow', textAlign: 'center', marginTop: 20 }}>
<span>{`${obj.lastStatus} - ${obj.pic}`}</span> <span>{`${obj.lastStatus} - ${obj.pic}`}</span>
</div> : obj.lastStatus === 'REVISION' ?
<div style={{ width: '100%', padding: '10px 20px', backgroundColor: 'yellow', textAlign: 'center', marginTop: 20 }}>
<span>NEED REVISION</span>
</div> : obj.lastStatus === 'APPROVED' ? </div> : obj.lastStatus === 'APPROVED' ?
<div style={{ width: '100%', padding: '10px 20px', backgroundColor: 'yellow', textAlign: 'center', marginTop: 20 }}> <div style={{ width: '100%', padding: '10px 20px', backgroundColor: 'yellow', textAlign: 'center', marginTop: 20 }}>
<span>{`${obj.lastStatus}`}</span> <span>{`${obj.lastStatus}`}</span>
......
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