Browse Source

增加流程回退选择节点的页面跳转

wanyuan 9 months ago
parent
commit
d2670c1f65

+ 3 - 0
tip-front/src/main/java/com/minto/app/workflow/controller/WorkflowDoController.java

@@ -230,6 +230,9 @@ public class WorkflowDoController {
             log.error(ExceptionUtil.printExceptionStackTrace(e));
             e.printStackTrace();
         }
+        if(ReqUtil.getBoolean(request, "colSendBack")){
+            ModelAndView mv = new ModelAndView(BASEURL + "processSendBack.jsp", mode);
+        }
         ModelAndView mv = new ModelAndView(BASEURL + "process.jsp", mode);
         return mv;
     }

+ 16 - 0
tip-front/src/main/webapp/tc_tap/workflow/processSendBack.jsp

@@ -0,0 +1,16 @@
+<%--
+  Created by IntelliJ IDEA.
+  User: wany
+  Date: 2024/6/20
+  Time: 下午5:23
+  To change this template use File | Settings | File Templates.
+--%>
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
+<html>
+<head>
+    <title>Title</title>
+</head>
+<body>
+
+</body>
+</html>