|
@@ -206,8 +206,8 @@ class Verifier extends React.Component {
|
206
|
206
|
// onOk={() => this.handleOk()}
|
207
|
207
|
onCancel={(e) => this.handleCancel(e)}
|
208
|
208
|
>
|
209
|
|
- <div><span>核销码:<input onChange={this.verify.bind(this)}/></span>
|
210
|
|
- <Button name="admin.taShareRecord.verificate.put" noRight={null} style={{ marginLeft: '80px' }} onClick={() => this.verification()}>立即核销</Button>
|
|
209
|
+ <div><span>核销码:<input style={{marginLeft: '10px'}} onChange={this.verify.bind(this)}/></span>
|
|
210
|
+ <Button name="admin.taShareRecord.verificate.put" noRight={null} style={{ marginLeft: '80px', marginTop:'10px', backgroundColor:'red' }} onClick={() => this.verification()}><span style={{color:'white'}}>立即核销</span></Button>
|
211
|
211
|
</div>
|
212
|
212
|
</Modal>
|
213
|
213
|
</>
|