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
d4a06615
Commit
d4a06615
authored
Apr 21, 2025
by
彭俊龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:事件编辑自动处理站点样式优化
parent
3b65d45c
Pipeline
#96995
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
6 deletions
+29
-6
index.js
src/pages/bsmanager/workOrder/incident/AddModal/index.js
+29
-6
No files found.
src/pages/bsmanager/workOrder/incident/AddModal/index.js
View file @
d4a06615
...
...
@@ -1793,13 +1793,36 @@ const AddModal = props => {
<
/Item
>
<
/div
>
<
Col
span
=
{
24
}
>
<
div
style
=
{{
display
:
'inline-block'
,
marginLeft
:
'112px'
,
marginRight
:
'50px'
}}
>
<
Item
name
=
"IsAutoWriteInSite"
>
<
Checkbox
onChange
=
{
e
=>
reportChange
({
IsAutoWriteInSite
:
e
.
target
.
checked
})}
checked
=
{
reportType
.
IsAutoWriteInSite
}
>
是否自动写入处理站点
<
/Checkbox
>
<
/Item
>
<
Item
name
=
"IsAutoWriteInSite"
label
=
{
<
div
style
=
{{
display
:
'flex'
,
alignItems
:
'center'
}}
>
<
Tooltip
title
=
{
<
div
>
开启后发起事件流程时,系统会取当前用户的第一个站点做为处理站点,如果表单上已经选择了处理站点,则系统不会处理
<
/div
>
}
>
<
InfoCircleOutlined
style
=
{{
color
:
'#1890ff'
,
marginRight
:
'2px'
,
}}
/
>
<
/Tooltip
>
<
span
>
内置处理站点
<
/span
>
<
/div
>
}
labelCol
=
{{
span
:
5
}}
>
<
Switch
checkedChildren
=
"开启"
unCheckedChildren
=
"关闭"
checked
=
{
reportType
.
IsAutoWriteInSite
}
onChange
=
{
value
=>
reportChange
({
IsAutoWriteInSite
:
value
})}
/
>
<
/Item
>
<
/Col
>
{
value
===
0
?
(
<
Col
span
=
{
24
}
>
...
...
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