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
d83c62d1
Commit
d83c62d1
authored
Sep 09, 2021
by
邓超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://g.civnet.cn:8443/ReactWeb5/maintenance
parents
7070002e
64c58a35
Pipeline
#34226
passed with stages
in 28 minutes 31 seconds
Changes
10
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
82 additions
and
16 deletions
+82
-16
AddFlowsModal.jsx
...ages/platformCenter/bsmanager/workOrder/AddFlowsModal.jsx
+5
-4
AddModal.jsx
src/pages/platformCenter/bsmanager/workOrder/AddModal.jsx
+0
-0
AddViewModal.jsx
...pages/platformCenter/bsmanager/workOrder/AddViewModal.jsx
+14
-2
ChangeImage.jsx
src/pages/platformCenter/bsmanager/workOrder/ChangeImage.jsx
+29
-0
ProcessModal.jsx
...pages/platformCenter/bsmanager/workOrder/ProcessModal.jsx
+6
-3
SortModal.jsx
src/pages/platformCenter/bsmanager/workOrder/SortModal.jsx
+2
-2
ViewModal.jsx
src/pages/platformCenter/bsmanager/workOrder/ViewModal.jsx
+6
-2
changeAdd.jsx
src/pages/platformCenter/bsmanager/workOrder/changeAdd.jsx
+0
-0
incident.jsx
src/pages/platformCenter/bsmanager/workOrder/incident.jsx
+6
-2
incident.less
src/pages/platformCenter/bsmanager/workOrder/incident.less
+14
-1
No files found.
src/pages/platformCenter/bsmanager/workOrder/AddFlowsModal.jsx
View file @
d83c62d1
...
@@ -42,6 +42,7 @@ const AddFlowsModal = props => {
...
@@ -42,6 +42,7 @@ const AddFlowsModal = props => {
setFiled1
({})
setFiled1
({})
form
.
resetFields
();
form
.
resetFields
();
}
else
if
(
type
===
'edit'
){
}
else
if
(
type
===
'edit'
){
setStrr
(
record
.
FlowRoles
)
console
.
log
(
record
)
console
.
log
(
record
)
setInputValue
({
setInputValue
({
Roles
:
record
.
FlowRoles
Roles
:
record
.
FlowRoles
...
@@ -203,7 +204,7 @@ const AddFlowsModal = props => {
...
@@ -203,7 +204,7 @@ const AddFlowsModal = props => {
CM_Event_EditEvenFlow({
CM_Event_EditEvenFlow({
eventTypeId: formObj.ID,
eventTypeId: formObj.ID,
eventFlowId: record.ID,
eventFlowId: record.ID,
roles: strr
,
roles: strr
})
})
.then(res => {
.then(res => {
// setLoading(false);
// setLoading(false);
...
@@ -290,7 +291,7 @@ const AddFlowsModal = props => {
...
@@ -290,7 +291,7 @@ const AddFlowsModal = props => {
labelCol={{ span: 4 }}
labelCol={{ span: 4 }}
>
>
<Select
<Select
style={{ width: '5
8
0px' }}
style={{ width: '5
6
0px' }}
placeholder="
选择受理流程
"
placeholder="
选择受理流程
"
placeholder={selectValue}
placeholder={selectValue}
disabled
disabled
...
@@ -306,7 +307,7 @@ const AddFlowsModal = props => {
...
@@ -306,7 +307,7 @@ const AddFlowsModal = props => {
labelCol={{ span: 4 }}
labelCol={{ span: 4 }}
>
>
<Select
<Select
style={{ width: '5
8
0px' }}
style={{ width: '5
6
0px' }}
placeholder="
选择受理流程
"
placeholder="
选择受理流程
"
>
>
{standingTable ? standingTable.map((item, index) => { return <Option key={index} value={item}>{item}</Option> }) : ''}
{standingTable ? standingTable.map((item, index) => { return <Option key={index} value={item}>{item}</Option> }) : ''}
...
@@ -324,7 +325,7 @@ const AddFlowsModal = props => {
...
@@ -324,7 +325,7 @@ const AddFlowsModal = props => {
>
>
<div className={styles.filed_listItem} >
<div className={styles.filed_listItem} >
<Input style={{ width: '500px' }} placeholder="
请选择受理权限
" onChange={(e) => changeText(e, 'Roles')} value={inputValue.Roles} allowClear />
<Input style={{ width: '500px' }} placeholder="
请选择受理权限
" onChange={(e) => changeText(e, 'Roles')} value={inputValue.Roles} allowClear />
<Button type="
dashed
" onClick={() => pickFiled1('Roles')} icon={<PlusOutlined />} style={{ marginLeft: '0.5rem', height: '100%', width: '3.
5
rem' }} />
<Button type="
dashed
" onClick={() => pickFiled1('Roles')} icon={<PlusOutlined />} style={{ marginLeft: '0.5rem', height: '100%', width: '3.
2
rem' }} />
</div>
</div>
</Item>
</Item>
</Col>
</Col>
...
...
src/pages/platformCenter/bsmanager/workOrder/AddModal.jsx
View file @
d83c62d1
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/bsmanager/workOrder/AddViewModal.jsx
View file @
d83c62d1
...
@@ -96,12 +96,18 @@ const AddViewModal = props => {
...
@@ -96,12 +96,18 @@ const AddViewModal = props => {
onOk=
{
()
=>
onSubmit
()
}
onOk=
{
()
=>
onSubmit
()
}
>
>
<
Form
form=
{
form
}
labelCol=
{
{
span
:
7
}
}
style=
{
{
height
:
'2
3
rem'
,
overflowY
:
'scroll'
}
}
>
<
Form
form=
{
form
}
labelCol=
{
{
span
:
7
}
}
style=
{
{
height
:
'2
4
rem'
,
overflowY
:
'scroll'
}
}
>
<
Row
>
<
Row
>
<
Col
span=
{
23
}
>
<
Col
span=
{
23
}
>
<
Item
<
Item
label=
"前端标签"
label=
"前端标签"
name=
"WebLabel"
name=
"WebLabel"
rules=
{
[
{
required
:
true
,
message
:
'请输入前端标签'
,
},
]
}
>
>
<
Input
style=
{
{
width
:
'17rem'
}
}
placeholder=
"请输入前端标签"
/>
<
Input
style=
{
{
width
:
'17rem'
}
}
placeholder=
"请输入前端标签"
/>
</
Item
>
</
Item
>
...
@@ -110,6 +116,12 @@ const AddViewModal = props => {
...
@@ -110,6 +116,12 @@ const AddViewModal = props => {
<
Item
<
Item
label=
"前端视图"
label=
"前端视图"
name=
"WebPage"
name=
"WebPage"
rules=
{
[
{
required
:
true
,
message
:
'请输入前端视图'
,
},
]
}
>
>
<
Input
style=
{
{
width
:
'17rem'
}
}
placeholder=
"请输入前端视图"
/>
<
Input
style=
{
{
width
:
'17rem'
}
}
placeholder=
"请输入前端视图"
/>
</
Item
>
</
Item
>
...
@@ -119,7 +131,7 @@ const AddViewModal = props => {
...
@@ -119,7 +131,7 @@ const AddViewModal = props => {
label=
"视图参数"
label=
"视图参数"
name=
"WebParam"
name=
"WebParam"
>
>
<
Input
style=
{
{
width
:
'17rem'
}
}
placeholder=
"请输入视图参数"
/>
<
TextArea
style=
{
{
width
:
'17rem'
}
}
placeholder=
"请输入视图参数"
/>
</
Item
>
</
Item
>
</
Col
>
</
Col
>
<
Col
span=
{
23
}
>
<
Col
span=
{
23
}
>
...
...
src/pages/platformCenter/bsmanager/workOrder/ChangeImage.jsx
0 → 100644
View file @
d83c62d1
import
React
,
{
useState
,
useEffect
,
useCallback
,
useRef
}
from
'react'
;
import
{
Form
,
Modal
,
Space
,
Divider
,
Radio
,
Checkbox
,
notification
}
from
'antd'
;
import
styles
from
'./incident.less'
;
const
ChangeImageModal
=
props
=>
{
const
{
callBackSubmit
=
()
=>
{
},
isType
,
pickItem
,
visible
,
filed
,
filed1
,
characterValue
,
newCheckedList
}
=
props
;
const
onSubmit
=
()
=>
{
callBackSubmit
({
});
}
return
(
<
Modal
visible=
{
visible
}
title=
'点击选择图片文件'
bodyStyle=
{
{
width
:
'100%'
,
minHeight
:
'100px'
}
}
style=
{
{
top
:
'10px'
}
}
width=
"700px"
destroyOnClose
okText=
"确认"
cancelText=
"取消"
{
...
props
}
onOk=
{
onSubmit
}
>
</
Modal
>
)
}
export
default
ChangeImageModal
;
\ No newline at end of file
src/pages/platformCenter/bsmanager/workOrder/ProcessModal.jsx
View file @
d83c62d1
...
@@ -24,6 +24,7 @@ const ProcessModal = props => {
...
@@ -24,6 +24,7 @@ const ProcessModal = props => {
dataIndex
:
'FlowName'
,
dataIndex
:
'FlowName'
,
key
:
'FlowName'
,
key
:
'FlowName'
,
width
:
150
,
width
:
150
,
ellipsis
:
true
,
render
:
item
=>
(
render
:
item
=>
(
<
div
<
div
ref=
{
r
=>
{
ref=
{
r
=>
{
...
@@ -39,7 +40,7 @@ const ProcessModal = props => {
...
@@ -39,7 +40,7 @@ const ProcessModal = props => {
title
:
'受理权限'
,
title
:
'受理权限'
,
dataIndex
:
'FlowRoles'
,
dataIndex
:
'FlowRoles'
,
key
:
'FlowRoles'
,
key
:
'FlowRoles'
,
width
:
5
00
,
width
:
4
00
,
ellipsis
:
true
,
ellipsis
:
true
,
render
:
item
=>
(
render
:
item
=>
(
<
div
<
div
...
@@ -144,7 +145,7 @@ const ProcessModal = props => {
...
@@ -144,7 +145,7 @@ const ProcessModal = props => {
width=
"800px"
width=
"800px"
onCancel=
{
onCancel
}
onCancel=
{
onCancel
}
onOk=
{
onSumbit
}
onOk=
{
onSumbit
}
>
>
<
Tooltip
title=
"添加事件类型"
>
<
Tooltip
title=
"添加事件类型"
>
<
PlusSquareFilled
<
PlusSquareFilled
...
@@ -153,6 +154,8 @@ const ProcessModal = props => {
...
@@ -153,6 +154,8 @@ const ProcessModal = props => {
color
:
'#1890FF'
,
color
:
'#1890FF'
,
fontSize
:
'25px'
,
fontSize
:
'25px'
,
verticalAlign
:
'middle'
,
verticalAlign
:
'middle'
,
marginLeft
:
'25px'
,
marginBottom
:
'10px'
}
}
}
}
/>
/>
</
Tooltip
>
</
Tooltip
>
...
@@ -160,6 +163,7 @@ const ProcessModal = props => {
...
@@ -160,6 +163,7 @@ const ProcessModal = props => {
size=
"small"
size=
"small"
rowKey=
'ID'
rowKey=
'ID'
bordered
bordered
style=
{
{
height
:
'15rem'
,
overflowY
:
'scroll'
,
width
:
'700px'
,
marginLeft
:
'25px'
}
}
onRow=
{
record
=>
{
onRow=
{
record
=>
{
return
{
return
{
onDoubleClick
:
event
=>
{
event
.
stopPropagation
();
editEventType
(
record
)},
//双击
onDoubleClick
:
event
=>
{
event
.
stopPropagation
();
editEventType
(
record
)},
//双击
...
@@ -168,7 +172,6 @@ const ProcessModal = props => {
...
@@ -168,7 +172,6 @@ const ProcessModal = props => {
columns=
{
columns
}
columns=
{
columns
}
dataSource=
{
tableData
}
dataSource=
{
tableData
}
pagination=
{
false
}
pagination=
{
false
}
scroll=
{
{
x
:
'max-content'
}
}
/>
/>
<
AddFlowsModal
<
AddFlowsModal
visible=
{
addVisible
}
visible=
{
addVisible
}
...
...
src/pages/platformCenter/bsmanager/workOrder/SortModal.jsx
View file @
d83c62d1
...
@@ -45,9 +45,9 @@ const SortModal = props => {
...
@@ -45,9 +45,9 @@ const SortModal = props => {
okText=
"确认"
okText=
"确认"
cancelText=
"取消"
cancelText=
"取消"
>
>
<
div
className=
{
styles
.
cardContent
}
>
<
div
className=
{
styles
.
cardContent
}
style=
{
{
width
:
'26rem'
,
marginLeft
:
'24px'
}
}
>
<
div
className=
{
styles
.
doctorTable
}
>
<
div
className=
{
styles
.
doctorTable
}
>
<
table
>
<
table
style=
{
{
width
:
'104%'
,
marginLeft
:
'-5px'
}
}
>
<
thead
>
<
thead
>
<
tr
>
<
tr
>
<
td
>
事件名称
</
td
>
<
td
>
事件名称
</
td
>
...
...
src/pages/platformCenter/bsmanager/workOrder/ViewModal.jsx
View file @
d83c62d1
...
@@ -22,6 +22,7 @@ const ViewModal = props => {
...
@@ -22,6 +22,7 @@ const ViewModal = props => {
dataIndex
:
'WebLabel'
,
dataIndex
:
'WebLabel'
,
key
:
'WebLabel'
,
key
:
'WebLabel'
,
width
:
150
,
width
:
150
,
ellipsis
:
true
,
render
:
item
=>
(
render
:
item
=>
(
<
div
<
div
ref=
{
r
=>
{
ref=
{
r
=>
{
...
@@ -119,7 +120,7 @@ const ViewModal = props => {
...
@@ -119,7 +120,7 @@ const ViewModal = props => {
title
:
'操作'
,
title
:
'操作'
,
key
:
'action'
,
key
:
'action'
,
aligin
:
'center'
,
aligin
:
'center'
,
width
:
1
50
,
width
:
50
,
render
:
record
=>
(
render
:
record
=>
(
<
Space
size=
"middle"
>
<
Space
size=
"middle"
>
...
@@ -204,7 +205,7 @@ const ViewModal = props => {
...
@@ -204,7 +205,7 @@ const ViewModal = props => {
title=
{
`${title2}的辅助视图`
}
title=
{
`${title2}的辅助视图`
}
visible=
{
visible
}
visible=
{
visible
}
onCancel=
{
onCancel
}
onCancel=
{
onCancel
}
width=
"1
3
00px"
width=
"1
2
00px"
onOk=
{
onSumbit
}
onOk=
{
onSumbit
}
>
>
<
Tooltip
title=
"添加"
>
<
Tooltip
title=
"添加"
>
...
@@ -214,6 +215,8 @@ const ViewModal = props => {
...
@@ -214,6 +215,8 @@ const ViewModal = props => {
color
:
'#1890FF'
,
color
:
'#1890FF'
,
fontSize
:
'25px'
,
fontSize
:
'25px'
,
verticalAlign
:
'middle'
,
verticalAlign
:
'middle'
,
marginLeft
:
'25px'
,
marginBottom
:
'10px'
}
}
}
}
/>
/>
</
Tooltip
>
</
Tooltip
>
...
@@ -227,6 +230,7 @@ const ViewModal = props => {
...
@@ -227,6 +230,7 @@ const ViewModal = props => {
};
};
}
}
}
}
columns=
{
columns
}
columns=
{
columns
}
style=
{
{
height
:
'15rem'
,
overflowY
:
'scroll'
,
marginLeft
:
'25px'
,
marginRight
:
'25px'
}
}
dataSource=
{
tableData
}
dataSource=
{
tableData
}
pagination=
{
false
}
pagination=
{
false
}
scroll=
{
{
x
:
'max-content'
}
}
scroll=
{
{
x
:
'max-content'
}
}
...
...
src/pages/platformCenter/bsmanager/workOrder/changeAdd.jsx
View file @
d83c62d1
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/bsmanager/workOrder/incident.jsx
View file @
d83c62d1
...
@@ -51,6 +51,8 @@ const incident = () => {
...
@@ -51,6 +51,8 @@ const incident = () => {
const
[
sortData
,
setSortData
]
=
useState
([])
const
[
sortData
,
setSortData
]
=
useState
([])
const
[
rember
,
setRember
]
=
useState
(
0
)
const
[
rember1
,
setRember1
]
=
useState
()
const
[
maxLength
,
setMaxLength
]
=
useState
(
0
);
const
[
maxLength
,
setMaxLength
]
=
useState
(
0
);
const
[
pickItem
,
setPickItem
]
=
useState
(
''
);
const
[
pickItem
,
setPickItem
]
=
useState
(
''
);
...
@@ -301,7 +303,8 @@ const incident = () => {
...
@@ -301,7 +303,8 @@ const incident = () => {
let
arrr
=
formateArrDataA
(
zz
,
'businessType'
)
let
arrr
=
formateArrDataA
(
zz
,
'businessType'
)
console
.
log
(
arrr
)
console
.
log
(
arrr
)
setTableData
(
arrr
)
setTableData
(
arrr
)
setPickItem
(
newArr
[
0
])
setPickItem
(
newArr
[
rember
])
setRember1
(
newArr
[
0
])
console
.
log
(
newArr
,
'newArr'
);
console
.
log
(
newArr
,
'newArr'
);
setTreeData
(
newArr
)
setTreeData
(
newArr
)
}
}
...
@@ -473,7 +476,7 @@ const incident = () => {
...
@@ -473,7 +476,7 @@ const incident = () => {
return
<
div
className=
{
classnames
({
return
<
div
className=
{
classnames
({
[
styles
.
listItem
]:
true
,
[
styles
.
listItem
]:
true
,
[
styles
.
pickItem
]:
item
===
pickItem
,
[
styles
.
pickItem
]:
item
===
pickItem
,
})
}
onClick=
{
e
=>
setPickItem
(
item
)
}
key=
{
index
}
>
{
item
}
(
{
tableData
[
item
]
?
tableData
[
item
].
length
:
''
}
)
{
item
===
pickItem
?
<
RightOutlined
/>
:
''
}
</
div
>
})
}
onClick=
{
e
=>
{
setPickItem
(
item
);
setRember
(
index
);
setRember1
(
item
)}
}
key=
{
index
}
>
{
item
}
(
{
tableData
[
item
]
?
tableData
[
item
].
length
:
''
}
)
{
item
===
pickItem
?
<
RightOutlined
/>
:
''
}
</
div
>
})
})
)
}
)
}
</
div
>
</
div
>
...
@@ -536,6 +539,7 @@ const incident = () => {
...
@@ -536,6 +539,7 @@ const incident = () => {
visible=
{
addVisible
}
visible=
{
addVisible
}
type=
{
isType
}
type=
{
isType
}
formObj=
{
formObj
}
formObj=
{
formObj
}
rember1=
{
rember1
}
maxLength=
{
maxLength
}
maxLength=
{
maxLength
}
onCancel=
{
()
=>
setAddvisible
(
false
)
}
onCancel=
{
()
=>
setAddvisible
(
false
)
}
treeData=
{
treeData
}
treeData=
{
treeData
}
...
...
src/pages/platformCenter/bsmanager/workOrder/incident.less
View file @
d83c62d1
.ant-modal-close-x {
line-height: 35px;
}
.incidentContainer{
.incidentContainer{
.ant-card-body {
.ant-card-body {
padding: 12px 24px 24px 24px;
padding: 12px 24px 24px 24px;
}
}
.linkDrowp{
position: absolute;
top: 0;
left: 93.5%;
width: 1rem;
height: 100%;
display: flex;
align-items: center;
}
.listItem{
.listItem{
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
...
@@ -170,7 +183,7 @@
...
@@ -170,7 +183,7 @@
.cardContent{
.cardContent{
height: 30rem;
height: 30rem;
overflow-y: scroll;
overflow-y: scroll;
width: 19
.5
rem;
width: 19rem;
}
}
.cardItemData{
.cardItemData{
padding: 1rem;
padding: 1rem;
...
...
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