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
4f26e8af
authored
2025-03-27 16:48:07 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复资产登记详情
1 parent
346c417c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
src/views/data_asset/registerCatalogDetail.vue
src/views/data_asset/registerDetail.vue
src/views/data_asset/registerCatalogDetail.vue
View file @
4f26e8a
...
...
@@ -251,6 +251,13 @@ const btnClick = (btn) => {
passDialogInfo.value.visible = true;
assessFormItems.value[2].placeholder = '按照本次评估目的及价值类型,该笔数据资产在评估基准日的评估值为人民币***元。本次评估结论在评估基准日后一年内有效,即自20*年*月*日至20*年*月*日止。超过一年,需重新举行资产评估。';
qualityEvaluateFormItems.value[2].placeholder = '本次评估数据资产总体质量得分为**分\n准确性:\n一致性:\n可访问性:\n规范性:\n完整性:';
if (evaDetailInfo.value.dataStartDate) {
qualityEvaluateFormItems.value[1].default = [evaDetailInfo.value.dataStartDate, aevaDetailInfo.value.dataEndDate];
qualityEvaluateFormItems.value[1].disabled = true;
} else {
qualityEvaluateFormItems.value[1].default = null;
qualityEvaluateFormItems.value[1].disabled = false;
}
} else {
passCommonDialogInfo.value.visible = true;
}
...
...
@@ -258,13 +265,6 @@ const btnClick = (btn) => {
proxy.$ElMessage.error(res.msg);
}
})
// if (assetDetailInfo.value.dataStartDate) {
// qualityEvaluateFormItems.value[1].default = [assetDetailInfo.value.dataStartDate, assetDetailInfo.value.dataEndDate];
// qualityEvaluateFormItems.value[1].disabled = true;
// } else {
// qualityEvaluateFormItems.value[1].default = null;
// qualityEvaluateFormItems.value[1].disabled = false;
// }
} else if (type == 'reject') {
rejectDialogInfo.value.visible = true;
} else if (type == 'revoke') {
...
...
src/views/data_asset/registerDetail.vue
View file @
4f26e8a
...
...
@@ -1123,12 +1123,12 @@ const passCommonDialogBtnClick = (btn, info) => {
passCommonDialogInfo
.
value
.
footer
.
btns
[
1
].
loading
=
false
;
if
(
res
?.
code
==
proxy
.
$passCode
)
{
if
(
res
.
data
)
{
ElMessage
.
success
(
'
驳回
成功'
);
ElMessage
.
success
(
'
审批
成功'
);
passCommonDialogInfo
.
value
.
visible
=
false
;
getDetailInfo
();
approvalProcessRef
.
value
?.
renderProcessNodes
();
}
else
{
ElMessage
.
error
(
'
驳回
失败'
);
ElMessage
.
error
(
'
审批
失败'
);
}
}
else
{
ElMessage
.
error
(
res
.
msg
);
...
...
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