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
d4cc5161
Commit
d4cc5161
authored
Nov 21, 2023
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '流程中心配置'
parent
08d43429
Pipeline
#81989
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
FlowModal.jsx
...r/workOrder/workflowEdit/workFlowComponents/FlowModal.jsx
+14
-4
No files found.
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/FlowModal.jsx
View file @
d4cc5161
...
...
@@ -396,7 +396,7 @@ const FlowModal = props => {
if
(
modalType
===
'edit'
)
{
getFormData
();
}
else
{
form
.
setFieldsValue
({
Type
:
msg
.
name
,
Prefix
:
''
});
form
.
setFieldsValue
({
Type
:
msg
.
name
,
Prefix
:
''
,
DoneView
:
0
});
setFlag
(
flag
+
1
);
}
}
...
...
@@ -697,7 +697,7 @@ const FlowModal = props => {
</
Row
>
</
Radio
.
Group
>
</
Form
.
Item
>
<
Form
.
Item
{
/*
<Form.Item
label="办理样式"
name="WebPage"
initialValue="多表在办显示"
...
...
@@ -706,8 +706,18 @@ const FlowModal = props => {
<Select placeholder="请选择办理样式">
<Option value="多表在办显示">多表在办显示</Option>
<Option value="多表显示">多表显示</Option>
{
/* <Option value="表堆叠显示">表堆叠显示</Option> */
}
{
/* <Option value="分派节点显示">分派节点显示</Option> */
}
<Option value="表堆叠显示">表堆叠显示</Option>
<Option value="分派节点显示">分派节点显示</Option>
</Select>
</Form.Item> */
}
<
Form
.
Item
label=
"已办查看"
name=
"DoneView"
rules=
{
[{
required
:
true
,
message
:
'请选择办理样式'
}]
}
>
<
Select
placeholder=
"请选择办理样式"
>
<
Option
value=
{
0
}
>
仅查看到我的已办
</
Option
>
<
Option
value=
{
1
}
>
查看所有已办
</
Option
>
</
Select
>
</
Form
.
Item
>
<
Form
.
Item
label=
"编码样式"
name=
"UseFixedCodingRule"
initialValue
>
...
...
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