Browse Source

financial

pull/2/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
791afc906f
  1. 16
      src/views/Dashboard/DashboardProject.js

16
src/views/Dashboard/DashboardProject.js

@ -587,19 +587,19 @@ const DashboardProject = () => {
</Col> </Col>
<Col span={7} style={{fontSize: 11, fontWeight: 'bold'}}><i className="fa fa-calendar" style={{marginRight:8}}></i>Cost Deviation</Col> <Col span={7} style={{fontSize: 11, fontWeight: 'bold'}}><i className="fa fa-calendar" style={{marginRight:8}}></i>Cost Deviation</Col>
<Col span={5} style={{fontSize: 11}}> <Col span={5} style={{fontSize: 11}}>
{isReadyProjectDetail && isReadyIntegrationInvoice ? {/* {isReadyProjectDetail && isReadyIntegrationInvoice ? */}
totalCost > plannedCost ? renderFormatRupiah(totalCost-plannedCost, 'Rp.') : 'Rp. 0' {/* totalCost > plannedCost ? renderFormatRupiah(totalCost-plannedCost, 'Rp.') : 'Rp. 0' */}
: <SingleTextLoader width={100} height={10} /> {/* : <SingleTextLoader width={100} height={10} /> */}
} {/* } */}
</Col> </Col>
</Row> </Row>
<Row> <Row>
<Col span={7} style={{fontSize: 11, fontWeight: 'bold'}}><i className="fa fa-calendar" style={{marginRight:8}}></i>Rem. to Complete</Col> <Col span={7} style={{fontSize: 11, fontWeight: 'bold'}}><i className="fa fa-calendar" style={{marginRight:8}}></i>Rem. to Complete</Col>
<Col span={5} style={{fontSize: 11}}> <Col span={5} style={{fontSize: 11}}>
{isReadyProjectDetail && isReadyIntegrationInvoice ? {/* {isReadyProjectDetail && isReadyIntegrationInvoice ? */}
remToComplete ? renderFormatRupiah(plannedCost - totalCost, 'Rp.') : '-' {/* remToComplete ? renderFormatRupiah(plannedCost - totalCost, 'Rp.') : '-' */}
: <SingleTextLoader width={100} height={10} /> {/* : <SingleTextLoader width={100} height={10} /> */}
} {/* } */}
</Col> </Col>
</Row> </Row>
</div> </div>

Loading…
Cancel
Save