Ver Fonte

调整号表的高度

hurugang há 3 anos atrás
pai
commit
d7f05c6a13
1 ficheiros alterados com 10 adições e 0 exclusões
  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',