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
27255b40
authored
2025-12-02 17:08:10 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
连接器推送的不需要有重新提交和删除按钮
1 parent
54bc282a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
src/views/data_facilitator/settleManagement.vue
src/views/data_product/productListing.vue
src/views/data_facilitator/settleManagement.vue
View file @
27255b4
...
...
@@ -173,7 +173,7 @@ const getTableBtns = (row, includeDetail = true) => {
if
((
approveState
==
'C'
||
approveState
==
'R'
)
&&
staffGuid
==
currentStaffGuid
)
{
flowState
=
3
;
}
if
(
approveVO
&&
approveVO
.
approveState
==
'A'
&&
staffGuid
==
currentStaffGuid
)
{
if
(
approveVO
&&
approveVO
.
approveState
==
'A'
&&
staffGuid
==
currentStaffGuid
&&
row
.
createUserId
==
userData
.
userGuid
)
{
isShowCancel
=
true
;
}
...
...
src/views/data_product/productListing.vue
View file @
27255b4
...
...
@@ -158,7 +158,8 @@ const tableInfo = ref({
if
(
approveState
==
'A'
&&
approveStaffGuids
.
indexOf
(
currentStaffGuid
)
>
-
1
)
{
flowState
=
2
;
}
if
((
bizApproveState
==
'D'
||
approveState
==
'C'
||
approveState
==
'R'
||
row
.
crossPlatformApproveState
==
'E'
||
row
.
crossPlatformApproveState
==
'R'
)
&&
staffGuid
==
currentStaffGuid
)
{
//自己提交的才可以重新提交,从连接器推送的不可以
if
((
bizApproveState
==
'D'
||
approveState
==
'C'
||
approveState
==
'R'
||
row
.
crossPlatformApproveState
==
'E'
||
row
.
crossPlatformApproveState
==
'R'
)
&&
staffGuid
==
currentStaffGuid
&&
userData
.
userGuid
==
row
.
createUserId
)
{
flowState
=
3
;
}
if
(
approveVO
&&
approveVO
.
approveState
==
'A'
&&
staffGuid
==
currentStaffGuid
)
{
...
...
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