|
|
|
@ -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} />
|
|
|
|
|
</>
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|