| | |
| | | }, '*'); |
| | | } |
| | | |
| | | //确认提交按钮 |
| | | handleOk = () => { |
| | | this.setState({ |
| | | zIndex: '-1', |
| | | fingerCode: "", |
| | | }) |
| | | } |
| | | |
| | | //取消按钮 |
| | | handleCancel = () => { |
| | | this.setState({ |
| | | fingerCode: "", |
| | | zIndex: '-1', |
| | | }); |
| | | } |
| | | |
| | | render() { |
| | | const { data, resetKey, visible, loading, savedate, closeKey, formData, zIndex, display, fingerCode, iframeKey } = this.state; |
| | | return ( |
| | |
| | | confirmLoading={loading} |
| | | visible={true} |
| | | title="指纹录入" |
| | | onCancel={() => { this.setState({ visible: false, zIndex: '-1', }) }} |
| | | onOk={this.handleOk} |
| | | onCancel={this.handleCancel} |
| | | bodyStyle={{ lineHeight: 4 }} |
| | | // footer={null} |
| | | width={'60%'} |
| | |
| | | 录入指纹 |
| | | </Col> |
| | | </Row>} /> |
| | | <Divider style={{ margin: '2px 0' }} /> |
| | | <iframe |
| | | key={iframeKey} |
| | | style={{ width: '100%', height: '550px', display: display }} |
| | | onLoad={() => { }} |
| | | ref="iframe" |
| | | src='./fingerprint/指纹登记.html' |
| | | width="100%" |
| | | scrolling="no" |
| | | frameBorder="0" |
| | | /> |
| | | <div style={{ display: display }}> |
| | | <Divider style={{ margin: '2px 0' }} /> |
| | | <iframe |
| | | key={iframeKey} |
| | | style={{ width: '100%', height: '550px' }} |
| | | onLoad={() => { }} |
| | | ref="iframe" |
| | | src='./fingerprint/指纹登记.html' |
| | | width="100%" |
| | | scrolling="no" |
| | | frameBorder="0" |
| | | /> |
| | | </div> |
| | | </Modal> |
| | | |
| | | {/* </div> */} |