UI Updates & Bill Entering

This commit is contained in:
Patrick Fic
2021-03-31 17:49:43 -07:00
parent 3c7ce84be2
commit 8b5ea08cae
31 changed files with 953 additions and 704 deletions

View File

@@ -6,11 +6,11 @@ export default function JobIntakeComponent({ checklistConfig, type, job }) {
const { form, templates } = checklistConfig;
return (
<Row gutter={[48, 48]}>
<Col span={6}>
<Row gutter={[16, 16]}>
<Col sm={24} md={8}>
<JobChecklistTemplateList templates={templates} type={type} />
</Col>
<Col span={18}>
<Col sm={24} md={16}>
<JobChecklistForm formItems={form} type={type} job={job} />
</Col>
</Row>