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
b22853b7
Commit
b22853b7
authored
7 months ago
by
田翔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 子流程增加台账数据回填
parent
5aec233b
Pipeline
#92485
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
18 deletions
+17
-18
FlowChart.jsx
...r/workOrder/workflowEdit/workFlowComponents/FlowChart.jsx
+2
-2
NodeModal.jsx
...Edit/workFlowComponents/flowChartComponents/NodeModal.jsx
+15
-16
No files found.
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/FlowChart.jsx
View file @
b22853b7
...
...
@@ -372,7 +372,7 @@ const FlowChart = props => {
ExtendPageList
:
[],
FlowNodeBackfillConfigs
:
[],
FlowTimerList
:
[],
TurnOnCc
:
1
,
TurnOnCc
:
0
,
NodeAliasName
:
''
,
Handover
:
'移交选择人'
,
TableName
:
''
,
...
...
@@ -381,7 +381,7 @@ const FlowChart = props => {
FeedbackName
:
''
,
Transferable
:
0
,
EventsInformation
:
0
,
IsSendMessage
:
1
,
IsSendMessage
:
0
,
IsSave
:
0
,
AutoClose
:
'否'
,
HalfwayClose
:
0
,
...
...
This diff is collapsed.
Click to expand it.
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/flowChartComponents/NodeModal.jsx
View file @
b22853b7
...
...
@@ -172,16 +172,7 @@ const NodeModal = props => {
</
div
>
</
div
>
<
div
style=
{
{
display
:
activeConfig
!==
'高级配置'
||
editMsg
.
NodeType
===
'20'
||
editMsg
.
NodeType
===
'21'
||
editMsg
.
NodeType
===
'22'
||
editMsg
.
NodeType
===
'30'
?
'none'
:
'block'
,
}
}
style=
{
{
display
:
activeConfig
!==
'高级配置'
||
[
'20'
,
'21'
,
'22'
,
'30'
].
includes
(
editMsg
.
NodeType
)
?
'none'
:
'block'
}
}
>
{
/* 时限配置 */
}
<
ConfigTimeLimit
...
...
@@ -271,12 +262,20 @@ const NodeModal = props => {
</
div
>
{
/* 子流程配置 */
}
{
editMsg
.
NodeType
===
'30'
&&
(
<
ConfigSubprocess
ref=
{
refConfigSubprocess
}
editMsg=
{
editMsg
}
flowID=
{
flowID
}
nodeChage=
{
nodeChage
}
/>
<>
<
ConfigSubprocess
ref=
{
refConfigSubprocess
}
editMsg=
{
editMsg
}
flowID=
{
flowID
}
nodeChage=
{
nodeChage
}
/>
<
ConfigAccount
ref=
{
refConfigAccount
}
nodeChage=
{
nodeChage
}
editMsg=
{
editMsg
}
flowID=
{
flowID
}
/>
</>
)
}
{
/* 网关规则配置 */
}
<
div
...
...
This diff is collapsed.
Click to expand it.
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