Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
139ec6a0
authored
2025-03-10 14:16:06 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
专区质量评价不需要填写分数
1 parent
246d2480
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
src/views/data_asset/qualityEvaluate.vue
src/views/data_asset/registerCatalogDetail.vue
src/views/data_asset/registerDetail.vue
src/views/data_asset/qualityEvaluate.vue
View file @
139ec6a
...
...
@@ -243,6 +243,10 @@ const tableBtnClick = (scope, btn) => {
}
else
if
(
type
===
'reject'
)
{
rejectDialogInfo
.
value
.
visible
=
true
;
}
else
if
(
type
===
'pass'
)
{
if
(
row
.
zqName
)
{
// 专区的审批通过,也不需要填写质量得分。
passCommonDialogInfo
.
value
.
visible
=
true
;
return
;
}
if
(
getFirstNodePromise
.
value
[
row
.
guid
])
{
return
;
}
...
...
src/views/data_asset/registerCatalogDetail.vue
View file @
139ec6a
...
...
@@ -236,6 +236,10 @@ const btnClick = (btn) => {
});
}
} else if (type == 'pass') {
if (detailType.value == 'qualityEvaluate' && evaDetailInfo.value.zqName) {
passCommonDialogInfo.value.visible = true;
return;
}
if (getFirstNodePromise.value) {
return;
}
...
...
src/views/data_asset/registerDetail.vue
View file @
139ec6a
...
...
@@ -467,6 +467,10 @@ const btnClick = (btn) => {
name
:
detailType
.
value
==
'qualityEvaluate'
?
'qualityEvaluate'
:
(
detailType
.
value
==
'costAssess'
?
'valueEvaluate'
:
(
detailType
.
value
==
'certificate'
?
'certificateManagement'
:
'registerManagemant'
))
});
}
else
if
(
type
==
'pass'
)
{
if
(
detailType
.
value
==
'qualityEvaluate'
&&
evaDetailInfo
.
value
.
zqName
)
{
passCommonDialogInfo
.
value
.
visible
=
true
;
return
;
}
if
(
getFirstNodePromise
.
value
)
{
return
;
}
...
...
Write
Preview
Styling with
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