Commit 96900310 authored by zhengke's avatar zhengke
parents 76e35396 bc65bbc3
...@@ -298,7 +298,6 @@ ...@@ -298,7 +298,6 @@
</q-field> </q-field>
</div> </div>
</div> </div>
<div class="info_item"> <div class="info_item">
<div class="item_label">日语基础</div> <div class="item_label">日语基础</div>
<div class="item_value"> <div class="item_value">
...@@ -448,7 +447,6 @@ ...@@ -448,7 +447,6 @@
}; };
}, },
created() { created() {
console.log("HHKHK")
this.userInfo = this.getLocalStorage(); this.userInfo = this.getLocalStorage();
this.getStuStageList(); this.getStuStageList();
this.getBasicList(); this.getBasicList();
...@@ -470,7 +468,6 @@ ...@@ -470,7 +468,6 @@
if (this.saveObj.noEdit && this.saveObj.noEdit == true) { if (this.saveObj.noEdit && this.saveObj.noEdit == true) {
this.noEdit = true; this.noEdit = true;
} }
} }
}, },
watch: { watch: {
...@@ -772,20 +769,6 @@ ...@@ -772,20 +769,6 @@
this.isHaveOrder = true; this.isHaveOrder = true;
} }
}, },
//新增协助人员
addAssist() {
let obj = {
Id: 0, //编号
AssistId: 1, //员工编号
AssistType: 1, //类型
StuId: 1 //学员编号
};
this.customObj.AssistList.push(obj);
},
//删除协助人员
delAssist(index) {
this.customObj.AssistList.splice(index, 1);
},
//验证手机号 //验证手机号
CheckExistsStu(type) { CheckExistsStu(type) {
if (type == 1) { if (type == 1) {
......
...@@ -93,8 +93,8 @@ ...@@ -93,8 +93,8 @@
</student-Assit> </student-Assit>
</template> </template>
<template v-if="ckedTab == 6"> <template v-if="ckedTab == 6">
                  <classRecord :save-obj="baseObj" @success="refreshStudentPage"></classRecord>                   <classRecord :save-obj="baseObj" @success="refreshStudentPage"></classRecord>
                </template>                 </template>
</div> </div>
</div> </div>
</div> </div>
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
}); });
} }
this.getEmployeeList(); this.getEmployeeList();
if(this.checkType&&this.checkType>0){ if (this.checkType && this.checkType > 0) {
this.ckedTab = this.checkType; this.ckedTab = this.checkType;
} }
}, },
...@@ -264,8 +264,8 @@ ...@@ -264,8 +264,8 @@
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;
...@@ -321,6 +321,7 @@ ...@@ -321,6 +321,7 @@
this.customStateList = res.Data; this.customStateList = res.Data;
}); });
}, },
//查询学员(客户)详情
queryStuInfo() { queryStuInfo() {
getStudentInfo({ getStudentInfo({
StuId: this.saveObj.StuId StuId: this.saveObj.StuId
...@@ -333,6 +334,7 @@ ...@@ -333,6 +334,7 @@
} }
}); });
}, },
//批量推送课程顾问
assistBatchHandler() { assistBatchHandler() {
if (this.pushing || this.baseObj.IsHaveCurseManager) return; if (this.pushing || this.baseObj.IsHaveCurseManager) return;
this.pushing = true; this.pushing = true;
...@@ -345,6 +347,7 @@ ...@@ -345,6 +347,7 @@
this.pushing = false; this.pushing = false;
}); });
}, },
//显示客户情况弹窗
consultbtn() { consultbtn() {
this.isconsult = true; this.isconsult = true;
} }
......
...@@ -252,10 +252,12 @@ ...@@ -252,10 +252,12 @@
} from "../../../api/common/common"; } from "../../../api/common/common";
export default { export default {
props: { props: {
//数据列表
dataList: { dataList: {
type: Array, type: Array,
default: null default: null
}, },
//是否显示转交按钮
isJudgeTrans: { isJudgeTrans: {
type: Number, type: Number,
default: null default: null
......
...@@ -646,6 +646,7 @@ ...@@ -646,6 +646,7 @@
</div> </div>
</div> </div>
</div> </div>
<!----
<div class="Data_List2"> <div class="Data_List2">
<div class="Data_Inner"> <div class="Data_Inner">
<div class="Data_Title">当月效能目标</div> <div class="Data_Title">当月效能目标</div>
...@@ -671,6 +672,7 @@ ...@@ -671,6 +672,7 @@
</div> </div>
</div> </div>
</div> </div>
-->
</div> </div>
</div> </div>
</div> </div>
......
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