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

Loading…
Cancel
Save