Browse Source

物料弹窗

master
zhaoy 5 months ago
parent
commit
2249173f0e
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      src/pages/database/basic/batching/components/CreateForm.jsx

+ 5
- 3
src/pages/database/basic/batching/components/CreateForm.jsx View File

@@ -174,6 +174,7 @@ const CreateForm = (props) => {
formRef={formRef}
initialValues={props.values}
onFinish={props.onFinish}
submitter={false}
>
<Row gutter={16}>
<Col lg={12} md={12} sm={24}>
@@ -301,12 +302,13 @@ const CreateForm = (props) => {
/>
</Col>
</Row>
{/* <Row>
<Col>
<Row gutter={4}>
<Col span={12}></Col>
<Col span={12}>
<Button htmlType="button" style={{float:'right',left:10}} onClick={onCancel} >取消</Button>
<Button type="primary" htmlType="submit" style={{float:'right'}} >保存</Button>
</Col>
</Row> */}
</Row>
</ProForm>
</Modal>
);


Loading…
Cancel
Save