<%@ page language="java" contentType="text/html;charset=GBK" pageEncoding="GBK"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> 查看成品出库
出库单号: ${outStockInfo.out_stock_num } 产品名称: ${packing_map.product_name }
配货类型: 发到货场 客户自提 车牌号: ${packing_map.car_num }
出库人姓名: ${outStockInfo.name } 承运人姓名: ${loadInfo.carry_user_name}
出库数量 ${outStockInfo.out_stock_total_count } 出库日期: ${outStockInfo.out_stock_date }
备注: ${outStockInfo.remark }
<%@include file="/include/message.jsp"%>