Added driveable and tow in flags. IO-719

This commit is contained in:
Patrick Fic
2021-03-02 11:54:24 -08:00
parent 904dc4e29e
commit a026cd0163
19 changed files with 1771 additions and 13 deletions

View File

@@ -140,6 +140,20 @@ export function JobsDetailGeneral({ bodyshop, jobRO, job, form }) {
>
<Input disabled={jobRO} />
</Form.Item>
<Form.Item
label={t("jobs.fields.driveable")}
name="driveable"
valuePropName="checked"
>
<Switch disabled={jobRO} />
</Form.Item>
<Form.Item
label={t("jobs.fields.towin")}
name="towin"
valuePropName="checked"
>
<Switch disabled={jobRO} />
</Form.Item>
</FormRow>
</Col>
<Col {...lossColDamage}>