From 40d2fb2eb7174e507de496d7335a1c9e4d02419e Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 10 Nov 2022 16:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E6=B5=81=E7=A8=8B=E6=8A=84?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../liuchengchaosong/liuchengchaosong.js | 49 ++++ anrui-system-ui/src/router/index.js | 13 + .../copyofprocess/liuchengchaosongAdd.vue | 178 ++++++++++++++ .../copyofprocess/liuchengchasongguanli.vue | 228 ++++++++++++++++++ 4 files changed, 468 insertions(+) create mode 100644 anrui-system-ui/src/api/system/liuchengchaosong/liuchengchaosong.js create mode 100644 anrui-system-ui/src/views/copyofprocess/liuchengchaosongAdd.vue create mode 100644 anrui-system-ui/src/views/copyofprocess/liuchengchasongguanli.vue diff --git a/anrui-system-ui/src/api/system/liuchengchaosong/liuchengchaosong.js b/anrui-system-ui/src/api/system/liuchengchaosong/liuchengchaosong.js new file mode 100644 index 0000000000..7b9305ef4b --- /dev/null +++ b/anrui-system-ui/src/api/system/liuchengchaosong/liuchengchaosong.js @@ -0,0 +1,49 @@ +import request from '@/utils/request' + +// 获取菜单 分页列表 +export function pageList(data) { + return request({ + url: '/portal/v1/sysflowcc/listPage', + method: 'post', + data: data, + headers: { 'Content-Type': 'application/json' } + }) +} + +// 新增 +export function save(data) { + return request({ + url: '/portal/v1/sysflowcc/save', + method: 'post', + data: data, + headers: { 'Content-Type': 'application/json' } + }) +} + +// 初始化应用 +export function fetchSid(data) { + return request({ + url: '/portal/v1/sysflowcc/fetchDetailsBySid/' + data, + method: 'get' + }) +} + +// 删除 +export function delBySids(data) { + return request({ + url: '/portal/v1/sysflowcc/delBySids', + method: 'DELETE', + data: data, + headers: { 'Content-Type': 'application/json' } + }) +} + +// 查询角色列表 +export function roleList(data){ + return request({ + url: '/portal/v1/sysrole/listAll', + method: 'post', + data: data, + headers: { 'Content-Type': 'application/json' } + }) +} diff --git a/anrui-system-ui/src/router/index.js b/anrui-system-ui/src/router/index.js index 1ada5af3cb..9b2540d5af 100644 --- a/anrui-system-ui/src/router/index.js +++ b/anrui-system-ui/src/router/index.js @@ -151,6 +151,19 @@ export const constantRoutes = [ } }] }, + { + path: '/copyofprocess', + component: Layout, + redirect: '/copyofprocess', + children: [{ + path: '/copyofprocess', + component: () => import('@/views/copyofprocess/liuchengchasongguanli'), + name: 'mobileterminal', + meta: { + title: '流程抄送' + } + }] + }, { path: '/dictManage', component: Layout, diff --git a/anrui-system-ui/src/views/copyofprocess/liuchengchaosongAdd.vue b/anrui-system-ui/src/views/copyofprocess/liuchengchaosongAdd.vue new file mode 100644 index 0000000000..eb99b38cea --- /dev/null +++ b/anrui-system-ui/src/views/copyofprocess/liuchengchaosongAdd.vue @@ -0,0 +1,178 @@ + + + + + + + {{ viewTitle }} + + + 保存 + + 关闭 + + + + + + + + + *流程名称 + + + + + + + + + + + + 角色 + + + + + + + + + + + + + + + + + + diff --git a/anrui-system-ui/src/views/copyofprocess/liuchengchasongguanli.vue b/anrui-system-ui/src/views/copyofprocess/liuchengchasongguanli.vue new file mode 100644 index 0000000000..acdac38268 --- /dev/null +++ b/anrui-system-ui/src/views/copyofprocess/liuchengchasongguanli.vue @@ -0,0 +1,228 @@ + + + + + + + {{ searchxianshitit }} + + + + + + + + + + 查询 + 重置 + + + + + 业务流程列表 + + + + + + + + 设置 + 删除 + + + + + {{ scope.row.flowName }} + + + + + {{ scope.row.roleName }} + + + + + + + + + + + + + + + + + +