update
This commit is contained in:
parent
e62acb95c7
commit
6def8a39d3
@ -289,12 +289,14 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
|
|||||||
-->
|
-->
|
||||||
<!-- <button type="button" onclick="importProcessConfigData();"
|
<!-- <button type="button" onclick="importProcessConfigData();"
|
||||||
class="btn btn-xs btn-success">导入流程配置</button> -->
|
class="btn btn-xs btn-success">导入流程配置</button> -->
|
||||||
|
<c:if test="${customSso != '1'}">
|
||||||
<button type="button" onclick="addBpmnModel()" class="btn btn-xs btn-success">
|
<button type="button" onclick="addBpmnModel()" class="btn btn-xs btn-success">
|
||||||
流程建模<i class="ace-icon fa fa-plus bigger-110"></i>
|
流程建模<i class="ace-icon fa fa-plus bigger-110"></i>
|
||||||
</button>
|
</button>
|
||||||
<button type="button" onclick="exportProcessImage();"
|
<button type="button" onclick="exportProcessImage();"
|
||||||
class="btn btn-xs btn btn-primary">查看流程图
|
class="btn btn-xs btn btn-primary">查看流程图
|
||||||
<i class="ace-icon fa fa-search-plus bigger-110"></i></button>
|
<i class="ace-icon fa fa-search-plus bigger-110"></i></button>
|
||||||
|
</c:if>
|
||||||
<c:if test="${customSso != '1'}">
|
<c:if test="${customSso != '1'}">
|
||||||
<button type="button" onclick="importProcessConfigData();"
|
<button type="button" onclick="importProcessConfigData();"
|
||||||
class="btn btn-xs btn-success">导入流程
|
class="btn btn-xs btn-success">导入流程
|
||||||
@ -396,18 +398,18 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
|
|||||||
href="${ctx}/procDefMgr/exportProcessConfigData.do?procDefId=${item.processDefId}"
|
href="${ctx}/procDefMgr/exportProcessConfigData.do?procDefId=${item.processDefId}"
|
||||||
target="_blank">导出流程配置</a></li>
|
target="_blank">导出流程配置</a></li>
|
||||||
-->
|
-->
|
||||||
<li style="list-style: none;"><a href="javascript:void(0)"
|
<%--<li style="list-style: none;"><a href="javascript:void(0)"
|
||||||
onclick="showDiaLog('${ctx}/procDefMgr/editProcessFile.do?procDefId=${item.processDefId}','修改流程XML','1024px','600px');">修改流程XML</a>
|
onclick="showDiaLog('${ctx}/procDefMgr/editProcessFile.do?procDefId=${item.processDefId}','修改流程XML','1024px','600px');">修改流程XML</a>
|
||||||
</li>
|
</li>--%>
|
||||||
|
|
||||||
<li style="list-style: none;"><a href="javascript:void(0)"
|
<%--<li style="list-style: none;"><a href="javascript:void(0)"
|
||||||
onclick="showDiaLog('${ctx}/procDefMgr/getHistoryProcessDefModel.do?procDefId=${item.processDefId}','流程历史版本 当前流程定义名称:${item.processDefName}','1024px','600px');">流程历史版本</a>
|
onclick="showDiaLog('${ctx}/procDefMgr/getHistoryProcessDefModel.do?procDefId=${item.processDefId}','流程历史版本 当前流程定义名称:${item.processDefName}','1024px','600px');">流程历史版本</a>
|
||||||
</li>
|
</li>
|
||||||
<c:if test="${not empty item.arisCode}">
|
<c:if test="${not empty item.arisCode}">
|
||||||
<li style="list-style: none;"><a href="javascript:void(0)"
|
<li style="list-style: none;"><a href="javascript:void(0)"
|
||||||
onclick="viewFlowFile(${item.arisCode})">流程资产</a>
|
onclick="viewFlowFile(${item.arisCode})">流程资产</a>
|
||||||
</li>
|
</li>
|
||||||
</c:if>
|
</c:if>--%>
|
||||||
<!-- <li><a href="javascript:void(0)"
|
<!-- <li><a href="javascript:void(0)"
|
||||||
onclick="deleteDeploy('${ctx}/procDefMgr/delete.do?procDefId=${item.processDefId}&deploymentId=${item.deploymentId}&cascode=true');">删除流程</a>
|
onclick="deleteDeploy('${ctx}/procDefMgr/delete.do?procDefId=${item.processDefId}&deploymentId=${item.deploymentId}&cascode=true');">删除流程</a>
|
||||||
</li> -->
|
</li> -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user