<%-- time:2017-06-09 10:17:02 --%> <%@page language="java" pageEncoding="UTF-8"%> <%@include file="/commons/include/html_doctype.html"%> SYS_GOODS_INVENTORY明细 <%@include file="/commons/include/get.jsp"%>
SYS_GOODS_INVENTORY详细信息
物品编号: ${sysGoodsInventory.productcode}
物品名称: ${sysGoodsInventory.productname}
规格: ${sysGoodsInventory.specification}
价格: ${sysGoodsInventory.price}
数量: ${sysGoodsInventory.quantity}
总价: ${sysGoodsInventory.totalprice}