<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ page import="com.runzhixing.bean.AppCylinder" %> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; List acList = new ArrayList(); acList = (List)session.getAttribute("carCylinderList"); AppCylinder ac = new AppCylinder(); if(acList.size()>0){ ac = acList.get(0); } %> 车辆气瓶信息表
<% for(AppCylinder appc:acList){ %> <%} %>
使用登记证号 <%=ac.getCertNo() %> 车牌号码 <%=ac.getCarNo() %>
使用单位(人) <%=ac.getUseUnit() %> 车架号 <%=ac.getFrameNo() %>
品牌型号 <%=ac.getBrand() %> 车辆种类 <%=ac.getCarType() %>
整备质量 <%=ac.getCarWeight() %> 安装单位 <%=ac.getInstallUnit() %>
监检单位 <%=ac.getCheckUnit() %> 安装日期 <%=ac.getInstallDate() %>
监检日期 <%=ac.getCheckDate() %> 安装数量 <%=ac.getInstallNum() %>
检验证书编号 <%=ac.getCheckCertNo() %> 安装许可证号 <%=ac.getInstallCertNo() %>
充装介质 <%=ac.getMedia() %>
气瓶情况
气瓶编号 制造单位 制造日期 气瓶品种 气瓶重量 气瓶容积 下次检验日期
<%=appc.getCylinderNo() %> <%=appc.getProductUnit() %> <%=appc.getProductDate() %> <%=appc.getCylinderType() %> <%=appc.getCylinderWeight() %> <%=appc.getCylinderVol() %> <%=appc.getNextCheckDate() %>