Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9d9f7ad7
authored
Aug 17, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码评审】工作流:连续多级部门负责人的实现
parent
8b3c294e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
15 deletions
+17
-15
src/components/SimpleProcessDesignerV2/src/consts.ts
+15
-15
src/components/SimpleProcessDesignerV2/src/nodes-config/UserTaskNodeConfig.vue
+2
-0
No files found.
src/components/SimpleProcessDesignerV2/src/consts.ts
View file @
9d9f7ad7
...
@@ -460,19 +460,19 @@ export const DEFAULT_BUTTON_SETTING: ButtonSetting[] = [
...
@@ -460,19 +460,19 @@ export const DEFAULT_BUTTON_SETTING: ButtonSetting[] = [
]
]
export
const
MULTI_LEVEL_DEPT
:
DictDataVO
=
[
export
const
MULTI_LEVEL_DEPT
:
DictDataVO
=
[
{
label
:
'第
1
级部门'
,
value
:
1
},
{
label
:
'第
1
级部门'
,
value
:
1
},
{
label
:
'第
2
级部门'
,
value
:
2
},
{
label
:
'第
2
级部门'
,
value
:
2
},
{
label
:
'第
3
级部门'
,
value
:
3
},
{
label
:
'第
3
级部门'
,
value
:
3
},
{
label
:
'第
4
级部门'
,
value
:
4
},
{
label
:
'第
4
级部门'
,
value
:
4
},
{
label
:
'第
5
级部门'
,
value
:
5
},
{
label
:
'第
5
级部门'
,
value
:
5
},
{
label
:
'第
6
级部门'
,
value
:
6
},
{
label
:
'第
6
级部门'
,
value
:
6
},
{
label
:
'第
7
级部门'
,
value
:
7
},
{
label
:
'第
7
级部门'
,
value
:
7
},
{
label
:
'第
8
级部门'
,
value
:
8
},
{
label
:
'第
8
级部门'
,
value
:
8
},
{
label
:
'第
9
级部门'
,
value
:
9
},
{
label
:
'第
9
级部门'
,
value
:
9
},
{
label
:
'第
10
级部门'
,
value
:
10
},
{
label
:
'第
10
级部门'
,
value
:
10
},
{
label
:
'第
11
级部门'
,
value
:
11
},
{
label
:
'第
11
级部门'
,
value
:
11
},
{
label
:
'第
12
级部门'
,
value
:
12
},
{
label
:
'第
12
级部门'
,
value
:
12
},
{
label
:
'第
13
级部门'
,
value
:
13
},
{
label
:
'第
13
级部门'
,
value
:
13
},
{
label
:
'第
14
级部门'
,
value
:
14
},
{
label
:
'第
14
级部门'
,
value
:
14
},
{
label
:
'第
15
级部门'
,
value
:
15
}
{
label
:
'第
15
级部门'
,
value
:
15
}
]
]
src/components/SimpleProcessDesignerV2/src/nodes-config/UserTaskNodeConfig.vue
View file @
9d9f7ad7
...
@@ -58,6 +58,7 @@
...
@@ -58,6 +58,7 @@
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<!-- TODO @jason:指定部门的选择,不用联动父子。例如说:可能就是想某个比较高级别的部门审批。 -->
<el-form-item
<el-form-item
v-if=
"
v-if=
"
configForm.candidateStrategy == CandidateStrategy.DEPT_MEMBER ||
configForm.candidateStrategy == CandidateStrategy.DEPT_MEMBER ||
...
@@ -149,6 +150,7 @@
...
@@ -149,6 +150,7 @@
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<!-- TODO @jason:后续要支持选择已经存好的表达式 -->
<el-form-item
<el-form-item
v-if=
"configForm.candidateStrategy === CandidateStrategy.EXPRESSION"
v-if=
"configForm.candidateStrategy === CandidateStrategy.EXPRESSION"
label=
"流程表达式"
label=
"流程表达式"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment