<%if( type === ''){%> <% } else if(type === 'AppointmentRecordView') {%> <% if (regs.length === 0){%>
您最近没有相关记录
<% }else {%>
<% for(var j = 0;j
<%=item.name%>
<%=item.regDate+' '+(item.regTime==='MORNING'?'上午':'下午')%>
<%=item.dept%>
<%=item.recordStatus%>
<% }%> <% }%>
<% }%> <% } else if(type === 'GuahaoRecordView') {%> <% if (regs.length === 0){%>
您最近没有相关记录
<% }else {%>
<% for(var j = 0;j
<%=item.name%>
<%=item.regDate+' '+(item.regTime==='MORNING'?'上午':'下午')%>
<%=item.dept%>
<%=item.recordStatus%>
<% }%> <% }%>
<% }%> <% } else if( type === 'VisitDoctorRecordView') {%> <%if( regs.length === 0 && modal === 'index' ) {%>
您最近没有相关记录
<%} else {%>
<%=regs[0].monthName%>
<% var i, j; for(i=0;i
<%=mouth.deptName%>
<%=mouth.patientName%> <%if(mouth.cardNO){%> <%='(***' + mouth.cardNO.substring((mouth.cardNO.length - 4),mouth.cardNO.length) + ')'%> <%}%>
<%=mouth.medDate%> <% if(mouth.surveyId==0){ %>
未评价
<%}else{%>
已评价
<%}%>
<%}%>
<%}%> <% } else if(type === 'CostRecordView') {%> <%if( regs.length === 0 && modal === 'index' ) {%>
您最近没有相关记录
<%} else {%>
<% var i; for(i=0;i
<%=regs[i].userName%>
<%=regs[i].receiptType%>
<%=regs[i].totalFee%> <%=regs[i].feeDate%>
<%}%>
<%}%> <% } else if(type === 'UnFinishCostRecordView') {%> <% } else if( type === 'CheckupRecordView' || type === 'CheckInspectRecordView' ) {%> <%if( regs.length === 0 && modal === 'index' ) {%>
您最近没有相关记录
<%} else {%>
<% var i; for(i=0;i
<%=regs[i].userName%>
<%=regs[i].userName%> <%if(regs[i].cardNO){%> <%='(***' + regs[i].cardNO.substring((regs[i].cardNO.length - 4),regs[i].cardNO.length) + ')'%> <%}%>
<%=regs[i].reportDate%>
查看详情
<%}%>
<%}%> <% } else if(type === 'UnFinishCostRecordView') {%> <% } else if(type === 'ResidentView') {%> <%if( regs.length === 0 && modal === 'index' ) {%>
您最近没有相关记录
<%} else {%>
<% var i, j; for(i=0;i
<%=mouth.monthName%>
<% for(j=0;j
<%=item.userName%> <%if(item.cardNO){%> <%='(***' + item.cardNO.substring((item.cardNO.length - 4),item.cardNO.length) + ')'%> <%}%>
<%=item.receiptType%>
<%=item.totalFee%> <%=item.feeDate%>
<% }%>
<%}%>
<%}%> <%}%>