%@ page language="java" 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" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page import="com.sipai.entity.base.ServerObject" %> <%@ taglib uri="http://www.springsecurity.org/jsp" prefix="security" %> <%@page import="com.sipai.entity.sparepart.SparePartCommString" %> <%request.setAttribute("AUDIT", SparePartCommString.STATUS_STOCK_AUDIT); %> <%request.setAttribute("START", SparePartCommString.STATUS_STOCK_START); %> <%request.setAttribute("FINISH", SparePartCommString.STATUS_STOCK_FINISH); %> <%request.setAttribute("FAIL", SparePartCommString.STATUS_STOCK_FAIL); %>