BOD-74 Added basic display for job totals.
This commit is contained in:
@@ -8,7 +8,7 @@ export default function JobsDetailFinancials({ job }) {
|
||||
|
||||
return (
|
||||
<Row>
|
||||
<Col offset={1} span={10}>
|
||||
<Col offset={1} span={7}>
|
||||
<Form.Item label={t("jobs.fields.ded_amt")} name="ded_amt">
|
||||
<InputNumber />
|
||||
</Form.Item>
|
||||
@@ -131,7 +131,7 @@ export default function JobsDetailFinancials({ job }) {
|
||||
<InputNumber />
|
||||
</Form.Item>
|
||||
</Col>
|
||||
<Col offset={1} span={12}>
|
||||
<Col offset={1} span={15}>
|
||||
<JobTotalsTable totals={job.job_totals} />
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
Reference in New Issue
Block a user