|
@@ -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',
|