添加备案号, 修改医生管理输入医院名称后选中,搜索还是like查询的bug
| | |
| | | <title>用户登录</title> |
| | | <link rel="stylesheet" href="assets/libs/layui/css/layui.css"/> |
| | | <link rel="stylesheet" href="assets/css/login.css" media="all"> |
| | | <style> |
| | | |
| | | </style> |
| | | </head> |
| | | |
| | | <body> |
| | |
| | | |
| | | <div class="login-footer"> |
| | | <p>© 2020 <a href="javascript:;" target="_blank">喜高科技版权所有</a></p> |
| | | <p>备案号 <a href="https://beian.miit.gov.cn" target="_blank" >冀ICP备19021021号-2</a></p> |
| | | </div> |
| | | </div> |
| | | <script type="text/javascript" src="module/apiUrl.js"></script> |
| | |
| | | var hospitalName = $("#hospitalName-seach").val(); |
| | | var doctorTel = $('#doctorTel').val(); |
| | | var doctorName = $('#doctorName').val(); |
| | | var hospitalId=$("#hospitalId").val(); |
| | | table.reload('app-table', { |
| | | where: { |
| | | doctorState: doctorState, |
| | | hospitalName: hospitalName, |
| | | hospitalId, |
| | | doctorTel: doctorTel, |
| | | doctorName: doctorName |
| | | }, |