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

修改电话信息

parent 9c30a446
......@@ -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.StuTel,
phoneNumber: this.baseObj.StuRealMobile,
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>
......
......@@ -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,
......
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