|
|
|
|
432
|
rules: [{ max: 30, message: '不超过30个字' }]
|
432
|
rules: [{ max: 30, message: '不超过30个字' }]
|
433
|
})(<Input placeholder="不超过30个字" />)}
|
433
|
})(<Input placeholder="不超过30个字" />)}
|
434
|
</Form.Item>
|
434
|
</Form.Item>
|
435
|
- <Form.Item label="预售许可证" >
|
|
|
|
|
435
|
+ {/* <Form.Item label="预售许可证" >
|
436
|
{getFieldDecorator('preSalePermit')(
|
436
|
{getFieldDecorator('preSalePermit')(
|
437
|
<ImageUpload />,
|
437
|
<ImageUpload />,
|
438
|
)}
|
438
|
)}
|
439
|
- </Form.Item>
|
|
|
|
|
439
|
+ </Form.Item> */}
|
440
|
|
440
|
|
441
|
<Form.Item label=" " colon={false}>
|
441
|
<Form.Item label=" " colon={false}>
|
442
|
<Button style={{marginLeft: '6em'}} type="primary" htmlType="submit">
|
442
|
<Button style={{marginLeft: '6em'}} type="primary" htmlType="submit">
|