魏超 5 年前
父节点
当前提交
7711140d57
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2
    2
      src/pages/activity/groupActivity/helpRecord.jsx
  2. 2
    2
      src/pages/activity/helpActivity/helpRecord.jsx

+ 2
- 2
src/pages/activity/groupActivity/helpRecord.jsx 查看文件

206
           // onOk={() => this.handleOk()}
206
           // onOk={() => this.handleOk()}
207
           onCancel={(e) => this.handleCancel(e)}
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
           </div>
211
           </div>
212
         </Modal>
212
         </Modal>
213
       </>
213
       </>

+ 2
- 2
src/pages/activity/helpActivity/helpRecord.jsx 查看文件

217
           // onOk={() => this.handleOk()}
217
           // onOk={() => this.handleOk()}
218
           onCancel={e => this.handleCancel(e)}
218
           onCancel={e => this.handleCancel(e)}
219
         >
219
         >
220
-          <div><span>核销码:<input onChange={this.verify.bind(this)}/></span>
221
-           <Button name="admin.helpInitiateRecordVerify.post" noRight={null} onClick={e => this.verification(e)} style={{ marginLeft: '80px' }}>立即核销</Button>
220
+          <div><span>核销码:<input style={{marginLeft: '10px'}} onChange={this.verify.bind(this)}/></span>
221
+           <Button name="admin.helpInitiateRecordVerify.post" noRight={null} onClick={e => this.verification(e)} style={{ marginLeft: '80px', marginTop:'10px', backgroundColor:'red' }}><span style={{color:'white'}}>立即核销</span></Button>
222
           </div>
222
           </div>
223
         </Modal>
223
         </Modal>
224
       </>
224
       </>