IO-233 Add Vehicle History

This commit is contained in:
Patrick Fic
2021-08-30 12:54:43 -07:00
parent a7cf081ed5
commit 7a35dc9b38
8 changed files with 182 additions and 4 deletions

View File

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