Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
469166e5
Commit
469166e5
authored
Jan 05, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化 客户转交界面
parent
51920500
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
16 deletions
+19
-16
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+19
-16
No files found.
src/components/SalesModule/customerTransfer.vue
View file @
469166e5
...
@@ -21,17 +21,17 @@
...
@@ -21,17 +21,17 @@
:label=
"item.name"
:label=
"item.name"
:value=
"item.empId"
:value=
"item.empId"
:key=
"item.empId"
:key=
"item.empId"
>
<div>
>
<div>
<span>
{{
`${item.name
}
`
}}
<
/span>
<span>
{{
`${item.name
}
`
}}
<
/span
>
<
span
style
=
"margin-left: 15px;"
>
<
span
style
=
"margin-left: 15px;"
>
<
el
-
tag
size
=
"mini"
v
-
if
=
"item.isLeave==1"
>
离职
<
/el-tag>
<
el
-
tag
size
=
"mini"
v
-
if
=
"item.isLeave==1"
>
离职
<
/el-tag
>
<
/span
>
<
/span
>
<
/div
>
<
/div
>
<
/el-option
>
<
/el-option
>
<
/el-select
>
<
/el-select
>
<
/li
>
<
/li
>
<
li
>
<
li
>
<
span
>
<
span
>
<
em
>
{{
$t
(
'salesModule.keyWords'
)
}}
<
/em
>
<
em
>
{{
$t
(
'salesModule.keyWords'
)
}}
<
/em
>
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
<
el
-
option
label
=
"已审核"
:
value
=
"2"
><
/el-option
>
<
el
-
option
label
=
"已审核"
:
value
=
"2"
><
/el-option
>
<
el
-
option
label
=
"已拒绝"
:
value
=
"3"
><
/el-option
>
<
el
-
option
label
=
"已拒绝"
:
value
=
"3"
><
/el-option
>
<
el
-
option
label
=
"黑名单"
:
value
=
"4"
><
/el-option
>
<
el
-
option
label
=
"黑名单"
:
value
=
"4"
><
/el-option
>
<
/el-select
>
<
/el-select
>
<
/li
>
<
/li
>
<
li
>
<
li
>
...
@@ -129,10 +129,10 @@
...
@@ -129,10 +129,10 @@
:
label
=
"item.name"
:
label
=
"item.name"
:
value
=
"item.empId"
:
value
=
"item.empId"
:
key
=
"item.empId"
:
key
=
"item.empId"
><
div
>
><
div
>
<
span
>
{{
`${item.name
}
`
}}
<
/span>
<
span
>
{{
`${item.name
}
`
}}
<
/span
>
<
span
style
=
"margin-left: 15px;"
>
<
span
style
=
"margin-left: 15px;"
>
<
el
-
tag
size
=
"mini"
v
-
if
=
"item.isLeave==1"
>
离职
<
/el-tag>
<
el
-
tag
size
=
"mini"
v
-
if
=
"item.isLeave==1"
>
离职
<
/el-tag
>
<
/span
>
<
/span
>
<
/div></
el
-
option
>
<
/div></
el
-
option
>
<
/el-select
>
<
/el-select
>
...
@@ -253,7 +253,7 @@
...
@@ -253,7 +253,7 @@
<
/td
>
<
/td
>
<
td
>
{{
item
.
Remark
}}
<
/td
>
<
td
>
{{
item
.
Remark
}}
<
/td
>
<
td
>
<
td
>
<
el
-
button
-
group
>
<
el
-
button
-
group
>
<
el
-
tooltip
effect
=
"dark"
:
content
=
"$t('fnc.zhuanjiao')"
placement
=
"top-start"
>
<
el
-
tooltip
effect
=
"dark"
:
content
=
"$t('fnc.zhuanjiao')"
placement
=
"top-start"
>
...
@@ -281,10 +281,10 @@
...
@@ -281,10 +281,10 @@
:
label
=
"item.name"
:
label
=
"item.name"
:
value
=
"item.empId"
:
value
=
"item.empId"
:
key
=
"item.empId"
:
key
=
"item.empId"
><
div
>
><
div
>
<
span
>
{{
`${item.name
}
`
}}
<
/span>
<
span
>
{{
`${item.name
}
`
}}
<
/span
>
<
span
style
=
"margin-left: 15px;"
>
<
span
style
=
"margin-left: 15px;"
>
<
el
-
tag
size
=
"mini"
v
-
if
=
"item.isLeave==1"
>
离职
<
/el-tag>
<
el
-
tag
size
=
"mini"
v
-
if
=
"item.isLeave==1"
>
离职
<
/el-tag
>
<
/span
>
<
/span
>
<
/div></
el
-
option
>
<
/div></
el
-
option
>
<
/el-select
>
<
/el-select
>
...
@@ -723,7 +723,7 @@ export default {
...
@@ -723,7 +723,7 @@ export default {
if
(
type
==
1
)
{
if
(
type
==
1
)
{
this
.
msg
.
jySort
=
this
.
msg
.
jySort
===
''
?
'desc'
:
this
.
msg
.
jySort
===
'desc'
?
'asc'
:
''
this
.
msg
.
jySort
=
this
.
msg
.
jySort
===
''
?
'desc'
:
this
.
msg
.
jySort
===
'desc'
?
'asc'
:
''
this
.
msg
.
rtsSort
=
''
this
.
msg
.
rtsSort
=
''
this
.
msg
.
orderBy
=
this
.
msg
.
jySort
==
''
?
''
:
name
+
' '
+
this
.
msg
.
jySort
this
.
msg
.
orderBy
=
this
.
msg
.
jySort
==
''
?
''
:
name
+
' '
+
this
.
msg
.
jySort
}
else
{
}
else
{
this
.
msg
.
jySort
=
''
this
.
msg
.
jySort
=
''
this
.
msg
.
rtsSort
=
this
.
msg
.
rtsSort
=
this
.
msg
.
rtsSort
===
''
?
'desc'
:
this
.
msg
.
rtsSort
===
'desc'
?
'asc'
:
''
this
.
msg
.
rtsSort
=
this
.
msg
.
rtsSort
=
this
.
msg
.
rtsSort
===
''
?
'desc'
:
this
.
msg
.
rtsSort
===
'desc'
?
'asc'
:
''
...
@@ -1080,6 +1080,7 @@ export default {
...
@@ -1080,6 +1080,7 @@ export default {
}
,
}
,
ckeckedOne
()
{
ckeckedOne
()
{
//单选
//单选
this
.
employeeMsg
.
KeyWord
=
''
if
(
this
.
customerList
.
length
>
0
)
{
if
(
this
.
customerList
.
length
>
0
)
{
let
dpId
=
this
.
customerList
[
0
].
split
(
"|"
)[
2
];
let
dpId
=
this
.
customerList
[
0
].
split
(
"|"
)[
2
];
this
.
employeeMsg
.
departmentId
=
dpId
;
this
.
employeeMsg
.
departmentId
=
dpId
;
...
@@ -1202,7 +1203,9 @@ export default {
...
@@ -1202,7 +1203,9 @@ export default {
this
.
employeeMsg
.
RB_Branch_id
=
-
1
;
this
.
employeeMsg
.
RB_Branch_id
=
-
1
;
this
.
employeeList2
=
[];
this
.
employeeList2
=
[];
this
.
employeeMsg
.
IsLeave
=-
1
;
this
.
employeeMsg
.
IsLeave
=-
1
;
if
(
!
this
.
employeeMsg
.
KeyWord
){
return
}
this
.
apipost
(
this
.
apipost
(
"app_get_company_employee"
,
"app_get_company_employee"
,
this
.
employeeMsg
,
this
.
employeeMsg
,
...
@@ -1366,7 +1369,7 @@ console.log("query",query)
...
@@ -1366,7 +1369,7 @@ console.log("query",query)
}
}
}
}
}
,
}
,
mounted
()
{
mounted
()
{
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
let
ActionMenuCode
=
userInfo
.
ActionMenuCode
;
let
ActionMenuCode
=
userInfo
.
ActionMenuCode
;
...
...
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