IO-1981 Add Sublet Order.

This commit is contained in:
Patrick Fic
2022-08-31 13:04:36 -07:00
parent cb0c4d55df
commit 5ec5be0852
7 changed files with 201 additions and 49 deletions

View File

@@ -134,6 +134,18 @@ export function PartsOrderModalComponent({
<Checkbox />
</Form.Item>
)}
<Form.Item
name="order_type"
initialValue="parts_order"
label={t("parts_orders.labels.order_type")}
>
<Radio.Group>
<Radio value={"parts_order"}>
{t("parts_orders.labels.parts_order")}
</Radio>
<Radio value={"sublet"}>{t("parts_orders.labels.sublet")}</Radio>
</Radio.Group>
</Form.Item>
</LayoutFormRow>
<Divider orientation="left">
{t("parts_orders.labels.inthisorder")}