|
@ -632,9 +632,10 @@ const MaintenanceSpotCheck = (props) => { |
|
|
</Form.Item> */} |
|
|
</Form.Item> */} |
|
|
</Input.Group> |
|
|
</Input.Group> |
|
|
</Form.Item> |
|
|
</Form.Item> |
|
|
<Form.Item className="ant-row" > |
|
|
<Form.Item className="ant-row" style={{ |
|
|
|
|
|
textAlign: 'center', |
|
|
<Button style={{ marginLeft: '200%' }} type='primary' onClick={extractHandler}>开始抽取</Button> |
|
|
}}> |
|
|
|
|
|
<Button style={{}} type='primary' onClick={extractHandler}>开始抽取</Button> |
|
|
</Form.Item> |
|
|
</Form.Item> |
|
|
<Form.Item label='抽查总数' name='result'> |
|
|
<Form.Item label='抽查总数' name='result'> |
|
|
<Input disabled /> |
|
|
<Input disabled /> |
|
|