Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
a7d0b044
Commit
a7d0b044
authored
Jan 10, 2025
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '工单移交方式新增跨站移交默认人'
parent
07f988f7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
ConfigNodeMsg.jsx
...flowChartComponents/nodeModalComponents/ConfigNodeMsg.jsx
+11
-5
No files found.
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/flowChartComponents/nodeModalComponents/ConfigNodeMsg.jsx
View file @
a7d0b044
...
...
@@ -290,8 +290,7 @@ const ConfigNodeMsg = (props, ref) => {
</Form.Item> */
}
{
/* 第一次填写显示,如果是网关、子节点一直显示 */
}
<
Form
.
Item
label=
{
`${
nodeMsg.NodeType === '20' || nodeMsg.NodeType === '21' || nodeMsg.NodeType === '22'
label=
{
`${nodeMsg.NodeType === '20' || nodeMsg.NodeType === '21' || nodeMsg.NodeType === '22'
? '网关'
: nodeMsg.NodeType === '30'
? `
流程
`
...
...
@@ -308,8 +307,7 @@ const ConfigNodeMsg = (props, ref) => {
nodeMsg
.
NodeType
!==
'22'
&&
nodeMsg
.
NodeType
!==
'30'
}
placeholder=
{
`请输入${
nodeMsg.NodeType === '20' || nodeMsg.NodeType === '21' || nodeMsg.NodeType === '22'
placeholder=
{
`请输入${nodeMsg.NodeType === '20' || nodeMsg.NodeType === '21' || nodeMsg.NodeType === '22'
? '网关'
: '节点'
}名称`
}
...
...
@@ -377,7 +375,7 @@ const ConfigNodeMsg = (props, ref) => {
<
Radio
value=
"移交默认人"
>
<
div
style=
{
{
display
:
'flex'
,
alignItems
:
'center'
}
}
>
移交默认人
<
Tooltip
title=
"自动移交给权限配置中的默认承办人"
>
<
Tooltip
title=
"自动移交给权限配置中的默认承办人
,不支持跨站点移交
"
>
<
InfoCircleOutlined
style=
{
{
color
:
'#1890ff'
,
marginLeft
:
'3px'
}
}
/>
</
Tooltip
>
</
div
>
...
...
@@ -401,6 +399,14 @@ const ConfigNodeMsg = (props, ref) => {
</
Tooltip
>
</
div
>
</
Radio
>
<
Radio
value=
"跨站移交默认人"
>
<
div
style=
{
{
display
:
'flex'
,
alignItems
:
'center'
}
}
>
跨站移交默认人
<
Tooltip
title=
"会忽略当前处理站点,自动移交给权限配置中的默认承办人"
>
<
InfoCircleOutlined
style=
{
{
color
:
'#1890ff'
,
marginLeft
:
'3px'
}
}
/>
</
Tooltip
>
</
div
>
</
Radio
>
<
Radio
value=
"移交部门主管"
>
<
div
style=
{
{
display
:
'flex'
,
alignItems
:
'center'
}
}
>
移交部门主管
...
...
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