perf: 调整报价表格位置

perf/export-docx
Lei OT 11 months ago
parent 6b470fedb8
commit 628a9ab14f

@ -121,6 +121,10 @@ const InfoForm = ({ onSubmit, onReset, onValuesChange, editable: _editable, show
<ProductInfoLgc editable={editable} formInstance={form} />
</Form.Item>
<Form.Item name='quotation'>
<ProductInfoQuotation editable={editable} />
</Form.Item>
<Form.Item hidden name={'id'} label={'ID'}>
<Input />
</Form.Item>
@ -136,9 +140,6 @@ const InfoForm = ({ onSubmit, onReset, onValuesChange, editable: _editable, show
</div>
</Form.Item>
)}
<Form.Item name='quotation'>
<ProductInfoQuotation editable={editable} />
</Form.Item>
</Form>
</>
);

Loading…
Cancel
Save