<%include('pageHeader',header)%>
<%=param.doctor.name%>
<%=param.depart?param.depart.name: ''%> <%if (param.depart && param.depart.name) {%>       <%}%> <%=(param.doctor && param.doctor.title) ? param.doctor.title : ''%>
☆已满仅表示手机APP号源已满,如需预约请咨询医院采取其他方式
<%if (pageName === 'ExpertIndexView') {%>
医生排班
医生详情
<%}%>
医生擅长
<%=param.doctor.speciality ? param.doctor.speciality : '暂无'%>
门诊地点
<%=param.doctor.location ? param.doctor.location : '暂无'%>
门诊时间
<%=param.doctor.expertTimePrice ? param.doctor.expertTimePrice : '暂无'%>
<%if (pageName === 'ExpertIndexView') {%> <%if (scheduleList && scheduleList.length > 0) {%> <%if (scheduleList[0].times && scheduleList[0].times.length>0){%>
<% var regMap = { 'MORNING': '上午', 'AFTERNOON': '下午' } for (var i = 0; i < scheduleList.length; i++) { var schedule = scheduleList[i], times = schedule.times;%>
<%=scheduleList[i].regDate + ' '%><%=scheduleList[i].weekDay%><%=regMap[scheduleList[i].regTime]%>
<%for(var j = 0;j
<%=time.timeline%>
<%='¥'+scheduleList[i].price%>
<%if(time.leftNum-0 > 0){%>
<%= param.regType === 'RESERVATION'? '去预约': '去挂号'%>
<%} else{%>
<%=time.remark%>
<%}%>
<%}%> <%}%>
<%} else {%>
<% var regMap = { 'MORNING': '上午', 'AFTERNOON': '下午' } for (var i = 0; i < scheduleList.length; i++) {%>
<%=scheduleList[i].regDate%>
<%=scheduleList[i].weekDay%><%=regMap[scheduleList[i].regTime]%>
<%='¥'+scheduleList[i].price%>
<%if(scheduleList[i].leftNum && scheduleList[i].leftNum*1 > 0){%>
<%if(param.regType==='REAL_TIME'){%>去挂号<%}else{%>去预约<%}%>
<%} else{%>
<%=scheduleList[i].remark%>
<%}%>
<%}%>
<%}%> <%} else {%>
没有专家排班
<%}%> <%}%>