@@ -134,16 +134,19 @@ export function PartsOrderModalComponent({
|
|||||||
<Checkbox />
|
<Checkbox />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<Form.Item
|
<Form.Item
|
||||||
name="order_type"
|
name="order_type"
|
||||||
initialValue="parts_order"
|
initialValue="parts_order"
|
||||||
label={t("parts_orders.labels.order_type")}
|
label={t("parts_orders.labels.order_type")}
|
||||||
>
|
>
|
||||||
<Radio.Group>
|
<Radio.Group disabled={sendType === "oec"}>
|
||||||
<Radio value={"parts_order"}>
|
<Radio value={"parts_order"}>
|
||||||
{t("parts_orders.labels.parts_order")}
|
{t("parts_orders.labels.parts_order")}
|
||||||
</Radio>
|
</Radio>
|
||||||
<Radio value={"sublet"}>{t("parts_orders.labels.sublet")}</Radio>
|
<Radio value={"sublet"}>
|
||||||
|
{t("parts_orders.labels.sublet_order")}
|
||||||
|
</Radio>
|
||||||
</Radio.Group>
|
</Radio.Group>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</LayoutFormRow>
|
</LayoutFormRow>
|
||||||
|
|||||||
Reference in New Issue
Block a user