<%@page import="com.amarsoft.app.flow.FlowAction"%> <%@ page contentType="text/html; charset=GBK"%> <%@page import="com.amarsoft.awe.res.JspfText"%> <%@include file="/Frame/page/jspf/include/jsp_runtime_context.jspf" %><%@include file="/Frame/page/jspf/include/jsp_sqlca_head.jspf" %> <% String sFlowNo = CurPage.getParameter("flowNo"); String sObjectType = CurPage.getParameter("objectType"); String sObjectNo = CurPage.getParameter("objectNo"); //System.out.println(sFlowNo+" "+sObjectType+" "+sObjectNo); FlowAction fa = new FlowAction(); fa.setObjectNo(sObjectNo); fa.setObjectType(sObjectType); fa.setFlowNo(sFlowNo); List bufList = fa.getFlowImgBufs(); String currentPhase = fa.getPhaseNo();//最新的待提交任务所在的流程阶段 StringBuffer nodesBuf = bufList.get(0), nodeTextBuf=bufList.get(1), connBuf=bufList.get(2), realPathBuf=bufList.get(3); //System.out.println("realPathBuf***************\n"+realPathBuf); %>
<%@include file="/Frame/resources/include/includetail.jspf"%><%@ include file="/Frame/page/jspf/include/jsp_debug.jspf"%>