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