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
20050dcc
Commit
20050dcc
authored
Aug 29, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉课程顾问
parent
a81221e0
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
23 additions
and
23 deletions
+23
-23
student-left.vue
src/components/school/student/student-left.vue
+2
-2
stufollowlist.vue
src/components/school/student/stufollowlist.vue
+3
-3
stulist.vue
src/components/school/student/stulist.vue
+1
-1
study-form.vue
src/components/school/student/transfer-order/study-form.vue
+1
-1
guestConsultation.vue
src/pages/sale/guestConsultation.vue
+14
-14
marketTracking.vue
src/pages/sale/marketTracking.vue
+1
-1
studentTracking.vue
src/pages/sale/studentTracking.vue
+1
-1
No files found.
src/components/school/student/student-left.vue
View file @
20050dcc
...
...
@@ -527,7 +527,7 @@
this
.
getStudentDorpDown
();
this
.
getGetNeedsList
();
this
.
queryStuTelType
();
console
.
log
(
"this.StudentType"
,
this
.
StudentType
);
if
(
this
.
saveObj
)
{
if
(
this
.
saveObj
.
StuId
>
0
)
{
this
.
customMsg
.
StuId
=
this
.
saveObj
.
StuId
;
...
...
@@ -871,11 +871,11 @@
this
.
customObj
.
StuEducation
=
tempDate
.
StuEducation
;
this
.
customObj
.
StuPurpose
=
tempDate
.
StuPurpose
;
this
.
customObj
.
StudentType
=
tempDate
.
StudentType
;
if
(
tempDate
.
StuPurpose
&&
tempDate
.
StuPurpose
.
length
>
0
&&
tempDate
.
StuPurpose
!=
"0"
){
this
.
customObj
.
StuPurposeList
=
tempDate
.
StuPurpose
.
split
(
","
).
map
(
Number
);
}
console
.
log
(
"StuPurposeList"
,
this
.
customObj
.
StuPurposeList
);
this
.
customObj
.
CreateBy
=
tempDate
.
CreateBy
;
this
.
customObj
.
CustomerId
=
tempDate
.
CustomerId
;
this
.
customObj
.
StuType
=
tempDate
.
StuType
;
...
...
src/components/school/student/stufollowlist.vue
View file @
20050dcc
...
...
@@ -68,7 +68,7 @@
<tr>
<th
width=
"120"
rowspan=
"2"
style=
"min-width: 110px;z-index: 999;"
>
学生
</th>
<th
width=
"120"
rowspan=
"2"
style=
"min-width: 110px;"
>
电话
</th>
<
th
width=
"120"
rowspan=
"2"
style=
"min-width: 110px;"
>
课程顾问
</th
>
<
!--
<th
width=
"120"
rowspan=
"2"
style=
"min-width: 110px;"
>
课程顾问
</th>
--
>
<th
width=
"120"
rowspan=
"2"
style=
"min-width: 110px;"
>
班主任
</th>
<th
width=
"100"
rowspan=
"2"
style=
"min-width: 100px;"
>
合同时间
</th>
<th
width=
"200"
rowspan=
"2"
style=
"min-width: 200px;"
>
所报课程
</th>
...
...
@@ -106,9 +106,9 @@
<td>
<span>
{{
item
.
StuTel
}}
</span>
</td>
<td>
<
!--
<
td>
<span
v-html=
"getCurseManager(item)"
></span>
</td>
</td>
-->
<td>
<span
v-html=
"getTeacherManager(item)"
></span>
</td>
...
...
src/components/school/student/stulist.vue
View file @
20050dcc
...
...
@@ -265,7 +265,7 @@
:checkType=
"checkType"
:save-obj=
"stuOption"
@
close=
"closeStuForm"
@
success=
"refreshStuList"
@
reload=
"referDataHandler"
>
</studentRight-form>
<studentAdd-form
v-if=
"isShowAdd"
:save-obj=
"stuOption"
@
close=
"closeStuForm"
@
success=
"refreshStuList"
>
<studentAdd-form
v-if=
"isShowAdd"
:
StudentType=
"StudentType"
:
save-obj=
"stuOption"
@
close=
"closeStuForm"
@
success=
"refreshStuList"
>
</studentAdd-form>
<transfer-order
v-if=
"isShowTransfer"
:select=
"selection"
@
close=
"closeStuForm"
@
success=
"refreshStuList"
>
</transfer-order>
...
...
src/components/school/student/transfer-order/study-form.vue
View file @
20050dcc
...
...
@@ -29,7 +29,7 @@
</q-item>
</
template
>
</q-select>
<q-select
v-model=
"OrderMsg.CourseConsultantId"
:disable=
"CourseConsultantDisable"
:options=
"EmployeeList2"
filled
use-input
label=
"课程顾问"
<q-select
v-
if=
"false"
v-
model=
"OrderMsg.CourseConsultantId"
:disable=
"CourseConsultantDisable"
:options=
"EmployeeList2"
filled
use-input
label=
"课程顾问"
option-label=
"EmployeeName"
option-value=
"Id"
ref=
"EmployeeName2"
class=
"col-6 q-py-sm"
emit-value
map-options
@
filter=
"filterFn2"
>
<
template
v-slot:no-option
>
...
...
src/pages/sale/guestConsultation.vue
View file @
20050dcc
...
...
@@ -73,9 +73,9 @@
<
template
v-if=
"morequery"
>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
dense
filled
v-model=
"msg.StuStage"
:options=
"customState"
option-label=
"Name"
option-value=
"Id"
emit-value
map-options
label=
"客户
状态
"
clearable
/>
option-label=
"Name"
option-value=
"Id"
emit-value
map-options
label=
"客户
进度
"
clearable
/>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
v-if=
"false"
>
<q-select
@
input=
"resetSearch"
dense
filled
option-value=
"Id"
option-label=
"EmployeeName"
v-model=
"msg.ConsultantId"
clearable
:options=
"RoleListData"
emit-value
map-options
label=
"课程顾问"
/>
</div>
...
...
@@ -288,12 +288,12 @@
field
:
"EnrollState"
,
align
:
"left"
},
{
name
:
"AssistName"
,
label
:
"顾问名称"
,
field
:
"AssistName"
,
align
:
"left"
},
//
{
//
name: "AssistName",
//
label: "顾问名称",
//
field: "AssistName",
//
align: "left"
//
},
{
name
:
"StuBirthStr"
,
required
:
true
,
...
...
@@ -337,12 +337,12 @@
field
:
"BaseCondition"
,
align
:
"left"
},
{
name
:
"FURemark"
,
label
:
"顾问跟进备注"
,
field
:
"FURemark"
,
align
:
"left"
},
//
{
//
name: "FURemark",
//
label: "顾问跟进备注",
//
field: "FURemark",
//
align: "left"
//
},
],
stuOption
:
null
,
BelongType
:
1
,
...
...
src/pages/sale/marketTracking.vue
View file @
20050dcc
...
...
@@ -100,7 +100,7 @@
v-model=
"msg.CourseId"
clearable
emit-value
use-input
:options=
"myCourseList"
label=
"课程"
dense
map-options
@
filter=
"filterFnkec"
/>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
v-if=
"false"
>
<q-select
@
input=
"resetSearch"
dense
filled
option-value=
"Id"
option-label=
"EmployeeName"
v-model=
"msg.ConsultantId"
clearable
:options=
"RoleListData"
emit-value
map-options
label=
"课程顾问"
/>
</div>
...
...
src/pages/sale/studentTracking.vue
View file @
20050dcc
...
...
@@ -49,7 +49,7 @@
v-model=
"msg.CourseId"
clearable
emit-value
use-input
:options=
"myCourseList"
label=
"课程"
dense
map-options
@
filter=
"filterFnkec"
/>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
v-if=
"false"
>
<q-select
@
input=
"resetSearch"
dense
filled
option-value=
"Id"
option-label=
"EmployeeName"
v-model=
"msg.ConsultantId"
clearable
:options=
"RoleListData"
emit-value
map-options
label=
"课程顾问"
/>
</div>
...
...
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