Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
419fabdc
authored
2024-01-22 11:05:12 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:工作流
1 parent
805d31c5
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
src/views/workflow/mixin/public.js
src/views/workflow/workFrame.vue
src/views/workflow/workFrameView.vue
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
src/views/workflow/mixin/public.js
View file @
419fabd
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-09-21 14:16:39
* @LastEditTime: 202
4-01-22 11:00:07
*/
import
{
getForm
}
from
"../flowform"
;
import
{
getHomeNoticeList
}
from
"@/api/home.js"
...
...
@@ -40,7 +40,7 @@ export default {
*/
beforeLeave
(
activeName
,
oldActiveName
)
{
sessionStorage
.
setItem
(
'activeName'
,
activeName
);
if
(
activeName
&&
activeName
!=
0
)
this
.
getFromRouter
(
activeName
)
this
.
getFromRouter
(
activeName
)
},
/**
* @description: 切换选项卡内容组件
...
...
src/views/workflow/workFrame.vue
View file @
419fabd
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-
18 14:37:42
* @LastEditTime: 2024-01-
22 11:02:34
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -256,6 +256,7 @@
this
.
fresh
++
;
}
this
.
ableOperation
=
this
.
tabList
[
0
].
ableOperation
;
this
.
currentSelectTab
=
this
.
tabList
[
0
];
//批量操作无分屏按钮
if
(
index
!=
null
)
{
//处理分屏材料信息
...
...
src/views/workflow/workFrameView.vue
View file @
419fabd
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-
18 10:24:07
* @LastEditTime: 2024-01-
22 11:04:51
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -137,6 +137,7 @@
that
.
fresh
++
;
}
this
.
ableOperation
=
this
.
tabList
[
0
].
ableOperation
this
.
currentSelectTab
=
this
.
tabList
[
0
];
//批量操作无分屏按钮
if
(
index
!=
null
)
{
//处理分屏材料信息
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
View file @
419fabd
...
...
@@ -2,7 +2,7 @@
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-
17 10:56:52
* @LastEditTime: 2024-01-
22 10:43:54
-->
<
template
>
<!-- 受理信息 -->
...
...
Please
register
or
sign in
to post a comment