Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
d29114b5
Commit
d29114b5
authored
Aug 24, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e08679c0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
248 additions
and
110 deletions
+248
-110
wechat.js
src/api/system/wechat.js
+13
-0
notHandedOverList.vue
src/pages/enterprise/notHandedOverList.vue
+2
-2
sysuser.vue
src/pages/school/sysuser.vue
+233
-108
No files found.
src/api/system/wechat.js
View file @
d29114b5
...
@@ -398,6 +398,19 @@ export function SetSynvEduEmployee(data) {
...
@@ -398,6 +398,19 @@ export function SetSynvEduEmployee(data) {
})
})
}
}
/**
* 获取离职人员未交接客服列表
*
*/
export
function
setUserCoustomerTransfer
(
data
)
{
return
request
({
url
:
'/QYWeChat/SetUserCoustomerTransfer'
,
method
:
'post'
,
data
})
}
...
...
src/pages/enterprise/notHandedOverList.vue
View file @
d29114b5
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<q-table
:pagination=
"msg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table"
<q-table
:pagination=
"msg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table"
separator=
"none"
title=
""
:data=
"data"
:columns=
"columns"
row-key=
"name"
>
separator=
"none"
title=
""
:data=
"data"
:columns=
"columns"
row-key=
"name"
>
<template
v-slot:top=
"props"
>
<template
v-slot:top=
"props"
>
<div
class=
"q-table__title"
>
离职人员未交接客
服
列表
</div>
<div
class=
"q-table__title"
>
离职人员未交接客
户
列表
</div>
<q-space
/>
<q-space
/>
</
template
>
</
template
>
...
@@ -180,7 +180,7 @@
...
@@ -180,7 +180,7 @@
return
return
}
}
setLeaveUserCustomerTransfer
(
this
.
jiaojMsg
).
then
(
res
=>
{
setLeaveUserCustomerTransfer
(
this
.
jiaojMsg
).
then
(
res
=>
{
if
(
res
.
Code
)
if
(
res
.
Code
==
1
)
this
.
$q
.
notify
({
this
.
$q
.
notify
({
icon
:
'iconfont icon-chenggong'
,
icon
:
'iconfont icon-chenggong'
,
color
:
'accent'
,
color
:
'accent'
,
...
...
src/pages/school/sysuser.vue
View file @
d29114b5
This diff is collapsed.
Click to expand it.
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