@@ -11,8 +11,14 @@ export const LinkRouteMap: LinkRoute = {
新建流程: {
path: 'CreateNewProcess'
},
- 流程办理: {
+ 新建办件: {
path: 'CreateNewOffice'
+ },
+ 流程办理: {
+ path: 'ProcessEdit'
+ 流程查看: {
+ path: 'ProcessLook'
}
@@ -112,6 +112,22 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '新建办件'
+ {
+ path: 'processEdit',
+ component: () => import('@/views/OaSystem/officeCenter/createNewOffice/index.vue'),
+ name: 'ProcessEdit',
+ meta: {
+ title: '流程办理'
+ }
+ path: 'processLook',
+ name: 'ProcessLook',
+ title: '流程查看'
{
path: 'newsEditor',
component: () => import('@/views/OaSystem/newsCenter/newsSetting/editor.vue'),
@@ -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");
@@ -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,