<%@page import="com.sipai.entity.base.ServerObject" %> <%@ page language="java" pageEncoding="UTF-8" %> <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://www.springsecurity.org/jsp" prefix="security" %> <%String serverPath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort();%> <%String contextPath = request.getContextPath();%> <%= ServerObject.atttable.get("TOPTITLE")%>
<%-- --%> <%-- --%>

采样单
采样单编号 ${id} 采样类型 ${type}
计划采样日期 ${planDate} 要求报告日期 ${date}
序号 样品编号 地点 是否检测 检测项目 采样人 采样日期
${item.id} ${item.name} ${item.address} ${item.status ? '√' : '×'} ${item.content} ${item.user} ${item.date}
<%-- --%> <%-- --%>