songxy 1 éve
szülő
commit
f3b660a21f

+ 7 - 1
client/src/LinkRouteMap.ts

@@ -11,8 +11,14 @@ export const LinkRouteMap: LinkRoute = {
   新建流程: {
     path: 'CreateNewProcess'
   },
-  流程办理: {
+  新建办件: {
     path: 'CreateNewOffice'
+  },
+  流程办理: {
+    path: 'ProcessEdit'
+  },
+  流程查看: {
+    path: 'ProcessLook'
   }
 }
 

+ 16 - 0
client/src/router/modules/remaining.ts

@@ -112,6 +112,22 @@ const remainingRouter: AppRouteRecordRaw[] = [
           title: '新建办件'
         }
       },
+      {
+        path: 'processEdit',
+        component: () => import('@/views/OaSystem/officeCenter/createNewOffice/index.vue'),
+        name: 'ProcessEdit',
+        meta: {
+          title: '流程办理'
+        }
+      },
+      {
+        path: 'processLook',
+        component: () => import('@/views/OaSystem/officeCenter/createNewOffice/index.vue'),
+        name: 'ProcessLook',
+        meta: {
+          title: '流程查看'
+        }
+      },
       {
         path: 'newsEditor',
         component: () => import('@/views/OaSystem/newsCenter/newsSetting/editor.vue'),

+ 1 - 1
zjugis-workflow/src/main/resources/templates/HandlerCaseCenter/js/config.js

@@ -832,7 +832,7 @@
 						tip: describe,
 						url: res.officeUrl + "&sourcewindowid=handlerCaseCenter",
 						iconclass: 'fa fa-file'
-					}, window.data.openWay);
+					});
 					if (!isView) {
 						gridConfig.thatGrid.setGridParam({reloadfirstpage: false}).trigger("reloadGrid");
 					}

+ 2 - 2
zjugis-workflow/src/main/resources/templates/TFlowCatalog/js/index.js

@@ -152,7 +152,7 @@
 					"type": "reload",
 					"status": "1" // 代办tab
 				});
-				openWebContainerTab("流程办理", modalName, res);
+				openWebContainerTab("新建办件", modalName, res);
 			}
 		});
 	}
@@ -160,7 +160,7 @@
 	function openWebContainerTab(title, tip, url) {
 		z.webcontainer.openTab({
 			id: 'workflowMain_' + tip,
-			title: "流程办理",
+			title: title,
 			tip: tip,
 			url: url,
 			iconclass: 'fa fa-file'