<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ include file="/jsp/framework/head.jsp" %> <%@ taglib uri="/WEB-INF/hnisi.tld" prefix="hnisi" %> <%@ page import="cn.sinobest.framework.util.DTOUtil" %> <%-- 导航栏标签 --%> <% String pid = DTOUtil.getValue("pid");//获取流水号 if(null == pid || pid.trim().equals("")){ pid = request.getParameter("pid"); } String whereCls = "BAE007 = '" + pid + "'"; String whereCls1= "BAE007 = '" + pid + "' and STATE='" + "5'" + " order by WORK_ITEM_ID asc"; %> <%-- 流程概括查询表单 --%>
<%-- 环节列表 --%>

<%-- 关闭按钮--%>