<%include('pageHeader',header)%>
科室简介
<%=param.dept.introduction ? param.dept.introduction : '暂无'%>
<%= param.regType === 'RESERVATION'? '预约': '挂号'%>费用
<%=scheduleList[0]? scheduleList[0].price: ''%>
<%if(scheduleList && scheduleList.length > 0){%> <%if(!scheduleList[0].times){%>
<% 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%>
<%= param.regType === 'RESERVATION'? '去预约': '去挂号'%>
<%}%>
<%}else 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{%>
没有排班
<%}%>