IO-1419 Added comments to parts orders.

This commit is contained in:
Patrick Fic
2021-10-04 11:59:33 -07:00
parent 0fd06d5e4e
commit 7d9759fda4
11 changed files with 42 additions and 0 deletions

View File

@@ -152,6 +152,9 @@ export default function PartsOrderModalComponent({
);
}}
</Form.List>
<Form.Item name="comments" label={t("parts_orders.fields.comments")}>
<Input.TextArea rows={3} />
</Form.Item>
<Radio.Group
defaultValue={sendType}
onChange={(e) => setSendType(e.target.value)}