<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; %> <%@ include file="../../system/index/top.jsp"%>
序号 流程名称 申请人 当前节点(审批人) 当前任务 创建时间 状态 操作
${page.showCount*(page.currentPage-1)+vs.index+1} ${var.PNAME_} ${var.INITATOR} ${var.ASSIGNEE_} ${var.NAME_} ${fn:substring(var.CREATE_TIME_ ,0,19)} ${var.SUSPENSION_STATE_ == 1 ? '正在运行' : '已挂起'}
流程信息
委派
style="display: none;"
class="btn btn-info btn-xs" title="激活" onclick="onoff('${var.ID_}','1',this.id,'${vs.index+1}');"> style="display: none;" class="btn btn-info btn-xs" title="挂起" onclick="onoff('${var.ID_}','2',this.id,'${vs.index+1}');">
作废
  • style="display: none;cursor:pointer;" onclick="onoff('${var.ID_}','1',this.id,'${vs.index+1}');" class="tooltip-info" data-rel="tooltip" title="启动">
  • style="display: none;cursor:pointer;" onclick="onoff('${var.ID_}','2',this.id,'${vs.index+1}');" class="tooltip-info" data-rel="tooltip" title="关闭">
您无权查看
没有相关数据
${page.pageStr}
<%@ include file="../../system/index/foot.jsp"%>