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
1ddb07f8
Commit
1ddb07f8
authored
Apr 18, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
e5d39071
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
89 additions
and
62 deletions
+89
-62
teacherTrack.vue
src/pages/teacher/teacherTrack.vue
+89
-62
No files found.
src/pages/teacher/teacherTrack.vue
View file @
1ddb07f8
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
position
:
sticky
;
position
:
sticky
;
left
:
0px
;
left
:
0px
;
}
}
.stulistNumber
{
.stulistNumber
{
display
:
inline-block
;
display
:
inline-block
;
width
:
25px
;
width
:
25px
;
...
@@ -32,6 +33,7 @@
...
@@ -32,6 +33,7 @@
cursor
:
pointer
;
cursor
:
pointer
;
color
:
#2961FE
;
color
:
#2961FE
;
}
}
.OCourseTable
{
.OCourseTable
{
width
:
400px
;
width
:
400px
;
text-align
:
center
;
text-align
:
center
;
...
@@ -45,6 +47,7 @@
...
@@ -45,6 +47,7 @@
height
:
40px
;
height
:
40px
;
background-color
:
rgb
(
238
,
238
,
239
);
background-color
:
rgb
(
238
,
238
,
239
);
}
}
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"page-body studentTracking"
>
<div
class=
"page-body studentTracking"
>
...
@@ -102,25 +105,27 @@
...
@@ -102,25 +105,27 @@
:options=
"CompanyList"
emit-value
map-options
label=
"校区"
/>
:options=
"CompanyList"
emit-value
map-options
label=
"校区"
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
filled
option-value=
"CourseId"
option-label=
"CourseName"
v-model=
"msg.CourseId"
<q-select
@
input=
"resetSearch"
filled
option-value=
"CourseId"
option-label=
"CourseName"
clearable
emit-value
use-input
:options=
"myCourseList"
label=
"课程"
dense
map-options
@
filter=
"filterFnkec"
/>
v-model=
"msg.CourseId"
clearable
emit-value
use-input
:options=
"myCourseList"
label=
"课程"
dense
map-options
@
filter=
"filterFnkec"
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
dense
filled
option-value=
"Id"
option-label=
"EmployeeName"
<q-select
@
input=
"resetSearch"
dense
filled
option-value=
"Id"
option-label=
"EmployeeName"
v-model=
"msg.ConsultantId"
clearable
:options=
"RoleListData"
emit-value
map-options
label=
"课程顾问"
/>
v-model=
"msg.ConsultantId"
clearable
:options=
"RoleListData"
emit-value
map-options
label=
"课程顾问"
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
dense
filled
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.StuGuestStat
e"
<q-select
@
input=
"resetSearch"
dense
filled
option-value=
"Id"
option-label=
"Nam
e"
clearable
:options=
"hetongList"
emit-value
map-options
label=
"合同状态"
/>
v-model=
"msg.StuGuestState"
clearable
:options=
"hetongList"
emit-value
map-options
label=
"合同状态"
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-select
@
input=
"msg.StuSourceId='',msg.StuChannel='',resetSearch()"
dense
clearable
filled
option-value=
"Id"
<q-select
@
input=
"msg.StuSourceId='',msg.StuChannel='',resetSearch()"
dense
clearable
filled
option-label=
"Name"
v-model=
"msg.CreateType"
:options=
"customFromList"
emit-value
map-options
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.CreateType"
:options=
"customFromList"
emit-value
label=
"客户来源"
/>
map-options
label=
"客户来源"
/>
</div>
</div>
<div
class=
"col-3"
v-if=
"msg.CreateType==1"
>
<div
class=
"col-3"
v-if=
"msg.CreateType==1"
>
<q-select
filled
v-model=
"msg.StuChannel"
@
input=
"resetSearch"
label=
"收客渠道"
dense
:options=
"StuChannelList"
<q-select
filled
v-model=
"msg.StuChannel"
@
input=
"resetSearch"
label=
"收客渠道"
dense
:options=
"StuChannelList"
option-label=
"Name"
option-value=
"Id"
emit-value
map-options
use-input
clearable
@
filter=
"filterStuChannel"
>
option-label=
"Name"
option-value=
"Id"
emit-value
map-options
use-input
clearable
@
filter=
"filterStuChannel"
>
<template
v-slot:no-option
>
<template
v-slot:no-option
>
<q-item>
<q-item>
<q-item-section
class=
"text-grey"
>
<q-item-section
class=
"text-grey"
>
...
@@ -153,8 +158,12 @@
...
@@ -153,8 +158,12 @@
:options=
"MyTransListData"
option-label=
"StuName"
@
input=
"resetSearch"
clearable
option-value=
"StuId"
:options=
"MyTransListData"
option-label=
"StuName"
@
input=
"resetSearch"
clearable
option-value=
"StuId"
emit-value
map-options
/>
emit-value
map-options
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-select
filled
v-model=
"msg.HeadTeacherId"
dense
use-input
label=
"老师"
:options=
"MyTeacherListData"
option-label=
"EmployeeName"
@
input=
"resetSearch"
clearable
option-value=
"Id"
emit-value
map-options
/>
</div>
<div
class=
"col-3"
>
(
(
<q-radio
size=
"xs"
v-model=
"msg.Q_FType"
val=
"1"
label=
"范围内有跟进记录"
@
input=
'resetSearch'
/>
<q-radio
size=
"xs"
v-model=
"msg.Q_FType"
val=
"1"
label=
"范围内有跟进记录"
@
input=
'resetSearch'
/>
<q-radio
size=
"xs"
v-model=
"msg.Q_FType"
val=
"2"
label=
"范围内没有跟进记录"
@
input=
'resetSearch'
/>
)
<q-radio
size=
"xs"
v-model=
"msg.Q_FType"
val=
"2"
label=
"范围内没有跟进记录"
@
input=
'resetSearch'
/>
)
...
@@ -390,7 +399,8 @@
...
@@ -390,7 +399,8 @@
queryCourseDropdownList
,
queryCourseDropdownList
,
}
from
'../../api/course/index'
}
from
'../../api/course/index'
import
{
import
{
queryEmployee
queryEmployee
,
}
from
"../../api/users/user"
;
}
from
"../../api/users/user"
;
import
{
import
{
queryGuestStateList
,
queryGuestStateList
,
...
@@ -426,6 +436,8 @@
...
@@ -426,6 +436,8 @@
},
},
data
()
{
data
()
{
return
{
return
{
AccountType
:
2
,
IsLeave
:
1
,
msg
:
{
msg
:
{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
12
,
pageSize
:
12
,
...
@@ -449,7 +461,9 @@
...
@@ -449,7 +461,9 @@
CreateType
:
''
,
//客户来源
CreateType
:
''
,
//客户来源
StuChannel
:
""
,
//收客渠道
StuChannel
:
""
,
//收客渠道
StuSourceId
:
''
,
StuSourceId
:
''
,
StuPurpose
:
''
//学习目的
StuPurpose
:
''
,
//学习目的
HeadTeacherId
:
''
,
//老师
},
},
//归属类型列表
//归属类型列表
BelongTypeList
:
[{
BelongTypeList
:
[{
...
@@ -525,6 +539,7 @@
...
@@ -525,6 +539,7 @@
TransListData
:
[],
//转介人数据
TransListData
:
[],
//转介人数据
MyTransListData
:
[],
MyTransListData
:
[],
goalsList
:
[],
//学习目的列表
goalsList
:
[],
//学习目的列表
MyTeacherListData
:
[],
//查询老师列表
}
}
},
},
created
()
{
created
()
{
...
@@ -566,8 +581,19 @@
...
@@ -566,8 +581,19 @@
this
.
getStudentDorpDown
();
this
.
getStudentDorpDown
();
this
.
queryGoalsList
();
this
.
queryGoalsList
();
// this.downloadStudentFollow();
// this.downloadStudentFollow();
this
.
findData
();
},
},
methods
:
{
methods
:
{
findData
()
{
queryEmployee
({
AccountType
:
2
,
IsLeave
:
1
}).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
MyTeacherListData
=
res
.
Data
;
}
})
},
downloadStudentFollow
()
{
downloadStudentFollow
()
{
var
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
var
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
this
.
loading
=
true
;
this
.
loading
=
true
;
...
@@ -583,6 +609,7 @@
...
@@ -583,6 +609,7 @@
queryGoalsList
()
{
queryGoalsList
()
{
getGuestLearningGoalsEnumList
({}).
then
(
res
=>
{
getGuestLearningGoalsEnumList
({}).
then
(
res
=>
{
this
.
goalsList
=
res
.
Data
;
this
.
goalsList
=
res
.
Data
;
// console.log(res.data)
});
});
},
},
//获取收客渠道
//获取收客渠道
...
...
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