forked from kidgrow-microservices-platform

zhaoxiaohao
2021-01-25 7b8704701a23e66960fc55818e3418b3bbba2f21
添加备案号, 修改医生管理输入医院名称后选中,搜索还是like查询的bug
2 files modified
6 ■■■■■ changed files
kidgrow-web/kidgrow-web-manager/src/main/resources/static/login.html 4 ●●●● patch | view | raw | blame | history
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html 2 ●●●●● patch | view | raw | blame | history
kidgrow-web/kidgrow-web-manager/src/main/resources/static/login.html
@@ -8,6 +8,9 @@
    <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>
@@ -56,6 +59,7 @@
    <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>
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html
@@ -594,10 +594,12 @@
                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
                    },