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
ed4cf414
Commit
ed4cf414
authored
Jul 20, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
b4394b76
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
5 deletions
+22
-5
stulist.vue
src/components/school/student/stulist.vue
+18
-1
mystu.vue
src/pages/sale/mystu.vue
+2
-2
student.vue
src/pages/school/student.vue
+2
-2
No files found.
src/components/school/student/stulist.vue
View file @
ed4cf414
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"swap_horiz"
label=
"转留学"
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"swap_horiz"
label=
"转留学"
:disable=
"selection.length === 0"
@
click=
"transferAbroad"
/>
:disable=
"selection.length === 0"
@
click=
"transferAbroad"
/>
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"add"
label=
"新增学员"
@
click=
"EditStudent(null)"
/>
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"add"
label=
"新增学员"
@
click=
"EditStudent(null)"
/>
<q-btn
v-if=
"authObj && authObj.isShowDownload"
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"download"
<q-btn
v-if=
"authObj && authObj.isShowDownload
&&IsDownLoadStu()
"
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"download"
label=
"下载"
@
click=
"downloadStudent"
/>
label=
"下载"
@
click=
"downloadStudent"
/>
</div>
</div>
<div
class=
"page-option"
v-if=
"pushMode"
>
<div
class=
"page-option"
v-if=
"pushMode"
>
...
@@ -527,6 +527,22 @@
...
@@ -527,6 +527,22 @@
...
mapGetters
([
"logo"
,
"name"
])
...
mapGetters
([
"logo"
,
"name"
])
},
},
methods
:
{
methods
:
{
//是否有下载客户资料权限
IsDownLoadStu
()
{
var
isHaveAuth
=
false
;
if
(
this
.
userInfo
&&
this
.
userInfo
.
ActionMenuList
&&
this
.
userInfo
.
ActionMenuList
.
length
>
0
)
{
this
.
userInfo
.
ActionMenuList
.
forEach
(
x
=>
{
if
(
x
.
FunctionCode
==
"DownLoad_Stu"
)
{
isHaveAuth
=
true
;
}
});
}
return
isHaveAuth
;
},
//是否有查看客户来源和来源关联人权限
//是否有查看客户来源和来源关联人权限
IsShowStuSourceIdName
(
item
)
{
IsShowStuSourceIdName
(
item
)
{
var
isHaveAuth
=
false
;
var
isHaveAuth
=
false
;
...
@@ -784,6 +800,7 @@
...
@@ -784,6 +800,7 @@
this
.
refreshStuList
();
this
.
refreshStuList
();
this
.
selection
=
[];
this
.
selection
=
[];
this
.
pushMode
=
false
;
this
.
pushMode
=
false
;
this
.
pushing
=
false
;
});
});
}
else
{
}
else
{
this
.
pushing
=
false
;
this
.
pushing
=
false
;
...
...
src/pages/sale/mystu.vue
View file @
ed4cf414
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
maxlength=
"20"
/>
maxlength=
"20"
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-input
@
keyup
.
enter
.
native=
"resetSearch"
dense
clearable
filled
v-model=
"msg.We
c
hatNo"
label=
"微信号"
<q-input
@
keyup
.
enter
.
native=
"resetSearch"
dense
clearable
filled
v-model=
"msg.We
C
hatNo"
label=
"微信号"
maxlength=
"20"
/>
maxlength=
"20"
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
...
@@ -147,7 +147,7 @@
...
@@ -147,7 +147,7 @@
CustomerId
:
0
,
//同行联系人编号
CustomerId
:
0
,
//同行联系人编号
CategoryId
:
""
,
//同行编号
CategoryId
:
""
,
//同行编号
QQ
:
""
,
QQ
:
""
,
We
c
hatNo
:
""
,
We
C
hatNo
:
""
,
StuType
:
""
,
StuType
:
""
,
CreateIds
:
[],
CreateIds
:
[],
ExistCourseConsultant
:
""
,
//是否存在课程顾问(1-存在,2=不存在)
ExistCourseConsultant
:
""
,
//是否存在课程顾问(1-存在,2=不存在)
...
...
src/pages/school/student.vue
View file @
ed4cf414
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<q-input
@
keyup
.
enter=
"resetSearch"
@
clear=
"resetSearch"
dense
clearable
filled
v-model=
"msg.QQ"
label=
"QQ"
maxlength=
"20"
/>
<q-input
@
keyup
.
enter=
"resetSearch"
@
clear=
"resetSearch"
dense
clearable
filled
v-model=
"msg.QQ"
label=
"QQ"
maxlength=
"20"
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-input
@
keyup
.
enter=
"resetSearch"
@
clear=
"resetSearch"
dense
clearable
filled
v-model=
"msg.We
c
hatNo"
label=
"微信号"
maxlength=
"20"
/>
<q-input
@
keyup
.
enter=
"resetSearch"
@
clear=
"resetSearch"
dense
clearable
filled
v-model=
"msg.We
C
hatNo"
label=
"微信号"
maxlength=
"20"
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
dense
filled
v-model=
"msg.StuType"
:options=
"customTypeList"
<q-select
@
input=
"resetSearch"
dense
filled
v-model=
"msg.StuType"
:options=
"customTypeList"
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
StartTime
:
""
,
//开始时间
StartTime
:
""
,
//开始时间
EndTime
:
""
,
//结束时间
EndTime
:
""
,
//结束时间
QQ
:
''
,
QQ
:
''
,
We
c
hatNo
:
''
,
We
C
hatNo
:
''
,
StuType
:
''
,
StuType
:
''
,
QStudentStatus
:
1
,
//客户状态 1有效 2无效
QStudentStatus
:
1
,
//客户状态 1有效 2无效
AdvisorStatus
:
''
,
//当前状态
AdvisorStatus
:
''
,
//当前状态
...
...
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