IO-2776 Re-disable make fields.
This commit is contained in:
@@ -171,7 +171,7 @@ export function DmsPostForm({ bodyshop, socket, job, logsRef }) {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Input />
|
<Input disabled />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
name="dms_model"
|
name="dms_model"
|
||||||
@@ -182,7 +182,7 @@ export function DmsPostForm({ bodyshop, socket, job, logsRef }) {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Input />
|
<Input disabled />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item name="inservicedate" label={t("jobs.fields.dms.inservicedate")}>
|
<Form.Item name="inservicedate" label={t("jobs.fields.dms.inservicedate")}>
|
||||||
<DateTimePicker isDateOnly />
|
<DateTimePicker isDateOnly />
|
||||||
|
|||||||
Reference in New Issue
Block a user