%@ 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"%>
| 基本信息 | |||||
|---|---|---|---|---|---|
| 样品编号 | ${testReport.code} | 样品名称 | ${testReport.name} | 样品来源 | ${testReport.samplesource} |
| 样品类型 | ${testReport.classifyname} | 样品状态 | ${testReport.samplestate} | 采样人 | ${testReport.sampler} |
| 采样点 | ${testReport.waterpointname} | 采样地址 | ${testReport.sampleaddress} | 采样时间 | ${testReport.sampledate.substring(0,10)} |
| 收样日期 | ${testReport.receivingdate.substring(0,10)} | 评价标准 | ${testReport.evaluatestandardname} | 检测日期 | ${testReport.checkdate} |
| 受检单位 | ${testReport.becheckedunitname} | 委托单位 | ${testReport.sampleinstitutionname} | ||
| 检测项目 | ${testReport.checkitems} | ||||
| 检测结论 | ${testReport.checkconclusion} | ||||
| 序号 | 指标名称 | 指标单位 | 检测方法 | 标准限值 | 检测结果 |
| ${idx} | ${obj.itemname} | ${obj.itemunit} | ${obj.checkstandardname} | ${obj.itemlimit} | ${obj.value} |