%@ page language="java" contentType="text/html; charset=gbk"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ page import="com.kpt.common.Util" %>
<%
String str = Util.getHeaderType(request,"按车次、班次统计");
response.setContentType("application/vnd.ms-excel;charset=gbk");response.setHeader("Content-disposition",str);
%>
班次 |
车号 |
驾驶员 |
加工车次 |
理论加工量(kg) |
实际加工量(kg) |
计划投料操作数 |
已投料操作数 |
投料操作率 |
投料误差数 |
投料误差率 |
计划发料操作数 |
已发料操作数 |
发料操作率 |
发料误差数 |
发料误差率 |
没有对应的结果 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|