| | |
| | | import * as $$ from '../../../utils/utility'; |
| | | import "@arco-design/web-react/dist/css/arco.css"; |
| | | import '../index.less'; |
| | | import { Space } from 'antd'; |
| | | import { message, Space } from 'antd'; |
| | | import {Button } from '@arco-design/web-react'; |
| | | import VisitorRegister from './visitorRegister'; |
| | | import Preview from './preview'; |
| | |
| | | |
| | | //保存信息 |
| | | const handleSubmit = async () => { |
| | | message.success({top:100, content: (<><span style={{fontSize:'16px',fontWeight:'bold'}}>登记成功</span><div>大厅来访登记成功</div></>),}) |
| | | } |
| | | |
| | | //预览信息 |
| | |
| | | <Button type="primary" style={{ backgroundColor: '#1A6FB8' }} >保存信息</Button> |
| | | <Button type='outline' style={{ color: '#1A6FB8', border: '1px solid #1A6FB8' }} onClick={handleReview}>预览信息</Button> |
| | | <Button type='outline' style={{ color: '#1A6FB8', border: '1px solid #1A6FB8' }} onClick={handleSubmit}>提交信息</Button> |
| | | <Button type='outline' style={{ color: '#1A6FB8', border: '1px solid #1A6FB8' }}>自行受理</Button> |
| | | <Button type='outline' style={{ color: '#1A6FB8', border: '1px solid #1A6FB8' }} onClick={() => selfAcceptance()}>自行受理</Button> |
| | | <Button type='secondary' onClick={handleReview}>返回上级页面</Button> |
| | | </Space> |
| | | </div> |