123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349 |
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@include file="/commons/include/html_doctype.html" %>
- <html>
- <head>
- <title>节点概要</title>
- <%@include file="/commons/include/form.jsp" %>
- <script type="text/javascript" src="${ctx}/js/hotent/platform/bpm/FlowEventWindow.js" ></script>
- <script type="text/javascript" src="${ctx}/js/hotent/platform/bpm/FlowRuleWindow.js" ></script>
- <script type="text/javascript" src="${ctx}/js/hotent/platform/bpm/FlowReminderWindow.js" ></script>
- <script type="text/javascript" src="${ctx}/js/hotent/platform/bpm/BpmNodeButtonWindow.js" ></script>
- <script type="text/javascript" src="${ctx}/js/hotent/platform/bpm/BpmNodeUserSetWindow.js" ></script>
- <script type="text/javascript" src="${ctx}/js/hotent/platform/bpm/FlowApprovalItemWindow.js" ></script>
- <style>
- .green-set{
- font-weight: bold;color: green;font-size: 20px;
- }
- .red-set{
- font-weight: bold;color: red;font-size: 20px;
- }
- .normal-set{
- font-weight: bold;font-size: 20px;
- }
- .header {
- height: 26px;
- margin-top: 2px;
- padding:8px 5px 5px;
- background:#ebebeb;
- border-bottom: solid 1px #cacaca;
- border-top: solid 1px #cacaca;
- }
-
- </style>
- </head>
- <body>
- <div class="panel">
- <c:if test="${empty nodeId}">
- <jsp:include page="incDefinitionHead.jsp">
- <jsp:param value="节点概要" name="title" />
- </jsp:include>
-
- <div class="panel-container">
- <f:tab curTab="nodeSummary" tabName="flow" />
-
- </c:if>
- <c:if test="${!empty nodeId}">
- <div class="panel-container">
- </c:if>
-
- <div class="panel-body">
- <div>
- 图示:<span class="green-set">√</span>:表示已经设置
- <span class="red-set" >×</span>:表示未设置
- <span class="normal-set" >-</span>:表示没有该功能
- <a href="javascript:;" class="link edit" title="设置" ></a>:表示可以对该功能进行设置
- </div>
- <form method="post" >
- <input type="hidden" name="defId" value="${defId}" />
- <input type="hidden" name="nodeId" value="${nodeId}" />
- <table class="table-grid" style="width: 100%">
- <tr>
- <td width="15px" nowrap="nowrap" rowspan="2" style="text-align: center;font-weight: bold;" class="header" >序号</td>
- <td rowspan="2" style="text-align: center;font-weight: bold;" class="header ">节点名称</td>
- <td rowspan="2" colspan="2" style="text-align: center;font-weight: bold;" class="header">人员设置</td>
- <!-- <td rowspan="2" colspan="2" style="text-align: center;font-weight: bold;" class="header">常用语设置</td> -->
- <td colspan="5" style="text-align: center;font-weight: bold;" class="header">流程事件</td>
- <td rowspan="2" colspan="2" style="text-align: center;font-weight: bold;" class="header">流程规则</td>
- <td rowspan="2" colspan="2" style="text-align: center;font-weight: bold;" class="header">表单设置</td>
- <td rowspan="2" colspan="2" style="text-align: center;font-weight: bold;" class="header">操作按钮</td>
- <td rowspan="2" colspan="2" style="text-align: center;font-weight: bold;" class="header">催办设置</td>
- </tr>
- <tr>
- <td nowrap="nowrap" style="text-align: center;font-weight: bold;" class="header">任务<br>创建</td>
- <td nowrap="nowrap" style="text-align: center;font-weight: bold;" class="header">任务<br>结束</td>
- <td nowrap="nowrap" style="text-align: center;font-weight: bold;"class="header">分配</td>
- <td nowrap="nowrap" style="text-align: center;font-weight: bold;"class="header">开始</br>结束</td>
- <td nowrap="nowrap" style="text-align: center;font-weight: bold;" class="header"> </td>
- </tr>
- <tr>
- <td>-</td>
- <td>全局设置</td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <%-- <td>
- <c:choose>
- <c:when test="${globalApprovalMap['global']}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set" >×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <td>
- <a href="javascript:;" class="link edit" title="设置" onclick="FlowApprovalItemWindow({actDefId:'${actDefId}',activitiId:'',defId:'${defId}',callback:function(){window.location.reload()}});"></a>
- </td> --%>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td>
- <c:choose>
- <c:when test="${formMap['global']}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <td><a href="${ctx}/platform/bpm/bpmNodeSet/list.ht?defId=${defId}" class="link edit" title="设置" ></a></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- </tr>
- <tr>
- <td>-</td>
- <td>开始节点</br>(${startFlowNode.nodeName})</td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <!-- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td> -->
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td>
- <c:choose>
- <c:when test="${startScriptMap[startFlowNode.nodeId]}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <td>
- <a href="javascript:;" class="link edit" title="设置"
- onclick="FlowEventWindow({type:'startEvent',actDefId:'${actDefId}',activitiId:'${startFlowNode.nodeId}',defId:'${defId}',callback:function(){window.location.reload()}});"></a>
- </td>
-
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td>
- <c:choose>
- <c:when test="${formMap['start']}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose> </td>
- <td><span class="normal-set">-</span></td>
- <td>
- <c:choose>
- <c:when test="${buttonMap[startFlowNode.nodeId]}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <td><a href="javascript:;" class="link edit" title="设置" onclick="BpmNodeButtonWindow({defId:'${defId}',nodeId:'',callback:function(){window.location.reload()}})"></a></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- </tr>
- <c:forEach items="${endFlowNodeList}" var="endFlowNode">
- <tr>
- <td>-</td>
- <td>结束节点</br>(${endFlowNode.nodeName})</td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <!-- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td> -->
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td>
- <c:choose>
- <c:when test="${endScriptMap[endFlowNode.nodeId]}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <td>
- <a href="javascript:;" class="link edit" title="设置" onclick="FlowEventWindow({type:'endEvent',actDefId:'${actDefId}',activitiId:'${endFlowNode.nodeId}',defId:'${defId}',callback:function(){window.location.reload()}});"></a>
- </td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- <td><span class="normal-set">-</span></td>
- </tr>
- </c:forEach>
- <c:forEach items="${nodeSetList}" var="nodeSet" varStatus="i">
- <tr>
- <td>${i.count}</td>
- <td>${nodeSet.nodeName}</br>(${nodeSet.nodeId})</td>
-
- <!-- 人员设置 -->
- <td>
- <c:choose>
- <c:when test="${nodeUserMap[nodeSet.setId]}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <td>
- <a href="javascript:;" class="link edit" title="设置" onclick="UserSetWindow({defId:'${defId}',nodeId:'${nodeSet.nodeId}',parentActDefId:'${parentActDefId}',callback:function(){window.location.reload()}});"></a>
- </td>
- <%-- <!-- 常用语 -->
- <td>
- <c:choose>
- <c:when test="${taskApprovalItemsMap[nodeSet.setId]}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <td>
- <a href="javascript:;" class="link edit" title="设置" onclick="FlowApprovalItemWindow({actDefId:'${actDefId}',activitiId:'${nodeSet.nodeId}',defId:'${defId}',callback:function(){window.location.reload()}});"></a>
- </td> --%>
-
- <!-- 流程事件-前置脚本 -->
- <td>
- <c:choose>
- <c:when test="${preScriptMap[nodeSet.setId]}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <!-- 流程事件-后置脚本 -->
- <td>
- <c:choose>
- <c:when test="${afterScriptMap[nodeSet.setId]}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
-
- <!-- 流程事件-分配脚本 -->
- <td>
- <c:choose>
- <c:when test="${assignScriptMap[nodeSet.setId]}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <td>
- <span class="normal-set">-</span>
- </td>
- <td>
- <a href="javascript:;" class="link edit" title="设置" onclick="FlowEventWindow({type:'userTask',actDefId:'${actDefId}',activitiId:'${nodeSet.nodeId}',defId:'${defId}',parentActDefId:'${parentActDefId}'});"></a>
- </td>
- <!-- 流程规则 -->
- <td>
- <c:choose>
- <c:when test="${nodeRulesMap[nodeSet.setId]}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <td>
- <a href="javascript:;" class="link edit" title="设置" onclick="FlowRuleWindow({deployId:'${deployId}',actDefId:'${nodeSet.actDefId}',nodeId:'${nodeSet.nodeId}',nodeName:'${nodeSet.nodeName}',parentActDefId:'${parentActDefId}',callback:function(){window.location.reload()}});"></a>
- </td>
- <!-- 流程表单 -->
- <td>
- <c:choose>
- <c:when test="${bpmFormMap[nodeSet.setId]}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <td>
- <a href="${ctx}/platform/bpm/bpmNodeSet/list.ht?defId=${defId}&parentActDefId=${parentActDefId}" class="link edit" title="设置" ></a>
- </td>
-
- <!-- 操作按钮-->
- <td>
- <c:choose>
- <c:when test="${nodeButtonMap[nodeSet.setId]}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <td>
- <a href="javascript:;" class="link edit" title="设置" onclick="BpmNodeButtonWindow({defId:'${defId}',nodeId:'${nodeSet.nodeId}',callback:function(){window.location.reload()}})"></a>
- </td>
-
- <!-- 催办设置-->
- <td>
- <c:choose>
- <c:when test="${taskReminderMap[nodeSet.setId]}">
- <span class="green-set">√</span>
- </c:when>
- <c:otherwise>
- <span class="red-set">×</span>
- </c:otherwise>
- </c:choose>
- </td>
- <td>
- <a href="javascript:;" class="link edit" title="设置" onclick="FlowReminderWindow({actDefId:'${actDefId}',nodeId:'${nodeSet.nodeId}',parentActDefId:'${parentActDefId}',callback:function(){window.location.reload()}})"></a>
- </td>
- </tr>
- </c:forEach>
- </table>
- <div style="height: 40px"></div>
- </form>
-
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
|