Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
CRM
Commits
7732b936
Commit
7732b936
authored
Feb 06, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9eecbbf6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
clueComponent.vue
src/components/clueManagement/clueComponent.vue
+7
-0
No files found.
src/components/clueManagement/clueComponent.vue
View file @
7732b936
...
@@ -600,6 +600,13 @@
...
@@ -600,6 +600,13 @@
},
},
//删除
//删除
deleteClue
(
type
)
{
deleteClue
(
type
)
{
//2025-02-06 赵文豪需求
if
(
this
.
userInfo
.
RB_Group_id
==
2
){
if
(
this
.
userInfo
.
RB_Branch_id
==
1245
&&
this
.
userInfo
.
EmployeeId
!=
149
){
return
this
.
$message
.
error
(
"您没有权限删除,请联系负责人!"
);
}
}
let
tips
=
"确定将这些线索删除?"
;
let
tips
=
"确定将这些线索删除?"
;
if
(
type
===
1
)
{
if
(
type
===
1
)
{
tips
=
"是否把线索“"
+
this
.
CustomerName
+
"”删除?"
;
tips
=
"是否把线索“"
+
this
.
CustomerName
+
"”删除?"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment