<%@ page language="java" import="java.util.*" 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"%>
<%-- --%>
物料代码 ${notBOM.materialcode}
物料名称 ${notBOM.materialname}
单位 ${notBOM.unit}
物料类型 ${notBOM.materialmodel}
线边库存 ${notBOM.inventoryFrontLine}
仓库库存 ${notBOM.warehousestocknum}
添加时间 ${fn:substring(notBOM.handledate,0,19)}