Merge remote-tracking branch 'origin/main'

perf/export-docx
Lei OT 11 months ago
commit 98937960e5

@ -93,9 +93,7 @@ const InfoForm = ({ onSubmit, onReset, onValuesChange, editable, showSubmit, con
)} */}
</Row>
{/* <Divider className='my-1' /> */}
<ProductInfoLgc editable={editable} ignoreEditable={ignoreEditable} formInstance={form} />
<ProductInfoQuotation editable={editable} formInstance={form} />
<Form.Item hidden name={'id'} label={'ID'}>
<Input />
@ -110,6 +108,7 @@ const InfoForm = ({ onSubmit, onReset, onValuesChange, editable, showSubmit, con
</Form.Item>
)}
</Form>
<ProductInfoQuotation editable={editable} />
</>
);
};

Loading…
Cancel
Save