<%if (data && data.length > 0) { for (var i = 0; i < data.length; i++) { var item = data[i]; %> <%if(type == 'pay'){%>
<%if (item.status == 'INIT_WAIT') {%>
审核状态:待审核
<%} else if (item.status == 'INIT_Y') { if (item.expressPayStatus != 'PAID_SUCCESS' && item.copyPayStatus != 'PAID_SUCCESS') {%> <%} else if (item.expressPayStatus == 'PAID_SUCCESS') {%> <%} else if (item.copyPayStatus == 'PAID_SUCCESS'){%> <%}%> <%} else if (item.status == 'INIT_FAIL') {%>
审核状态:审核未通过
<%} else if (item.status == 'WAIT_SEND') {%>
发货状态:待发货
<%} else if (item.status == 'SENDRD') {%> <%}%>
姓名: <%=item.patientName%>
订单号: <%=item.businessNO%>
预约时间: <%=item.createTime%>
<%}else{%>
<%if (item.status == 'INIT_WAIT') {%>
审核状态:待审核
<%} else if (item.status == 'INIT_Y') { if (item.expressPayStatus != 'PAID_SUCCESS' && item.copyPayStatus != 'PAID_SUCCESS') {%> <%} else if (item.expressPayStatus == 'PAID_SUCCESS') {%> <%} else if (item.copyPayStatus == 'PAID_SUCCESS'){%> <%}%> <%} else if (item.status == 'INIT_FAIL') {%>
审核状态:审核未通过
<%} else if (item.status == 'WAIT_SEND') {%>
发货状态:待发货
<%} else if (item.status == 'SENDRD') {%> <%}%>
姓名: <%=item.patientName%>
订单号: <%=item.businessNO%>
预约时间: <%=item.createTime%>
<%}%> <%}%> <%}else{%>
您最近没有相关记录
<%}%>