<%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page import="com.landy.gum.check.service.ScCheckFlowManager"%> <%@ page import="com.landy.gum.check.model.ScCheckFlowModel"%> <%@ page import="com.landy.framework.core.util.ContextUtils"%> <%@ page import="java.util.*"%> <% String scchId = request.getParameter("scchId"); ScCheckFlowManager flowManager = ContextUtils.getBeanOfType(ScCheckFlowManager.class); List list1=flowManager.getFlowByScchId(scchId); request.setAttribute("flows", list1); %>
--------------> -------------->
检查完成提交检查表 审批检查表 提交到到上级单位
${flow.sccfRole}