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

@@ -91,6 +91,12 @@ export function ShopInfoResponsibilityCenterComponent({ bodyshop, form }) {
>
<Input />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.dms.generic_customer_number")}
name={["cdk_configuration", "generic_customer_number"]}
>
<Input />
</Form.Item>
</LayoutFormRow>
<LayoutFormRow header={t("bodyshop.labels.dms.cdk.payers")}>
<Form.List name={["cdk_configuration", "payers"]}>