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
f5a2ac31
authored
2025-03-07 10:48:45 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加发起失败的删除和重新提交
1 parent
2dc88524
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
src/views/data_asset/qualityEvaluate.vue
src/views/data_asset/registerManagemant.vue
src/views/data_product/productListing.vue
src/views/data_asset/qualityEvaluate.vue
View file @
f5a2ac3
...
...
@@ -217,7 +217,7 @@ const getTableBtns = (row) => {
if
(
approveState
==
'A'
&&
approveStaffGuids
.
indexOf
(
currentStaffGuid
)
>
-
1
)
{
flowState
=
2
;
}
if
((
approveState
==
'C'
||
approveState
==
'R'
)
&&
staffGuid
==
currentStaffGuid
)
{
if
((
approveState
==
'C'
||
approveState
==
'R'
||
row
.
crossPlatformApproveState
==
'E'
)
&&
staffGuid
==
currentStaffGuid
)
{
flowState
=
3
;
}
if
(
approveVO
&&
approveVO
.
approveState
==
'A'
&&
staffGuid
==
currentStaffGuid
)
{
...
...
@@ -232,7 +232,7 @@ const getTableBtns = (row) => {
if
(
flowState
===
3
)
{
btnsArr
.
push
({
label
:
"删除"
,
value
:
"del"
})
}
if
(
flowState
===
3
&&
bizApproveState
!=
'D'
)
{
if
(
flowState
===
3
&&
(
bizApproveState
!=
'D'
||
row
.
crossPlatformApproveState
==
'E'
)
)
{
btnsArr
.
push
({
label
:
"重新提交"
,
value
:
"redit"
})
}
if
(
isShowCancel
)
{
...
...
src/views/data_asset/registerManagemant.vue
View file @
f5a2ac3
...
...
@@ -198,7 +198,7 @@ const getTableBtns = (row, includeDetail = true) => {
if
(
approveState
==
'A'
&&
approveStaffGuids
.
indexOf
(
currentStaffGuid
)
>
-
1
)
{
flowState
=
2
;
}
if
((
approveState
==
'C'
||
approveState
==
'R'
)
&&
staffGuid
==
currentStaffGuid
)
{
if
((
approveState
==
'C'
||
approveState
==
'R'
||
row
.
crossPlatformApproveState
==
'E'
)
&&
staffGuid
==
currentStaffGuid
)
{
flowState
=
3
;
}
if
(
approveVO
&&
approveVO
.
approveState
==
'A'
&&
staffGuid
==
currentStaffGuid
)
{
...
...
@@ -212,7 +212,7 @@ const getTableBtns = (row, includeDetail = true) => {
if
(
flowState
===
2
)
{
btnsArr
.
push
(...[{
label
:
"通过"
,
value
:
"pass"
},
{
label
:
"驳回"
,
value
:
"reject"
}])
}
else
if
(
flowState
===
3
)
{
if
(
bizApproveState
!=
'D'
)
{
if
(
bizApproveState
!=
'D'
||
row
.
crossPlatformApproveState
==
'E'
)
{
btnsArr
.
push
({
label
:
"重新提交"
,
value
:
"edit"
})
}
}
...
...
src/views/data_product/productListing.vue
View file @
f5a2ac3
...
...
@@ -151,7 +151,7 @@ const tableInfo = ref({
if
(
approveState
==
'A'
&&
approveStaffGuids
.
indexOf
(
currentStaffGuid
)
>
-
1
)
{
flowState
=
2
;
}
if
((
approveState
==
'C'
||
approveState
==
'R'
)
&&
staffGuid
==
currentStaffGuid
)
{
if
((
approveState
==
'C'
||
approveState
==
'R'
||
row
.
crossPlatformApproveState
==
'E'
)
&&
staffGuid
==
currentStaffGuid
)
{
flowState
=
3
;
}
if
(
approveVO
&&
approveVO
.
approveState
==
'A'
&&
staffGuid
==
currentStaffGuid
)
{
...
...
@@ -174,7 +174,7 @@ const tableInfo = ref({
if
(
flowState
===
3
)
{
list
.
push
({
label
:
"删除"
,
value
:
"del"
})
}
if
(
flowState
===
3
&&
bizApproveState
!=
'D'
)
{
if
(
flowState
===
3
&&
(
bizApproveState
!=
'D'
||
row
.
crossPlatformApproveState
==
'E'
)
)
{
list
.
push
({
label
:
"重新提交"
,
value
:
"redit"
})
//已驳回
}
if
(
isShowCancel
)
{
...
...
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