<%@page language="java" pageEncoding="UTF-8"%> <%@include file="/commons/include/html_doctype.html"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
接待名称: ${reception.FName}
接待事由: ${reception.FCause}
接待对象: ${reception.FReceptionist}
接待日期:
接待部门: ${reception.FDeptName}
负责人: ${reception.FPerson}
用车数量: ${reception.FCarNumber}
接待费用: ${reception.FCost}
备注: ${reception.FRemarks}