From e74a7c8ee64146a72eac45672543b45ff99033c6 Mon Sep 17 00:00:00 2001 From: amarsoft Date: Fri, 29 Jun 2018 14:23:54 +0800 Subject: [PATCH] =?UTF-8?q?viewtab=E7=9A=84=E6=8C=89=E9=92=AE=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E5=92=8C=E7=94=B3=E8=AF=B7=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=BA=8B=E4=BB=B6=E5=8C=BA=E5=88=86=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BaseFunction/BaseFlowListFunction.jspf | 2 +- .../BaseFlowListFunctionForTab.jspf | 172 ++++++++++++++++++ .../FlowManager/FlowPage/FlowPageViewTab.jsp | 2 +- 3 files changed, 174 insertions(+), 2 deletions(-) create mode 100644 WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunctionForTab.jspf diff --git a/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunction.jspf b/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunction.jspf index 2a16e0b0f..a30f92442 100644 --- a/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunction.jspf +++ b/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunction.jspf @@ -46,7 +46,7 @@ function cancelApply(){ return; } FlowFunction.cancelApply(param["ObjectType"],param["ObjectNo"],param["FlowNo"]); - FlowFunction.closeViewTab(); + reloadSelf(); } function setConfigFlowToOtherUser(){ var tasknos=getItemValueArray(0,"SerialNO")||[]; diff --git a/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunctionForTab.jspf b/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunctionForTab.jspf new file mode 100644 index 000000000..2a16e0b0f --- /dev/null +++ b/WebContent/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunctionForTab.jspf @@ -0,0 +1,172 @@ +<%@ page contentType="text/html; charset=GBK"%> +<%@ include file="/Tenwa/Core/FlowManager/BaseFunction/BaseFlowFunction.jspf" %> + \ No newline at end of file diff --git a/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp b/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp index 28deaed72..412eba8b7 100644 --- a/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp +++ b/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp @@ -8,7 +8,7 @@ <%@page import="com.amarsoft.app.lc.taskObject.TaskObjectManager"%> <%@ page contentType="text/html; charset=GBK"%> <%@ include file="/IncludeBegin.jsp"%> -<%@include file="/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunction.jspf" %> +<%@include file="/Tenwa/Core/FlowManager/BaseFunction/BaseFlowListFunctionForTab.jspf" %> <% //获得页面参数 String taskNo= CurPage.getParameter("TaskNo");