<%var currentNo;
if(callNumList[i].currentNo){
var str = callNumList[i].currentNo.split(','),
currentNo = str[str.length - 2];
}else{
currentNo = '';
}
%>
<%=currentNo%>
<%=callNumList[i].visitNo%>
<%=callNumList[i].dept%> <%=callNumList[i].expertName%>
<%=callNumList[i].patientName%>
<%=callNumList[i].regDate%><%=callNumList[i].regTime === 'MORNING' ? '上午' : '下午'%>
<%=callNumList[i].visitNo%>
<%}%>
<%} else {%>