IO-233 Begin Wip Header Creation

This commit is contained in:
Patrick Fic
2021-08-24 18:48:02 -07:00
parent db5b11f6d3
commit a7cf081ed5
3 changed files with 87 additions and 18 deletions

View File

@@ -49,7 +49,6 @@ export function DmsPostForm({ bodyshop, socket, job }) {
}),
});
};
console.log("🚀 ~ file: dms-post-form.component.jsx ~ line 58 ~ job", job);
const handleFinish = (values) => {
socket.emit(`${determineDmsType(bodyshop)}-export-job`, {
@@ -77,6 +76,17 @@ export function DmsPostForm({ bodyshop, socket, job }) {
>
<Input />
</Form.Item>
<Form.Item
name="story"
label={t("jobs.fields.dms.story")}
rules={[
{
required: true,
},
]}
>
<Input.TextArea />
</Form.Item>
<Form.Item
name="kmin"
label={t("jobs.fields.kmin")}