Commit 0b354fb5 authored by 罗超's avatar 罗超

修改电话信息

parent 9c30a446
...@@ -114,13 +114,13 @@ ...@@ -114,13 +114,13 @@
</q-tabs> </q-tabs>
<div class="operate_Content" style="flex:1;"> <div class="operate_Content" style="flex:1;">
<div class="detail_Main"> <div class="detail_Main">
<div row style="display: flex;justify-content: space-between;" v-if="ckedTab == 2"> <div
<div row
class="tripTypeContent" style="display: flex;justify-content: space-between;"
style="flex-shrink:0" v-if="ckedTab == 2"
> >
<div <div class="tripTypeContent" style="flex-shrink:0">
<div
v-for="(qItem, qIndex) in visitList" v-for="(qItem, qIndex) in visitList"
:key="qIndex" :key="qIndex"
:class="{ StuCkedType: qIndex + 1 == secondType }" :class="{ StuCkedType: qIndex + 1 == secondType }"
...@@ -128,17 +128,16 @@ ...@@ -128,17 +128,16 @@
> >
{{ qItem.Name }} {{ qItem.Name }}
</div> </div>
</div> </div>
<q-btn <q-btn
label="客户情况" label="客户情况"
color="accent q-mb-lg" color="accent q-mb-lg"
size="sm" size="sm"
style="margin-bottom: 0;" style="margin-bottom: 0;"
@click="consultbtn" @click="consultbtn"
/> />
</div> </div>
<!-- 记录 --> <!-- 记录 -->
<template v-if="ckedTab == 1"> <template v-if="ckedTab == 1">
<student-record <student-record
...@@ -212,7 +211,7 @@ ...@@ -212,7 +211,7 @@
<consultFrom <consultFrom
v-if="isconsult" v-if="isconsult"
:save-obj="baseObj" :save-obj="baseObj"
@close="isconsult=false" @close="isconsult = false"
@consultsuccess="consultsuccess" @consultsuccess="consultsuccess"
> >
</consultFrom> </consultFrom>
...@@ -308,7 +307,7 @@ export default { ...@@ -308,7 +307,7 @@ export default {
stateId: 0, stateId: 0,
stuData: {}, stuData: {},
userInfo: {}, userInfo: {},
isconsult:false,//学生咨询弹窗 isconsult: false //学生咨询弹窗
}; };
}, },
created() { created() {
...@@ -331,7 +330,7 @@ export default { ...@@ -331,7 +330,7 @@ export default {
methods: { methods: {
callUserHandler() { callUserHandler() {
tccc.callOut({ tccc.callOut({
phoneNumber: this.baseObj.StuTel, phoneNumber: this.baseObj.StuRealMobile,
phoneDesc: this.baseObj.StuName phoneDesc: this.baseObj.StuName
}); });
}, },
...@@ -356,9 +355,10 @@ export default { ...@@ -356,9 +355,10 @@ export default {
refreshStudentPage() { refreshStudentPage() {
this.$emit("success"); this.$emit("success");
}, },
consultsuccess(data){//质询信息的修改 consultsuccess(data) {
//质询信息的修改
this.$emit("success"); this.$emit("success");
this.isconsult =false; this.isconsult = false;
this.baseObj.PlanPrice = data.PlanPrice; this.baseObj.PlanPrice = data.PlanPrice;
this.baseObj.BaseCondition = data.BaseCondition; this.baseObj.BaseCondition = data.BaseCondition;
this.baseObj.DemandPoint = data.DemandPoint; this.baseObj.DemandPoint = data.DemandPoint;
...@@ -419,8 +419,8 @@ export default { ...@@ -419,8 +419,8 @@ export default {
if (res.Code == 1) { if (res.Code == 1) {
this.stuData = res.Data; this.stuData = res.Data;
this.stateId = res.Data.StuStage; this.stateId = res.Data.StuStage;
res.Data.BelongType = this.baseObj.BelongType res.Data.BelongType = this.baseObj.BelongType;
this.baseObj = res.Data this.baseObj = res.Data;
} }
}); });
}, },
...@@ -437,10 +437,9 @@ export default { ...@@ -437,10 +437,9 @@ export default {
this.pushing = false; this.pushing = false;
}); });
}, },
consultbtn(){ consultbtn() {
this.isconsult = true this.isconsult = true;
}, }
} }
}; };
</script> </script>
......
...@@ -261,7 +261,7 @@ export default { ...@@ -261,7 +261,7 @@ export default {
}); });
this.getLogList(); this.getLogList();
this.getMsg(); this.getMsg();
if (this.userInfo &&this.userInfo.IsTenCccUser == 1) { if (this.userInfo && this.userInfo.IsTenCccUser == 1) {
this.injectTCCC( this.injectTCCC(
this.userInfo.TenCccToken.Token, this.userInfo.TenCccToken.Token,
1400617921, 1400617921,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment