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
0b354fb5
Commit
0b354fb5
authored
Jan 21, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改电话信息
parent
9c30a446
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
27 deletions
+26
-27
studentRight-form.vue
src/components/school/student/studentRight-form.vue
+25
-26
MainLayout.vue
src/layouts/MainLayout.vue
+1
-1
No files found.
src/components/school/student/studentRight-form.vue
View file @
0b354fb5
...
...
@@ -114,13 +114,13 @@
</q-tabs>
<div
class=
"operate_Content"
style=
"flex:1;"
>
<div
class=
"detail_Main"
>
<div
row
style=
"display: flex;justify-content: space-between;"
v-if=
"ckedTab == 2"
>
<div
class=
"tripTypeContent"
style=
"flex-shrink:0"
<div
row
style=
"display: flex;justify-content: space-between;"
v-if=
"ckedTab == 2"
>
<div
<div
class=
"tripTypeContent"
style=
"flex-shrink:0"
>
<div
v-for=
"(qItem, qIndex) in visitList"
:key=
"qIndex"
:class=
"
{ StuCkedType: qIndex + 1 == secondType }"
...
...
@@ -128,17 +128,16 @@
>
{{
qItem
.
Name
}}
</div>
</div>
<q-btn
label=
"客户情况"
color=
"accent q-mb-lg"
size=
"sm"
style=
"margin-bottom: 0;"
@
click=
"consultbtn"
/>
<q-btn
label=
"客户情况"
color=
"accent q-mb-lg"
size=
"sm"
style=
"margin-bottom: 0;"
@
click=
"consultbtn"
/>
</div>
<!-- 记录 -->
<template
v-if=
"ckedTab == 1"
>
<student-record
...
...
@@ -212,7 +211,7 @@
<consultFrom
v-if=
"isconsult"
:save-obj=
"baseObj"
@
close=
"isconsult
=
false"
@
close=
"isconsult
=
false"
@
consultsuccess=
"consultsuccess"
>
</consultFrom>
...
...
@@ -308,7 +307,7 @@ export default {
stateId
:
0
,
stuData
:
{},
userInfo
:
{},
isconsult
:
false
,
//学生咨询弹窗
isconsult
:
false
//学生咨询弹窗
};
},
created
()
{
...
...
@@ -331,7 +330,7 @@ export default {
methods
:
{
callUserHandler
()
{
tccc
.
callOut
({
phoneNumber
:
this
.
baseObj
.
Stu
Tel
,
phoneNumber
:
this
.
baseObj
.
Stu
RealMobile
,
phoneDesc
:
this
.
baseObj
.
StuName
});
},
...
...
@@ -356,9 +355,10 @@ export default {
refreshStudentPage
()
{
this
.
$emit
(
"success"
);
},
consultsuccess
(
data
){
//质询信息的修改
consultsuccess
(
data
)
{
//质询信息的修改
this
.
$emit
(
"success"
);
this
.
isconsult
=
false
;
this
.
isconsult
=
false
;
this
.
baseObj
.
PlanPrice
=
data
.
PlanPrice
;
this
.
baseObj
.
BaseCondition
=
data
.
BaseCondition
;
this
.
baseObj
.
DemandPoint
=
data
.
DemandPoint
;
...
...
@@ -419,8 +419,8 @@ export default {
if
(
res
.
Code
==
1
)
{
this
.
stuData
=
res
.
Data
;
this
.
stateId
=
res
.
Data
.
StuStage
;
res
.
Data
.
BelongType
=
this
.
baseObj
.
BelongType
this
.
baseObj
=
res
.
Data
res
.
Data
.
BelongType
=
this
.
baseObj
.
BelongType
;
this
.
baseObj
=
res
.
Data
;
}
});
},
...
...
@@ -437,10 +437,9 @@ export default {
this
.
pushing
=
false
;
});
},
consultbtn
(){
this
.
isconsult
=
true
},
consultbtn
()
{
this
.
isconsult
=
true
;
}
}
};
</
script
>
...
...
src/layouts/MainLayout.vue
View file @
0b354fb5
...
...
@@ -261,7 +261,7 @@ export default {
});
this
.
getLogList
();
this
.
getMsg
();
if
(
this
.
userInfo
&&
this
.
userInfo
.
IsTenCccUser
==
1
)
{
if
(
this
.
userInfo
&&
this
.
userInfo
.
IsTenCccUser
==
1
)
{
this
.
injectTCCC
(
this
.
userInfo
.
TenCccToken
.
Token
,
1400617921
,
...
...
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