Browse Source

调整号表的高度

hurugang 3 years ago
parent
commit
d7f05c6a13
1 changed files with 10 additions and 0 deletions
  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',