Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5ef96d0f
authored
May 09, 2024
by
史敦盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
中台修改
1 parent
f26a533c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
5 deletions
src/views/comCenterServeListNew/components/comDialog.vue
src/views/comCenterServeListNew/components/serviceList.vue
src/views/comCenterServeListNew/components/comDialog.vue
View file @
5ef96d0
...
...
@@ -374,6 +374,52 @@ export default {
that
.
getQryStatDetPage
(
'REL_MID_SERVICE_NUM'
,
6
,
6
)
},
},
{
title
:
'支撑的业务活动'
,
subTitle
:
'检修计划编制服务'
,
columns
:
[
{
label
:
"业务域"
,
prop
:
"业务域"
,
showOverflowTooltip
:
true
,
align
:
"center"
,
fixed
:
"left"
,
minWidth
:
140
},
{
label
:
"业务对象名称"
,
prop
:
"业务对象名称"
,
minWidth
:
140
,
showOverflowTooltip
:
true
,
align
:
"center"
,
},
{
label
:
"业务对象编码"
,
prop
:
"业务对象编码"
,
minWidth
:
120
,
showOverflowTooltip
:
true
,
align
:
"center"
,
},
{
label
:
"业务流程名称"
,
prop
:
"业务流程名称"
,
minWidth
:
120
,
showOverflowTooltip
:
true
,
align
:
"center"
,
},
{
label
:
"业务职能"
,
prop
:
"业务职能"
,
minWidth
:
120
,
showOverflowTooltip
:
true
,
align
:
"center"
,
},
],
tableBtnList
:
[],
getList
()
{
that
.
getQryStatDetPage
(
'SUPPPORT_BUS_ACTNUM'
,
1
,
'业务架构'
)
},
},
// 业务信息
{
title
:
'关联的业务对象数量'
,
...
...
@@ -482,6 +528,9 @@ export default {
minWidth
:
120
,
showOverflowTooltip
:
true
,
align
:
"center"
,
render
:
(
h
,
params
)
=>
{
return
h
(
"span"
,
{},
this
.
handleName
(
params
.
parentAssetNames
,
1
)
||
'--'
);
},
},
{
label
:
"系统应用"
,
...
...
@@ -489,6 +538,9 @@ export default {
minWidth
:
120
,
showOverflowTooltip
:
true
,
align
:
"center"
,
render
:
(
h
,
params
)
=>
{
return
h
(
"span"
,
{},
this
.
handleName
(
params
.
parentAssetNames
,
2
)
||
'--'
);
},
},
],
getList
()
{
...
...
src/views/comCenterServeListNew/components/serviceList.vue
View file @
5ef96d0
...
...
@@ -289,6 +289,8 @@ export default {
prop
:
"suppportBusActNum"
,
minWidth
:
120
,
align
:
"center"
,
T
:
'a'
,
style
:
{
color
:
'#0b8680'
,
cursor
:
'pointer'
},
click
:
(
row
)
=>
{
this
.
$emit
(
'dialog'
,
'支撑的业务活动'
,
row
)
},
...
...
@@ -491,6 +493,7 @@ export default {
comCenterServeQryAll
().
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
treeData
=
res
.
data
this
.
getQryAssetsPage
()
}
})
}
else
{
...
...
@@ -588,11 +591,12 @@ export default {
const
assetsDTOS
=
this
.
dialogData
.
map
(
v
=>
{
return
{
inventoryId
:
v
.
inventoryId
||
inventoryId
,
abilityCode
:
v
.
abilityCode
||
abilityCode
,
abilityName
:
v
.
abilityName
||
abilityName
,
assetId
:
v
.
assetId
||
''
,
assetName
:
v
.
assetName
,
inventoryId
,
abilityCode
,
abilityName
,
assetId
:
v
.
assetId
||
v
.
inventoryId
,
assetName
:
v
.
assetName
||
v
.
abilityName
,
assetCode
:
v
.
assetCode
||
v
.
abilityCode
,
archiType
:
this
.
getArchiType
(
this
.
operationArchiType
),
archiTypeId
:
this
.
operationArchiType
,
eleName
:
v
.
eleName
||
''
,
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment