IO-233 Add insert Job.

This commit is contained in:
Patrick Fic
2021-08-24 08:05:24 -07:00
parent 6c12e5cb03
commit db2b4739c2
5 changed files with 280 additions and 168 deletions

View File

@@ -218,7 +218,7 @@ export function JobsCloseComponent({ job, bodyshop, jobRO }) {
},
]}
>
<InputNumber />
<InputNumber disabled={jobRO} />
</Form.Item>
)}
{bodyshop.cdk_dealerid && (
@@ -244,7 +244,7 @@ export function JobsCloseComponent({ job, bodyshop, jobRO }) {
}),
]}
>
<InputNumber />
<InputNumber disabled={jobRO} />
</Form.Item>
)}
</LayoutFormRow>