浏览代码

调整号表的高度

hurugang 3 年之前
父节点
当前提交
d7f05c6a13
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/main/resources/static/js/mz/registration.js

+ 10 - 0
src/main/resources/static/js/mz/registration.js

@@ -466,6 +466,10 @@ function initCertificateTypeSelect() {
  * @param ampm 时间段区间
  */
 function initDeptPlus() {
+
+    $("#deptNo").selectpicker({
+        size: 10
+    });
     //科室列表
     $.ajax({
         type: "GET",
@@ -498,6 +502,9 @@ function initDeptPlus() {
  * @param ampm 时间段区间
  */
 function initEmployee() {
+    $("#doctor").selectpicker({
+        size: 10
+    });
     //医生列表
     $.ajax({
         type: "GET",
@@ -541,6 +548,9 @@ function initEmployee() {
  * 初始门诊时间区间下拉选
  */
 function initMzWorkTime() {
+    $("#ampm").selectpicker({
+        size: 10
+    });
     $.ajax({
         type: "GET",
         url: '/thmz/getMzWorkTime',