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
2ff950d8
authored
2025-12-02 17:13:04 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
连接器推送的不可以操作
1 parent
27255b40
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/data_facilitator/settleManagement.vue
src/views/data_product/productListing.vue
src/views/data_facilitator/settleManagement.vue
View file @
2ff950d
...
...
@@ -170,7 +170,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'
)
&&
staffGuid
==
currentStaffGuid
&&
row
.
createUserId
==
userData
.
userGuid
)
{
flowState
=
3
;
}
if
(
approveVO
&&
approveVO
.
approveState
==
'A'
&&
staffGuid
==
currentStaffGuid
&&
row
.
createUserId
==
userData
.
userGuid
)
{
...
...
src/views/data_product/productListing.vue
View file @
2ff950d
...
...
@@ -162,10 +162,10 @@ const tableInfo = ref({
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
)
{
if
(
approveVO
&&
approveVO
.
approveState
==
'A'
&&
staffGuid
==
currentStaffGuid
&&
row
.
createUserId
==
userData
.
userGuid
)
{
isShowCancel
=
true
;
}
if
((
bizApproveState
===
'Y'
||
row
.
crossPlatformApproveState
==
'Y'
)
&&
staffGuid
==
currentStaffGuid
)
{
if
((
bizApproveState
===
'Y'
||
row
.
crossPlatformApproveState
==
'Y'
)
&&
staffGuid
==
currentStaffGuid
&&
row
.
createUserId
==
userData
.
userGuid
)
{
if
(
row
.
listingStatus
==
'Y'
)
{
list
.
push
({
label
:
"下架"
,
value
:
"down"
});
}
else
{
...
...
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