<%@ page language="java" import="java.util.*" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> <%@include file="/jsp/framework/head.jsp"%> <%@ page import="com.opensymphony.xwork2.*"%> <%@ page import="com.opensymphony.xwork2.util.*"%> <%@ page import="cn.sinobest.framework.service.workflow.IWorkflow"%> <%@ page import="cn.sinobest.framework.util.Util,cn.sinobest.framework.util.DTOUtil,cn.sinobest.sysmngr.comm.filter.AthorityFilter" %> <% String returnRUL = DTOUtil.getValue("_rtnURL"); String isHtmlBack = DTOUtil.getValue("_isHtmlBack"); String defId = DTOUtil.getValue(IWorkflow.PROCESS_DEF_ID); String ywlsh = DTOUtil.getValue(IWorkflow.PROCESS_ID); String ywlshStr = ""; String gd = DTOUtil.getValue(IWorkflow.Attr.GD.toString()); String _aab001 = IWorkflow.AAB001; String _aac001 = IWorkflow.AAC001; String aab001 = DTOUtil.getValue(_aab001); String aac001 = DTOUtil.getValue(_aac001); String SLBH = DTOUtil.getValue("SLBH"); if (!Util.isEmpty(SLBH)) { ywlshStr = "【受理编号为: "+SLBH+"】"; } request.getSession().setAttribute(AthorityFilter.NOFILTER_URI,true); %>