<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ page import="com.runzhixing.bean.CylinderFollow" %> <%@ page import="com.runzhixing.tool.Util" %> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; List list = new ArrayList(); list = (List)session.getAttribute("CylinderFollowlist"); String s = (String)session.getAttribute("cylinderGuid"); %> 车辆审核信息查询
<% if(list.size()>0){%> <% int xuhao = 1; for(CylinderFollow ca:list){ String name = "";name=ca.getProcessTypeName(); if(name==null||name=="null") continue; %> <% if(name.equals("安装")) {%> <%} else if(name.equals("监检")) {%> <%} else if(name.equals("审核")) {%> <%} else if(name.equals("标签")) {%> <% }else{%> <%} %> <% xuhao++; }%>
序号 操作 执行站点 执行人员 执行时间 证书 最近操作站点 最近操作人 最近操作时间
<%=xuhao %><%=Util.removeNull(ca.getProcessTypeName()) %><%=Util.removeNull(ca.getProcessTypeName()) %><%=Util.removeNull(ca.getProcessTypeName()) %><%=Util.removeNull(ca.getProcessTypeName()) %><%=Util.removeNull(ca.getProcessTypeName()) %><%=Util.removeNull(ca.getStation()) %> <%=Util.removeNull(ca.getWorkerName()) %> <%=Util.removeNull(ca.getOperateDate1()) %> <%=Util.removeNull(ca.getCert()) %> <%=Util.removeNull(ca.getEditStation()) %> <%=Util.removeNull(ca.getEditOperator()) %> <%=Util.removeNull(ca.getEditOperTime1()) %>
<%}else{%> 没有查询到相关信息!!! <% } %>